POST classes/encounters/close
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user matches a teacher who is assigned to material specified by "result" uri parameter or by content of request.
- Authenticated user who is either StaffMember
Request Information
URI Parameters
None.
Body Parameters
PearsonEnglish.LearningServices.Wse.Models.ClosingClasses.CloseEncounterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Override | boolean |
None. |
|
| ClassId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Override": true,
"ClassId": "c23d8609-1b18-4c2d-a8d8-930c5a8f458b"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.