POST StudentProgressReport
Authorization
Access to this endpoint is granted if all following conditions are true:
- Everyone who passes an authentication token in "x-territory-key" URI parameter which is configured to allow access to this endpoint.
Request Information
URI Parameters
None.
Body Parameters
PearsonEnglish.LearningServices.Core.Models.Views.StudentReportsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RegistrationId | globally unique identifier |
None. |
|
| Status | PearsonEnglish.LearningServices.Core.Models.Enums.ProgressStatus |
None. |
|
| ErrorReason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RegistrationId": "b59fb3b0-7400-4af0-a4dd-98f737bd778a",
"Status": 0,
"ErrorReason": "sample string 2"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.