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": "c6dc3798-52c3-4e01-a1d8-24abe4cfd2f3",
"ProspectId": "a710c28d-3347-4ea9-88d3-2b3107177b08",
"InteractionId": "54959106-27e0-4b33-b1dc-debef668f6ad",
"Score": 4.1,
"Result": "sample string 5",
"RemainingTime": 6
}
Response Information
Resource Description
None.