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": "ea8dec7c-fc27-470a-820b-7f2ecb3ab6c7",
"ProspectId": "ebe963df-e9ad-4112-9904-94631b58b85d",
"PrePlacementTestActivityId": "f9079dd3-fb06-4886-bba5-66dea1e7a605",
"PrePlacementTestInteractionId": "edd012fe-05d5-46ce-a002-a2fcc1e1acb9",
"StartLevel": 4,
"Result": "sample string 5",
"PrePlacementTestActivity": {
"Id": "ff9833e8-bc16-4b6b-8358-053f664b5502",
"PrePlacementTestContentId": "9078d1b3-6a9b-455f-be3f-5fdc16d52a6a",
"Title": "sample string 3",
"Sequence": 4,
"IsSkippable": true,
"Url": "sample string 6",
"Duration": 7,
"IsActive": true,
"PrePlacementTestContent": {
"Id": "d02ac120-ea7b-4f47-b76e-8e0ffed1a961",
"PrePlacementTestContentRefereneId": "sample string 2",
"PlacementTestContentId": "4dd193b8-d69b-43d2-b4c0-4f4844bab883",
"Title": "sample string 4",
"CanDos": "sample string 5",
"IsActive": true,
"Created": "2026-08-08T03:58:08.8534345+00:00",
"LastUpdated": "2026-08-08T03:58:08.8534345+00:00"
},
"Created": "2026-08-08T03:58:08.8534345+00:00",
"LastUpdated": "2026-08-08T03:58:08.8534345+00:00"
},
"Created": "2026-08-08T03:58:08.8534345+00:00",
"LastUpdated": "2026-08-08T03:58:08.8534345+00:00"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.