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": "9e31dd16-6910-4108-ad37-aa5950f9cfaa",
"ProspectId": "4749f68d-48f7-4eeb-a9f9-8c59224c30cc",
"PrePlacementTestActivityId": "cbbee2d5-7f12-4a3d-af6d-1ff72617c240",
"PrePlacementTestInteractionId": "560dfe09-d466-4654-af52-947634ace4af",
"StartLevel": 4,
"Result": "sample string 5",
"PrePlacementTestActivity": {
"Id": "6a03e5b7-a0e2-444b-af31-2c170a4212de",
"PrePlacementTestContentId": "c6735b25-1577-4f5b-b53e-3c412fc154f1",
"Title": "sample string 3",
"Sequence": 4,
"IsSkippable": true,
"Url": "sample string 6",
"Duration": 7,
"IsActive": true,
"PrePlacementTestContent": {
"Id": "b11a8e4a-0cb6-4838-b80a-1abf32f5513c",
"PrePlacementTestContentRefereneId": "sample string 2",
"PlacementTestContentId": "88c88a42-914d-4d39-8f1a-1995c9050d08",
"Title": "sample string 4",
"CanDos": "sample string 5",
"IsActive": true,
"Created": "2026-07-30T19:18:36.9661135+00:00",
"LastUpdated": "2026-07-30T19:18:36.9661135+00:00"
},
"Created": "2026-07-30T19:18:36.9661135+00:00",
"LastUpdated": "2026-07-30T19:18:36.9661135+00:00"
},
"Created": "2026-07-30T19:18:36.9661135+00:00",
"LastUpdated": "2026-07-30T19:18:36.9661135+00:00"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.