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": "db86566c-f10c-431d-8ace-2c0c8631cfad",
"ProspectId": "60ff4b89-0654-44e3-b17a-be6f72372a2c",
"PrePlacementTestActivityId": "cf7a0fb1-1ac1-460d-8e76-967df8184682",
"PrePlacementTestInteractionId": "b42f8afe-d52b-4a97-a19b-61e0730a2f10",
"StartLevel": 4,
"Result": "sample string 5",
"PrePlacementTestActivity": {
"Id": "6b13729e-bc25-4d39-8415-717ed627c884",
"PrePlacementTestContentId": "850b2278-5db3-461c-ba92-95eb133c2aa9",
"Title": "sample string 3",
"Sequence": 4,
"IsSkippable": true,
"Url": "sample string 6",
"Duration": 7,
"IsActive": true,
"PrePlacementTestContent": {
"Id": "5057f1cf-6be4-4bf3-a274-a611431fc369",
"PrePlacementTestContentRefereneId": "sample string 2",
"PlacementTestContentId": "a8957dea-401c-435a-a0d2-c88c05564141",
"Title": "sample string 4",
"CanDos": "sample string 5",
"IsActive": true,
"Created": "2025-12-24T23:47:21.2326118+00:00",
"LastUpdated": "2025-12-24T23:47:21.2326118+00:00"
},
"Created": "2025-12-24T23:47:21.2326118+00:00",
"LastUpdated": "2025-12-24T23:47:21.2326118+00:00"
},
"Created": "2025-12-24T23:47:21.2326118+00:00",
"LastUpdated": "2025-12-24T23:47:21.2326118+00:00"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.