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.PrePlacementTestResultName | 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": "9a22fab6-244b-4d62-940c-f877d83d70a9", "ProspectId": "4647f967-939a-4217-b984-3d78b53c76a9", "PrePlacementTestActivityId": "0f7f00b1-9f50-45c3-9c48-df49046846ad", "PrePlacementTestInteractionId": "69884675-7b9f-4a4d-825f-0f6c99c3bfff", "StartLevel": 4, "Result": "sample string 5", "PrePlacementTestActivity": { "Id": "658a80c3-857c-49df-9ca6-dedca860dc91", "PrePlacementTestContentId": "b6648a63-eeb5-47a2-8225-34e7828bca99", "Title": "sample string 3", "Sequence": 4, "IsSkippable": true, "Url": "sample string 6", "Duration": 7, "IsActive": true, "PrePlacementTestContent": { "Id": "66c59e76-1e30-4aaa-b840-4b13bc6d9f87", "PrePlacementTestContentRefereneId": "sample string 2", "PlacementTestContentId": "660dc012-c3d9-4e86-b5ba-b8dd4bfdecac", "Title": "sample string 4", "CanDos": "sample string 5", "IsActive": true, "Created": "2025-09-16T00:49:41.0679207+00:00", "LastUpdated": "2025-09-16T00:49:41.0679207+00:00" }, "Created": "2025-09-16T00:49:41.0679207+00:00", "LastUpdated": "2025-09-16T00:49:41.0679207+00:00" }, "Created": "2025-09-16T00:49:41.0679207+00:00", "LastUpdated": "2025-09-16T00:49:41.0679207+00:00" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.