POST placementTest/{prospectId}/results?prospectResultStatus={prospectResultStatus}&settledLevelId={settledLevelId}&isPlacementTestTimeOut={isPlacementTestTimeOut}
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either StaffMember, ProspectWithoutTrial, ProspectWithTrial, Prospect
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
prospectId | globally unique identifier |
Required |
|
prospectResultStatus | boolean |
Default value is False |
|
settledLevelId | globally unique identifier |
None. |
|
isPlacementTestTimeOut | boolean |
Default value is False |
Body Parameters
PearsonEnglish.LearningServices.Data.DataModels.PlacementTestResultModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
ProspectId | globally unique identifier |
None. |
|
InteractionId | globally unique identifier |
None. |
|
Score | decimal number |
None. |
|
Result | string |
None. |
|
RemainingTime | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "e518987d-22e3-4cdd-a162-d9992dca64b4", "ProspectId": "1fa9e0ca-c105-4e7a-b129-c3b0ac3bcc0c", "InteractionId": "52785fd9-395e-4ec9-b314-6fb288382903", "Score": 4.1, "Result": "sample string 5", "RemainingTime": 6 }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.