| Required role: | REGISUserRole |
| POST | /Sections/Admin/Update/{uuid} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| uuid | path | string | No | |
| course_id | body | int? | No | |
| course_name | body | string | No | |
| min_credits | body | decimal? | No | |
| max_credits | body | decimal? | No | |
| credit_increments | body | decimal? | No | |
| min_audits | body | decimal? | No | |
| max_audits | body | decimal? | No | |
| audit_increments | body | decimal? | No | |
| section_code | body | string | No | |
| title | body | string | No | |
| pretty_title | body | string | No | |
| override_course_description | body | string | No | |
| current_status | body | string | No | |
| location | body | string | No | |
| room | body | string | No | |
| is_audio | body | bool | No | |
| is_oncampus | body | bool | No | |
| distance_ed_materials | body | string | No | |
| start_date | body | DateTime? | No | |
| end_date | body | DateTime? | No | |
| meeting_days | body | string | No | |
| start_times | body | string | No | |
| end_times | body | string | No | |
| is_weekday | body | bool | No | |
| is_weekend | body | bool | No | |
| is_evening | body | bool | No | |
| first_meeting_date | body | DateTime? | No | |
| last_meeting_date | body | DateTime? | No | |
| is_pass_fail | body | bool | No | |
| is_waitlist | body | bool | No | |
| has_special_requirements | body | bool | No | |
| special_requirements | body | string | No | |
| is_unlisted | body | bool | No | |
| capacity | body | int? | No | |
| flat_fee_amount | body | decimal? | No | |
| additional_fee_amount | body | decimal? | No | |
| override_registration_start_date | body | DateTime? | No | |
| override_registration_end_date | body | DateTime? | No | |
| override_add_start_date | body | DateTime? | No | |
| override_add_end_date | body | DateTime? | No | |
| override_drop_start_date | body | DateTime? | No | |
| override_drop_end_date | body | DateTime? | No | |
| override_grading_end_date | body | DateTime? | No | |
| term | body | string | No | |
| reporting_term | body | string | No | |
| authorizing_uuid | body | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
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: text/jsv
Content-Type: text/jsv
Content-Length: length
{
uuid: String,
course_id: 0,
course_name: String,
min_credits: 0,
max_credits: 0,
credit_increments: 0,
min_audits: 0,
max_audits: 0,
audit_increments: 0,
section_code: String,
title: String,
pretty_title: String,
override_course_description: String,
current_status: String,
location: String,
room: String,
is_audio: False,
is_oncampus: False,
distance_ed_materials: String,
start_date: 0001-01-01,
end_date: 0001-01-01,
meeting_days: String,
start_times: String,
end_times: String,
is_weekday: False,
is_weekend: False,
is_evening: False,
first_meeting_date: 0001-01-01,
last_meeting_date: 0001-01-01,
is_pass_fail: False,
is_waitlist: False,
has_special_requirements: False,
special_requirements: String,
is_unlisted: False,
capacity: 0,
flat_fee_amount: 0,
additional_fee_amount: 0,
override_registration_start_date: 0001-01-01,
override_registration_end_date: 0001-01-01,
override_add_start_date: 0001-01-01,
override_add_end_date: 0001-01-01,
override_drop_start_date: 0001-01-01,
override_drop_end_date: 0001-01-01,
override_grading_end_date: 0001-01-01,
term: String,
reporting_term: String,
authorizing_uuid: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
errorCode: String,
message: String,
stackTrace: String,
errors:
[
{
errorCode: String,
fieldName: String,
message: String,
meta:
{
String: String
}
}
],
meta:
{
String: String
}
}