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": "7b081717-3478-447c-bbf4-cdaa9f032002",
"ProspectId": "44ec9235-402d-440a-b75c-7d3ba2da84e1",
"PrePlacementTestActivityId": "c1f293e4-e274-48d1-895f-68e27dea335b",
"PrePlacementTestInteractionId": "0086e4a5-04aa-4aec-acf7-11094095569b",
"StartLevel": 4,
"Result": "sample string 5",
"PrePlacementTestActivity": {
"Id": "5f4eef5d-ef09-477c-a8f3-9cac3ad1d581",
"PrePlacementTestContentId": "0e6d08c2-923e-4b7b-8af0-76e907bad2af",
"Title": "sample string 3",
"Sequence": 4,
"IsSkippable": true,
"Url": "sample string 6",
"Duration": 7,
"IsActive": true,
"PrePlacementTestContent": {
"Id": "f189008b-77b5-41b8-9d06-e8757f27b0eb",
"PrePlacementTestContentRefereneId": "sample string 2",
"PlacementTestContentId": "6d8388f0-126f-4d3c-ab9c-136c9b9d09ef",
"Title": "sample string 4",
"CanDos": "sample string 5",
"IsActive": true,
"Created": "2026-08-13T23:07:14.1283421+00:00",
"LastUpdated": "2026-08-13T23:07:14.1283421+00:00"
},
"Created": "2026-08-13T23:07:14.1283421+00:00",
"LastUpdated": "2026-08-13T23:07:14.1283421+00:00"
},
"Created": "2026-08-13T23:07:14.1283421+00:00",
"LastUpdated": "2026-08-13T23:07:14.1283421+00:00"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.