POST student/class/recommendation
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either StaffMember, Student
Request Information
URI Parameters
None.
Body Parameters
PearsonEnglish.LearningServices.Wse.Models.StudentClassRecommendationParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentId | globally unique identifier |
None. |
|
| Type | PearsonEnglish.LearningServices.Data.DataContexts.DataModels.Enum.RecommendationType |
None. |
|
| IsEnabled | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentId": "a593d7fb-93c9-4128-a99f-eee8541da5c9",
"Type": 0,
"IsEnabled": true
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.