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": "f5e31a6e-eff2-4700-9b9e-b8721f3ce3af", "ProspectId": "3a372dcc-5b68-4d9d-b737-305ac8340d88", "PrePlacementTestActivityId": "715a23a6-4983-4517-ab32-7d4382d68435", "PrePlacementTestInteractionId": "aaea0b98-3403-4313-bd4e-de7463ac7cf7", "StartLevel": 4, "Result": "sample string 5", "PrePlacementTestActivity": { "Id": "e33a62f1-8af6-40df-945a-2029939275d7", "PrePlacementTestContentId": "63dbec11-e0af-49b5-89a6-2b7d0d86fe87", "Title": "sample string 3", "Sequence": 4, "IsSkippable": true, "Url": "sample string 6", "Duration": 7, "IsActive": true, "PrePlacementTestContent": { "Id": "ffb4b1b8-6eab-48f0-8404-e1497d4b3b46", "PrePlacementTestContentRefereneId": "sample string 2", "PlacementTestContentId": "e39501de-018f-4977-a0f3-03bbdc4200d7", "Title": "sample string 4", "CanDos": "sample string 5", "IsActive": true, "Created": "2025-03-28T20:01:31.8410797+00:00", "LastUpdated": "2025-03-28T20:01:31.8410797+00:00" }, "Created": "2025-03-28T20:01:31.8410797+00:00", "LastUpdated": "2025-03-28T20:01:31.8410797+00:00" }, "Created": "2025-03-28T20:01:31.8410797+00:00", "LastUpdated": "2025-03-28T20:01:31.8410797+00:00" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.