POST student/online/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.StudentOnlineRecommendationParametersName | Description | Type | Additional information |
---|---|---|---|
StudentId | globally unique identifier |
None. |
|
Type | PearsonEnglish.LearningServices.Core.Models.Enums.ClassTypes |
None. |
|
Unit | integer |
None. |
|
RecommendationAction | PearsonEnglish.LearningServices.Data.DataModels.Enums.RecommendationActionType |
None. |
Request Formats
application/json, text/json
Sample:
{ "StudentId": "6feb1f25-a665-4127-9865-bf4b71f15c1d", "Type": 0, "Unit": 2, "RecommendationAction": 0 }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.