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": "c63eae67-bc41-4443-a11f-81fb7fd3c1a5", "ProspectId": "3c74e153-3366-49d0-970a-c0a8bef7ce3f", "PrePlacementTestActivityId": "8ec0b0be-960e-44bf-bd1e-6350790bd8a9", "PrePlacementTestInteractionId": "c6dad36a-355f-43d4-931c-9b97b95b54ff", "StartLevel": 4, "Result": "sample string 5", "PrePlacementTestActivity": { "Id": "9f842b51-0385-40f9-a6cf-9345f689377d", "PrePlacementTestContentId": "4fcae50c-5409-4891-9611-2e7885137d96", "Title": "sample string 3", "Sequence": 4, "IsSkippable": true, "Url": "sample string 6", "Duration": 7, "IsActive": true, "PrePlacementTestContent": { "Id": "f8aed50c-0801-45f0-9f08-5e7bd87ddbb6", "PrePlacementTestContentRefereneId": "sample string 2", "PlacementTestContentId": "08f0524f-5eea-4901-9467-70ffb694f7fa", "Title": "sample string 4", "CanDos": "sample string 5", "IsActive": true, "Created": "2025-08-29T05:07:01.2599345+00:00", "LastUpdated": "2025-08-29T05:07:01.2599345+00:00" }, "Created": "2025-08-29T05:07:01.2599345+00:00", "LastUpdated": "2025-08-29T05:07:01.2599345+00:00" }, "Created": "2025-08-29T05:07:01.2599345+00:00", "LastUpdated": "2025-08-29T05:07:01.2599345+00:00" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.