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": "19af8adf-39ca-45c9-807d-6a6278ea6ad5",
"ProspectId": "b2713406-55e4-476a-b040-c5cf4220c2ef",
"PrePlacementTestActivityId": "3037facb-0f57-4d16-99e3-659b4f599333",
"PrePlacementTestInteractionId": "25514503-9744-47d8-9d9b-1b9d47aae699",
"StartLevel": 4,
"Result": "sample string 5",
"PrePlacementTestActivity": {
"Id": "ef8f7840-ed9a-49e5-9097-d437dc38cd53",
"PrePlacementTestContentId": "33115001-a751-4c25-b28a-28d297545f11",
"Title": "sample string 3",
"Sequence": 4,
"IsSkippable": true,
"Url": "sample string 6",
"Duration": 7,
"IsActive": true,
"PrePlacementTestContent": {
"Id": "33b9ee98-4c5f-492e-b09f-62a0bae8e062",
"PrePlacementTestContentRefereneId": "sample string 2",
"PlacementTestContentId": "2cd85676-7541-4769-96c5-3d5a69c06ca8",
"Title": "sample string 4",
"CanDos": "sample string 5",
"IsActive": true,
"Created": "2026-02-09T16:18:47.2994135+00:00",
"LastUpdated": "2026-02-09T16:18:47.2994135+00:00"
},
"Created": "2026-02-09T16:18:47.2994135+00:00",
"LastUpdated": "2026-02-09T16:18:47.2994135+00:00"
},
"Created": "2026-02-09T16:18:47.2994135+00:00",
"LastUpdated": "2026-02-09T16:18:47.2994135+00:00"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.