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": "2b5adcc1-2142-4bbd-961a-6b000b511ace",
"ProspectId": "d8bd6f85-ff5d-4053-a194-76cc3700e8dd",
"PrePlacementTestActivityId": "5ef3fd99-bd74-477e-8433-87ec848243ae",
"PrePlacementTestInteractionId": "60c854d7-feea-4ec2-9fa9-eb9be34653fa",
"StartLevel": 4,
"Result": "sample string 5",
"PrePlacementTestActivity": {
"Id": "e6b252c0-f792-4a27-b705-9de9674958eb",
"PrePlacementTestContentId": "6e00dae7-44c7-4408-844b-04b80eb47393",
"Title": "sample string 3",
"Sequence": 4,
"IsSkippable": true,
"Url": "sample string 6",
"Duration": 7,
"IsActive": true,
"PrePlacementTestContent": {
"Id": "4d88873a-6d64-4129-9f88-ee51546d80a9",
"PrePlacementTestContentRefereneId": "sample string 2",
"PlacementTestContentId": "43903d3c-13c7-4ff7-904b-bef8f5715f54",
"Title": "sample string 4",
"CanDos": "sample string 5",
"IsActive": true,
"Created": "2025-12-10T19:30:51.2138381+00:00",
"LastUpdated": "2025-12-10T19:30:51.2138381+00:00"
},
"Created": "2025-12-10T19:30:51.2138381+00:00",
"LastUpdated": "2025-12-10T19:30:51.2138381+00:00"
},
"Created": "2025-12-10T19:30:51.2138381+00:00",
"LastUpdated": "2025-12-10T19:30:51.2138381+00:00"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.