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": "54ec1e26-d9bf-4398-ad08-8ae7ac7da8fd",
"ProspectId": "9a4c753d-0d43-4879-a835-157bc7ac0966",
"PrePlacementTestActivityId": "045d0a07-dbab-43d1-839d-28048fd08aa5",
"PrePlacementTestInteractionId": "213e5a71-2a71-4bc0-b498-b6fe3c4bf2d2",
"StartLevel": 4,
"Result": "sample string 5",
"PrePlacementTestActivity": {
"Id": "c1fc71a3-5cce-4102-98eb-e900964efe0f",
"PrePlacementTestContentId": "11b1ee33-5ae9-4629-8880-e5ff2138ce20",
"Title": "sample string 3",
"Sequence": 4,
"IsSkippable": true,
"Url": "sample string 6",
"Duration": 7,
"IsActive": true,
"PrePlacementTestContent": {
"Id": "dd9a3aad-a8f5-4c69-9dce-fd7d664dd564",
"PrePlacementTestContentRefereneId": "sample string 2",
"PlacementTestContentId": "fedc5e4a-d0b1-45a2-8510-14a4dbb25b23",
"Title": "sample string 4",
"CanDos": "sample string 5",
"IsActive": true,
"Created": "2026-05-10T04:54:21.1761503+00:00",
"LastUpdated": "2026-05-10T04:54:21.1761503+00:00"
},
"Created": "2026-05-10T04:54:21.1761503+00:00",
"LastUpdated": "2026-05-10T04:54:21.1761503+00:00"
},
"Created": "2026-05-10T04:54:21.1761503+00:00",
"LastUpdated": "2026-05-10T04:54:21.1761503+00:00"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.