POST api/UwIntegration/PostSectionSchedules?termId={termId}&campusId={campusId}&utcOffset={utcOffset}&minSectionId={minSectionId}&maxSectionId={maxSectionId}
Creates SectionSchedule and associated events for the for the specified UW term with the default utcOffset (please be aware of summer time)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
termId |
studytree termId for the term matching canvasEnrollmentTermId |
integer |
Required |
campusId |
Seattle campus Id (for now). Bothell and Tacoma campus should be a separate university |
integer |
Required |
utcOffset | integer |
Required |
|
minSectionId | integer |
Required |
|
maxSectionId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.