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": "8f367904-0f73-41c1-8afe-90ec41c6d3b7",
"ProspectId": "2f3a1da4-7852-4e22-bd99-c36bb08d6d24",
"PrePlacementTestActivityId": "024e5569-d68f-4ffb-aa8f-fe7b793452a5",
"PrePlacementTestInteractionId": "2d60b446-c623-40f4-a9d4-24a486c4ec55",
"StartLevel": 4,
"Result": "sample string 5",
"PrePlacementTestActivity": {
"Id": "ce8f406c-a89c-4459-a03d-b4762d8e0245",
"PrePlacementTestContentId": "40abd4b0-f399-4afc-b352-2d2f6b91b3ca",
"Title": "sample string 3",
"Sequence": 4,
"IsSkippable": true,
"Url": "sample string 6",
"Duration": 7,
"IsActive": true,
"PrePlacementTestContent": {
"Id": "04f88225-7d7d-420a-8f97-b112f34572af",
"PrePlacementTestContentRefereneId": "sample string 2",
"PlacementTestContentId": "064a38b3-608b-400f-b9aa-bb68919244c1",
"Title": "sample string 4",
"CanDos": "sample string 5",
"IsActive": true,
"Created": "2026-03-28T22:24:19.5913724+00:00",
"LastUpdated": "2026-03-28T22:24:19.5913724+00:00"
},
"Created": "2026-03-28T22:24:19.5913724+00:00",
"LastUpdated": "2026-03-28T22:24:19.5913724+00:00"
},
"Created": "2026-03-28T22:24:19.5913724+00:00",
"LastUpdated": "2026-03-28T22:24:19.5913724+00:00"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.