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": "3a025bb3-b210-4c02-bc26-8e2c7730f8fc",
"ProspectId": "eeb668ae-783b-4bc6-941a-7ee616556ca3",
"PrePlacementTestActivityId": "1443dff4-a79f-429e-9a94-110d71605ea0",
"PrePlacementTestInteractionId": "68f52134-4e28-45d6-94f6-27c14e728b90",
"StartLevel": 4,
"Result": "sample string 5",
"PrePlacementTestActivity": {
"Id": "4a0b33f3-f76f-4eab-b004-63ed1315da84",
"PrePlacementTestContentId": "1f32d81e-a137-48ea-a776-507ad580ee79",
"Title": "sample string 3",
"Sequence": 4,
"IsSkippable": true,
"Url": "sample string 6",
"Duration": 7,
"IsActive": true,
"PrePlacementTestContent": {
"Id": "71b07b0c-eac7-4a11-bcf5-3b9d31036d24",
"PrePlacementTestContentRefereneId": "sample string 2",
"PlacementTestContentId": "7c9d1045-98e8-47f4-a620-1bdd0bc33c33",
"Title": "sample string 4",
"CanDos": "sample string 5",
"IsActive": true,
"Created": "2026-04-04T13:35:40.8419131+00:00",
"LastUpdated": "2026-04-04T13:35:40.8419131+00:00"
},
"Created": "2026-04-04T13:35:40.8419131+00:00",
"LastUpdated": "2026-04-04T13:35:40.8419131+00:00"
},
"Created": "2026-04-04T13:35:40.8419131+00:00",
"LastUpdated": "2026-04-04T13:35:40.8419131+00:00"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.