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": "95cdf6b5-4ce8-4427-956e-9e0b90b05385",
"ProspectId": "ea564249-7a2d-40a4-9e4d-fa991814b202",
"PrePlacementTestActivityId": "876729e2-f7f2-4657-89d6-fe9ccd8aa38d",
"PrePlacementTestInteractionId": "5c603bdc-2708-4c4d-8050-7fef9664d656",
"StartLevel": 4,
"Result": "sample string 5",
"PrePlacementTestActivity": {
"Id": "5633e52b-e6a3-4dd6-9916-fc172c1feb97",
"PrePlacementTestContentId": "9b8c60e8-2e31-4056-bf46-6e87d37fd70c",
"Title": "sample string 3",
"Sequence": 4,
"IsSkippable": true,
"Url": "sample string 6",
"Duration": 7,
"IsActive": true,
"PrePlacementTestContent": {
"Id": "b2b1b8a0-e1fa-4a0a-85bb-b60587e45661",
"PrePlacementTestContentRefereneId": "sample string 2",
"PlacementTestContentId": "0828e130-aa27-4f23-80c1-7973ac75f545",
"Title": "sample string 4",
"CanDos": "sample string 5",
"IsActive": true,
"Created": "2026-01-28T23:46:00.1887763+00:00",
"LastUpdated": "2026-01-28T23:46:00.1887763+00:00"
},
"Created": "2026-01-28T23:46:00.1887763+00:00",
"LastUpdated": "2026-01-28T23:46:00.1887763+00:00"
},
"Created": "2026-01-28T23:46:00.1887763+00:00",
"LastUpdated": "2026-01-28T23:46:00.1887763+00:00"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.