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": "8378a041-104a-48ac-9c9d-90d771c32ee9",
"ProspectId": "04e07fd9-26c4-46df-9641-d4891e159e41",
"PrePlacementTestActivityId": "6f87b5bd-274c-4763-a8b0-91393ba4b8a6",
"PrePlacementTestInteractionId": "588c101f-4af7-4e8c-a87e-846e28ad4a3a",
"StartLevel": 4,
"Result": "sample string 5",
"PrePlacementTestActivity": {
"Id": "4cdedf76-97ea-4e6a-ae73-caf8cc41459b",
"PrePlacementTestContentId": "da88cc33-c634-4034-98f5-60ed28ba3658",
"Title": "sample string 3",
"Sequence": 4,
"IsSkippable": true,
"Url": "sample string 6",
"Duration": 7,
"IsActive": true,
"PrePlacementTestContent": {
"Id": "3116ac04-9c00-4801-a115-2e441c7f5ed6",
"PrePlacementTestContentRefereneId": "sample string 2",
"PlacementTestContentId": "f2df53c0-89eb-4407-a206-b718c7e87317",
"Title": "sample string 4",
"CanDos": "sample string 5",
"IsActive": true,
"Created": "2026-08-09T01:32:12.9472041+00:00",
"LastUpdated": "2026-08-09T01:32:12.9472041+00:00"
},
"Created": "2026-08-09T01:32:12.9472041+00:00",
"LastUpdated": "2026-08-09T01:32:12.9472041+00:00"
},
"Created": "2026-08-09T01:32:12.9472041+00:00",
"LastUpdated": "2026-08-09T01:32:12.9472041+00:00"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.