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": "68234239-fb74-463f-9e9a-6cc21c0dd7d1", "Status": 0, "ErrorReason": "sample string 2" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.