POST bookedClasses/{bookedClassId}/materials/{materialId}/assignments
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either StaffMember
- Authenticated user passes at least one of the following conditions: Authenticated user is a staff member and is assigned to the same center as a user who matches a students who is assigned to material specified by "bookedClassId" uri parameter or by content of request. Authenticated user is a staff member and is assigned to the online center as a user who matches a students who is assigned to material specified by "bookedClassId" uri parameter or by content of request. Authenticated user matches a students who is assigned to material specified by "bookedClassId" uri parameter or by content of request.
- Authenticated user matches a teacher who is assigned to material specified by "materialAssignmentParameters" uri parameter or by content of request.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bookedClassId | string |
Required |
|
materialId | globally unique identifier |
Required |
Body Parameters
PearsonEnglish.LearningServices.Wse.Models.MaterialAssignmentParametersName | Description | Type | Additional information |
---|---|---|---|
TeacherId | globally unique identifier |
None. |
|
StudentsIds | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "TeacherId": "4ae01f06-3a6b-4457-8f19-6f8ce8a027ee", "StudentsIds": [ "3465b954-937f-4622-8d85-46fb86bc3d24", "f87aa3dd-31a5-407f-a9de-7d0a79fe76ef" ] }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.