POST prePlacementTest/{prospectId}/result
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 |
Body Parameters
PearsonEnglish.LearningServices.Data.DataContexts.DataModels.PrePlacementTestResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ProspectId | globally unique identifier |
None. |
|
| PrePlacementTestActivityId | globally unique identifier |
None. |
|
| PrePlacementTestInteractionId | globally unique identifier |
None. |
|
| StartLevel | integer |
None. |
|
| Result | string |
None. |
|
| PrePlacementTestActivity | PearsonEnglish.LearningServices.Data.DataContexts.DataModels.PrePlacementTestActivity |
None. |
|
| Created | date |
None. |
|
| LastUpdated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "9229f884-9a66-490c-af44-b2a3baffbbc2",
"ProspectId": "20c4058e-e435-4bab-aef0-cbd4fe8793b3",
"PrePlacementTestActivityId": "c99b9e59-02d4-4b6f-a04d-db126110424f",
"PrePlacementTestInteractionId": "d2e1e660-61b0-435a-92e8-23f4192668bd",
"StartLevel": 4,
"Result": "sample string 5",
"PrePlacementTestActivity": {
"Id": "f69eadfc-6410-4902-a4e6-e10b032809f7",
"PrePlacementTestContentId": "e848cef2-3589-4fb9-a312-d7c429c37517",
"Title": "sample string 3",
"Sequence": 4,
"IsSkippable": true,
"Url": "sample string 6",
"Duration": 7,
"IsActive": true,
"PrePlacementTestContent": {
"Id": "f1e6d61c-633b-42bf-9d41-0369973bd049",
"PrePlacementTestContentRefereneId": "sample string 2",
"PlacementTestContentId": "5133f3d8-2e50-4ab2-a585-a001dc750108",
"Title": "sample string 4",
"CanDos": "sample string 5",
"IsActive": true,
"Created": "2026-05-14T13:10:42.1489208+00:00",
"LastUpdated": "2026-05-14T13:10:42.1489208+00:00"
},
"Created": "2026-05-14T13:10:42.1489208+00:00",
"LastUpdated": "2026-05-14T13:10:42.1489208+00:00"
},
"Created": "2026-05-14T13:10:42.1489208+00:00",
"LastUpdated": "2026-05-14T13:10:42.1489208+00:00"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.