POST api/UwIntegration/PostEnrollment?termId={termId}&campusId={campusId}&year={year}&quarter={quarter}

Create StudentEnrollment (StudentSections) for the specified UW term

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

year

string version of year corresponding to the term

string

Required

quarter

string version of the quarter corresponding to the term (autumn / winter / spring / summer) (please check before)

string

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.