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": "deb085f6-6df4-41e6-b832-77322fd6d8ba",
"ProspectId": "f0eeff47-c630-48c4-8d08-d3888a6d8d42",
"PrePlacementTestActivityId": "af4cfa44-8ec4-460f-a6fa-ca5fccd4e2a4",
"PrePlacementTestInteractionId": "93a9db69-243a-46c3-b38d-ec1254594b59",
"StartLevel": 4,
"Result": "sample string 5",
"PrePlacementTestActivity": {
"Id": "eb4785e9-2eec-498f-aa5f-338289c2e208",
"PrePlacementTestContentId": "beb1146b-be5c-4982-b4ae-dec2d8fb98f1",
"Title": "sample string 3",
"Sequence": 4,
"IsSkippable": true,
"Url": "sample string 6",
"Duration": 7,
"IsActive": true,
"PrePlacementTestContent": {
"Id": "78923b93-38c0-41a9-bc7a-2e87ba97989f",
"PrePlacementTestContentRefereneId": "sample string 2",
"PlacementTestContentId": "467bb264-0f3c-41e7-9d2d-de8f30ce9bf4",
"Title": "sample string 4",
"CanDos": "sample string 5",
"IsActive": true,
"Created": "2026-06-24T19:17:10.7612806+00:00",
"LastUpdated": "2026-06-24T19:17:10.7612806+00:00"
},
"Created": "2026-06-24T19:17:10.7612806+00:00",
"LastUpdated": "2026-06-24T19:17:10.7612806+00:00"
},
"Created": "2026-06-24T19:17:10.7612806+00:00",
"LastUpdated": "2026-06-24T19:17:10.7612806+00:00"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.