POST api/PlacementTest?prospectId={prospectId}&prospectResultStatus={prospectResultStatus}&settledLevelId={settledLevelId}&isPlacementTestTimeOut={isPlacementTestTimeOut}
Authorization
Access to this endpoint is public.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| prospectId | globally unique identifier |
Required |
|
| prospectResultStatus | boolean |
Required |
|
| settledLevelId | globally unique identifier |
Required |
|
| isPlacementTestTimeOut | boolean |
Required |
Body Parameters
PearsonEnglish.LearningServices.Data.DataModels.PlacementTestResultModel| Name | 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": "cf286271-327e-4dc2-9f5b-a6cda1c35f83",
"ProspectId": "c8338e56-69cd-4a24-9df7-1d6bdc2b9210",
"InteractionId": "7d6e79dc-7aca-4a12-b96c-1e995e97d551",
"Score": 4.1,
"Result": "sample string 5",
"RemainingTime": 6
}
Response Information
Resource Description
None.