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": "cb38260b-b2ea-466e-b006-52ecc14313e7",
"ProspectId": "21f0748d-8a2e-423b-86f7-1cb246747195",
"PrePlacementTestActivityId": "15ab55af-64c7-4e71-980f-2792309ab4e2",
"PrePlacementTestInteractionId": "5697fa13-6b97-4cb7-a0a2-ccc7fadf9263",
"StartLevel": 4,
"Result": "sample string 5",
"PrePlacementTestActivity": {
"Id": "0299ee84-be0d-4d23-8146-14f541f4a9d6",
"PrePlacementTestContentId": "e2c13aa7-4705-45a1-8438-7119e56d8d6f",
"Title": "sample string 3",
"Sequence": 4,
"IsSkippable": true,
"Url": "sample string 6",
"Duration": 7,
"IsActive": true,
"PrePlacementTestContent": {
"Id": "f59681c3-5935-4297-ada3-7b85da018607",
"PrePlacementTestContentRefereneId": "sample string 2",
"PlacementTestContentId": "ee5199d5-8690-46da-a381-afd3b111b23e",
"Title": "sample string 4",
"CanDos": "sample string 5",
"IsActive": true,
"Created": "2025-11-09T02:50:28.0413021+00:00",
"LastUpdated": "2025-11-09T02:50:28.0413021+00:00"
},
"Created": "2025-11-09T02:50:28.0413021+00:00",
"LastUpdated": "2025-11-09T02:50:28.0413021+00:00"
},
"Created": "2025-11-09T02:50:28.0413021+00:00",
"LastUpdated": "2025-11-09T02:50:28.0413021+00:00"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.