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": "6d2c454d-ac7a-446e-86d5-8eda04007119", "ProspectId": "11bdedd5-08b4-497b-b69e-0e3693447f3b", "PrePlacementTestActivityId": "b17c70a3-8250-49d3-9f88-d72bc1253317", "PrePlacementTestInteractionId": "c23677fc-2fba-423d-af50-60db9a61fe73", "StartLevel": 4, "Result": "sample string 5", "PrePlacementTestActivity": { "Id": "4d1797a9-8907-41ea-b81d-e318494f9ca7", "PrePlacementTestContentId": "5d2ed9d0-a1ba-41e0-be58-95e9dd33efbd", "Title": "sample string 3", "Sequence": 4, "IsSkippable": true, "Url": "sample string 6", "Duration": 7, "IsActive": true, "PrePlacementTestContent": { "Id": "5dbe29d4-bc70-459b-9af9-95912eb97d35", "PrePlacementTestContentRefereneId": "sample string 2", "PlacementTestContentId": "884b4d11-4dfc-490d-aded-e48820c0f0cb", "Title": "sample string 4", "CanDos": "sample string 5", "IsActive": true, "Created": "2025-04-06T23:36:15.507155+00:00", "LastUpdated": "2025-04-06T23:36:15.507155+00:00" }, "Created": "2025-04-06T23:36:15.507155+00:00", "LastUpdated": "2025-04-06T23:36:15.507155+00:00" }, "Created": "2025-04-06T23:36:15.507155+00:00", "LastUpdated": "2025-04-06T23:36:15.507155+00:00" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.