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": "ff968712-79ad-44a2-92ed-f527ce2d6aa0",
"ProspectId": "dacde5c0-12bd-4766-9719-f19e7a1b3a6b",
"InteractionId": "3e600943-b850-4f66-86a4-3f5b4b79822e",
"Score": 4.1,
"Result": "sample string 5",
"RemainingTime": 6
}
Response Information
Resource Description
None.