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": "372797cb-6139-400b-92fd-8a16eeccac53",
"ProspectId": "a724ecdf-6ad3-410b-9bed-589a32919407",
"PrePlacementTestActivityId": "6cf1557c-dd6f-488d-a8a8-3841b0f7606c",
"PrePlacementTestInteractionId": "9900fd5f-3247-4f99-9da7-75b9b2c24152",
"StartLevel": 4,
"Result": "sample string 5",
"PrePlacementTestActivity": {
"Id": "b97b2680-e0d7-4b50-826d-6538b9c38c75",
"PrePlacementTestContentId": "33682182-5998-4234-9942-d20a726add8b",
"Title": "sample string 3",
"Sequence": 4,
"IsSkippable": true,
"Url": "sample string 6",
"Duration": 7,
"IsActive": true,
"PrePlacementTestContent": {
"Id": "c632dcb3-42bb-4e40-856f-de38b1ef3678",
"PrePlacementTestContentRefereneId": "sample string 2",
"PlacementTestContentId": "d231a960-c3cc-454d-bd66-5aacc1f53a46",
"Title": "sample string 4",
"CanDos": "sample string 5",
"IsActive": true,
"Created": "2026-02-09T03:20:24.4885435+00:00",
"LastUpdated": "2026-02-09T03:20:24.4885435+00:00"
},
"Created": "2026-02-09T03:20:24.4885435+00:00",
"LastUpdated": "2026-02-09T03:20:24.4885435+00:00"
},
"Created": "2026-02-09T03:20:24.4885435+00:00",
"LastUpdated": "2026-02-09T03:20:24.4885435+00:00"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.