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": "177cf9e3-3b0a-42f6-9b31-29cd0312c0a7",
"ProspectId": "52b00e32-b8dc-4f27-ab23-d9fe55840e1c",
"PrePlacementTestActivityId": "6e75bcdc-af75-490e-9357-86b96897c36b",
"PrePlacementTestInteractionId": "aaae0bb2-a8fe-42fb-a13e-5cda8b16c471",
"StartLevel": 4,
"Result": "sample string 5",
"PrePlacementTestActivity": {
"Id": "ab955ae2-cddc-4939-8ad5-77c6e639c1f7",
"PrePlacementTestContentId": "51a3600e-f429-4ea4-9f99-5efc00b0aa66",
"Title": "sample string 3",
"Sequence": 4,
"IsSkippable": true,
"Url": "sample string 6",
"Duration": 7,
"IsActive": true,
"PrePlacementTestContent": {
"Id": "0e5ff4f9-ded9-4a95-9d3f-813686e83c14",
"PrePlacementTestContentRefereneId": "sample string 2",
"PlacementTestContentId": "fc990b89-3b55-4f67-a2d5-5de7a10063b3",
"Title": "sample string 4",
"CanDos": "sample string 5",
"IsActive": true,
"Created": "2026-03-07T02:40:22.7112946+00:00",
"LastUpdated": "2026-03-07T02:40:22.7112946+00:00"
},
"Created": "2026-03-07T02:40:22.7112946+00:00",
"LastUpdated": "2026-03-07T02:40:22.7112946+00:00"
},
"Created": "2026-03-07T02:40:22.7112946+00:00",
"LastUpdated": "2026-03-07T02:40:22.7112946+00:00"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.