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": "91b2e303-da32-4426-afb0-c576d0d7f05b",
"ProspectId": "a7bc36d4-ee74-40f1-a2c2-8a73dac129b2",
"PrePlacementTestActivityId": "aec38619-0f9b-4bd2-bda8-4873c2edac77",
"PrePlacementTestInteractionId": "6a242ddc-e147-4acc-8bef-fa74aa414ef0",
"StartLevel": 4,
"Result": "sample string 5",
"PrePlacementTestActivity": {
"Id": "4c40e210-a553-45ae-afa7-b089b79ad61a",
"PrePlacementTestContentId": "b4f5c807-0550-48ae-9fa1-114817463664",
"Title": "sample string 3",
"Sequence": 4,
"IsSkippable": true,
"Url": "sample string 6",
"Duration": 7,
"IsActive": true,
"PrePlacementTestContent": {
"Id": "2bc38619-de08-435d-9178-39ca8e188939",
"PrePlacementTestContentRefereneId": "sample string 2",
"PlacementTestContentId": "b9681828-eabd-42ac-b65e-ba92b79a093c",
"Title": "sample string 4",
"CanDos": "sample string 5",
"IsActive": true,
"Created": "2026-06-28T20:41:13.3056277+00:00",
"LastUpdated": "2026-06-28T20:41:13.3056277+00:00"
},
"Created": "2026-06-28T20:41:13.3056277+00:00",
"LastUpdated": "2026-06-28T20:41:13.3056277+00:00"
},
"Created": "2026-06-28T20:41:13.3056277+00:00",
"LastUpdated": "2026-06-28T20:41:13.3056277+00:00"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.