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": "037e59d0-51b7-4c64-aa0c-deb3bd4a1910", "ProspectId": "e0fcc6f5-fc79-4db4-a640-f2d062dcaf75", "PrePlacementTestActivityId": "dc270c5d-3ba0-4736-a805-0dcbecd0b5d4", "PrePlacementTestInteractionId": "86dd6709-5d37-4f16-a534-283b5b03810c", "StartLevel": 4, "Result": "sample string 5", "PrePlacementTestActivity": { "Id": "8e13248d-da27-480f-a639-51dd34ab30e8", "PrePlacementTestContentId": "855378a0-539c-47ba-b14d-b26809a68782", "Title": "sample string 3", "Sequence": 4, "IsSkippable": true, "Url": "sample string 6", "Duration": 7, "IsActive": true, "PrePlacementTestContent": { "Id": "935723ab-50f3-4d15-b1c1-7ba6e4f212db", "PrePlacementTestContentRefereneId": "sample string 2", "PlacementTestContentId": "8dbdecd4-4c47-4abb-8409-73ec82c1d027", "Title": "sample string 4", "CanDos": "sample string 5", "IsActive": true, "Created": "2024-12-20T14:03:30.4215283+00:00", "LastUpdated": "2024-12-20T14:03:30.4215283+00:00" }, "Created": "2024-12-20T14:03:30.4215283+00:00", "LastUpdated": "2024-12-20T14:03:30.4215283+00:00" }, "Created": "2024-12-20T14:03:30.4215283+00:00", "LastUpdated": "2024-12-20T14:03:30.4215283+00:00" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.