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": "09322a61-d4de-42bb-a8b8-76da2c30d9ca",
"ProspectId": "feeeabc5-ee97-40dc-ab06-3d11e19e4449",
"PrePlacementTestActivityId": "5047ff2f-bb76-49ee-ade7-7fa8e2424db5",
"PrePlacementTestInteractionId": "0a019e90-59e1-4b06-997c-474558312424",
"StartLevel": 4,
"Result": "sample string 5",
"PrePlacementTestActivity": {
"Id": "93ca7c9c-540f-49bb-8a57-18a5bca44642",
"PrePlacementTestContentId": "d883b6ec-003a-4a51-b1df-79c86b0a1f56",
"Title": "sample string 3",
"Sequence": 4,
"IsSkippable": true,
"Url": "sample string 6",
"Duration": 7,
"IsActive": true,
"PrePlacementTestContent": {
"Id": "f1e618dd-7881-4a54-93b0-958d027803d1",
"PrePlacementTestContentRefereneId": "sample string 2",
"PlacementTestContentId": "135a3f02-7685-4bdd-b2ae-d24e0703983f",
"Title": "sample string 4",
"CanDos": "sample string 5",
"IsActive": true,
"Created": "2025-12-10T03:33:52.5202329+00:00",
"LastUpdated": "2025-12-10T03:33:52.5202329+00:00"
},
"Created": "2025-12-10T03:33:52.5202329+00:00",
"LastUpdated": "2025-12-10T03:33:52.5202329+00:00"
},
"Created": "2025-12-10T03:33:52.5202329+00:00",
"LastUpdated": "2025-12-10T03:33:52.5202329+00:00"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.