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": "97255862-ebcf-491f-ae08-941c9194dd95", "ProspectId": "11a45164-c6c6-4cf4-86f0-11665ee98583", "PrePlacementTestActivityId": "0eb65165-51bf-4890-b326-b62484c2838b", "PrePlacementTestInteractionId": "adde39aa-37d1-4bc7-940f-90c88bd63b0e", "StartLevel": 4, "Result": "sample string 5", "PrePlacementTestActivity": { "Id": "8abe0bbb-90da-4e71-b07c-4aa405b951e6", "PrePlacementTestContentId": "753a9ec9-2322-421c-ac65-ed23c8e6d700", "Title": "sample string 3", "Sequence": 4, "IsSkippable": true, "Url": "sample string 6", "Duration": 7, "IsActive": true, "PrePlacementTestContent": { "Id": "7e286cb9-c812-45df-8ed4-bb38e6008c6f", "PrePlacementTestContentRefereneId": "sample string 2", "PlacementTestContentId": "9d7abf98-0c43-411f-92eb-2fe758d6dc58", "Title": "sample string 4", "CanDos": "sample string 5", "IsActive": true, "Created": "2025-07-01T13:27:33.3010283+00:00", "LastUpdated": "2025-07-01T13:27:33.3010283+00:00" }, "Created": "2025-07-01T13:27:33.3010283+00:00", "LastUpdated": "2025-07-01T13:27:33.3010283+00:00" }, "Created": "2025-07-01T13:27:33.3010283+00:00", "LastUpdated": "2025-07-01T13:27:33.3010283+00:00" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.