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": "ef23fe6d-de7f-4c3e-9218-74d37da453cd", "ProspectId": "5fa5ffd2-ddf7-4f6e-bb51-fd25dbc6441e", "PrePlacementTestActivityId": "ee86b042-ec8c-46f6-83d3-cafde0cf2879", "PrePlacementTestInteractionId": "b07018f7-7ad1-4124-a246-d5f0cefdf84c", "StartLevel": 4, "Result": "sample string 5", "PrePlacementTestActivity": { "Id": "7a42891e-a5a3-42f4-bd3a-526ec4199e7a", "PrePlacementTestContentId": "f68cc066-45e6-4864-949c-ebc61530a6f6", "Title": "sample string 3", "Sequence": 4, "IsSkippable": true, "Url": "sample string 6", "Duration": 7, "IsActive": true, "PrePlacementTestContent": { "Id": "92bd15bc-38ba-4615-924e-9f6dc7e2c427", "PrePlacementTestContentRefereneId": "sample string 2", "PlacementTestContentId": "296bc0e4-8875-468b-82b8-c99f28df7e29", "Title": "sample string 4", "CanDos": "sample string 5", "IsActive": true, "Created": "2025-08-31T21:05:45.0128102+00:00", "LastUpdated": "2025-08-31T21:05:45.0128102+00:00" }, "Created": "2025-08-31T21:05:45.0128102+00:00", "LastUpdated": "2025-08-31T21:05:45.0128102+00:00" }, "Created": "2025-08-31T21:05:45.0128102+00:00", "LastUpdated": "2025-08-31T21:05:45.0128102+00:00" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.