regis

<back to all web services

SectionUpdateRequest

Requires Authentication
Required role:REGISUserRole
The following routes are available for this service:
POST/Sections/Admin/Update/{uuid}
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports regis.ClassLibrary.Requests

Namespace Global

    Namespace regis.ClassLibrary.Requests

        Public Partial Class SectionUpdateRequest
            Public Overridable Property uuid As String
            Public Overridable Property course_id As Nullable(Of Integer)
            Public Overridable Property course_name As String
            Public Overridable Property min_credits As Nullable(Of Decimal)
            Public Overridable Property max_credits As Nullable(Of Decimal)
            Public Overridable Property credit_increments As Nullable(Of Decimal)
            Public Overridable Property min_audits As Nullable(Of Decimal)
            Public Overridable Property max_audits As Nullable(Of Decimal)
            Public Overridable Property audit_increments As Nullable(Of Decimal)
            Public Overridable Property section_code As String
            Public Overridable Property title As String
            Public Overridable Property pretty_title As String
            Public Overridable Property override_course_description As String
            Public Overridable Property current_status As String
            Public Overridable Property location As String
            Public Overridable Property room As String
            Public Overridable Property is_audio As Boolean
            Public Overridable Property is_oncampus As Boolean
            Public Overridable Property distance_ed_materials As String
            Public Overridable Property start_date As Nullable(Of Date)
            Public Overridable Property end_date As Nullable(Of Date)
            Public Overridable Property meeting_days As String
            Public Overridable Property start_times As String
            Public Overridable Property end_times As String
            Public Overridable Property first_meeting_date As Nullable(Of Date)
            Public Overridable Property last_meeting_date As Nullable(Of Date)
            Public Overridable Property is_pass_fail As Boolean
            Public Overridable Property is_waitlist As Boolean
            Public Overridable Property has_special_requirements As Boolean
            Public Overridable Property special_requirements As String
            Public Overridable Property is_unlisted As Boolean
            Public Overridable Property capacity As Nullable(Of Integer)
            Public Overridable Property flat_fee_amount As Nullable(Of Decimal)
            Public Overridable Property additional_fee_amount As Nullable(Of Decimal)
            Public Overridable Property override_registration_start_date As Nullable(Of Date)
            Public Overridable Property override_registration_end_date As Nullable(Of Date)
            Public Overridable Property override_add_start_date As Nullable(Of Date)
            Public Overridable Property override_add_end_date As Nullable(Of Date)
            Public Overridable Property override_drop_start_date As Nullable(Of Date)
            Public Overridable Property override_drop_end_date As Nullable(Of Date)
            Public Overridable Property override_grading_end_date As Nullable(Of Date)
            Public Overridable Property term As String
            Public Overridable Property reporting_term As String
            Public Overridable Property authorizing_uuid As String
        End Class
    End Namespace
End Namespace

VB.NET SectionUpdateRequest DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /Sections/Admin/Update/{uuid} HTTP/1.1 
Host: data.regent-college.edu 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<SectionUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/regis.ClassLibrary.Requests">
  <additional_fee_amount>0</additional_fee_amount>
  <audit_increments>0</audit_increments>
  <authorizing_uuid>String</authorizing_uuid>
  <capacity>0</capacity>
  <course_id>0</course_id>
  <course_name>String</course_name>
  <credit_increments>0</credit_increments>
  <current_status>String</current_status>
  <distance_ed_materials>String</distance_ed_materials>
  <end_date>0001-01-01T00:00:00</end_date>
  <end_times>String</end_times>
  <first_meeting_date>0001-01-01T00:00:00</first_meeting_date>
  <flat_fee_amount>0</flat_fee_amount>
  <has_special_requirements>false</has_special_requirements>
  <is_audio>false</is_audio>
  <is_oncampus>false</is_oncampus>
  <is_pass_fail>false</is_pass_fail>
  <is_unlisted>false</is_unlisted>
  <is_waitlist>false</is_waitlist>
  <last_meeting_date>0001-01-01T00:00:00</last_meeting_date>
  <location>String</location>
  <max_audits>0</max_audits>
  <max_credits>0</max_credits>
  <meeting_days>String</meeting_days>
  <min_audits>0</min_audits>
  <min_credits>0</min_credits>
  <override_add_end_date>0001-01-01T00:00:00</override_add_end_date>
  <override_add_start_date>0001-01-01T00:00:00</override_add_start_date>
  <override_course_description>String</override_course_description>
  <override_drop_end_date>0001-01-01T00:00:00</override_drop_end_date>
  <override_drop_start_date>0001-01-01T00:00:00</override_drop_start_date>
  <override_grading_end_date>0001-01-01T00:00:00</override_grading_end_date>
  <override_registration_end_date>0001-01-01T00:00:00</override_registration_end_date>
  <override_registration_start_date>0001-01-01T00:00:00</override_registration_start_date>
  <pretty_title>String</pretty_title>
  <reporting_term>String</reporting_term>
  <room>String</room>
  <section_code>String</section_code>
  <special_requirements>String</special_requirements>
  <start_date>0001-01-01T00:00:00</start_date>
  <start_times>String</start_times>
  <term>String</term>
  <title>String</title>
  <uuid>String</uuid>
</SectionUpdateRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ResponseStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.servicestack.net/types">
  <ErrorCode>String</ErrorCode>
  <Message>String</Message>
  <StackTrace>String</StackTrace>
  <Errors>
    <ResponseError>
      <ErrorCode>String</ErrorCode>
      <FieldName>String</FieldName>
      <Message>String</Message>
      <Meta xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:KeyValueOfstringstring>
          <d4p1:Key>String</d4p1:Key>
          <d4p1:Value>String</d4p1:Value>
        </d4p1:KeyValueOfstringstring>
      </Meta>
    </ResponseError>
  </Errors>
  <Meta xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>String</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </Meta>
</ResponseStatus>