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.StudentReportsModelName | 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": "d4cebffa-7405-4e28-b2a0-04ce45c8ed3f", "Status": 0, "ErrorReason": "sample string 2" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.