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.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": "c8da8fc8-439b-41df-b2b3-d96c9a6682c3", "ProspectId": "b03e8897-c74e-4e76-80d0-c554c4636a94", "InteractionId": "19305075-ec3b-4bae-b53b-7ee7485a54cf", "Score": 4.1, "Result": "sample string 5", "RemainingTime": 6 }
Response Information
Resource Description
None.