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": "ab3b57c7-949d-4a72-b1c3-38318227a5fe", "ProspectId": "6ff82fa0-17d5-4123-993c-a49b1c56617a", "PrePlacementTestActivityId": "df61b7ce-c4f9-4e56-896e-5c1e7c8f517a", "PrePlacementTestInteractionId": "22471bb5-b00b-4436-8e68-a35cb84e0979", "StartLevel": 4, "Result": "sample string 5", "PrePlacementTestActivity": { "Id": "3f8d45e2-0227-4c84-b4d0-2a048a30cc7d", "PrePlacementTestContentId": "19848d9e-c309-4111-ba0f-95c681a39b3b", "Title": "sample string 3", "Sequence": 4, "IsSkippable": true, "Url": "sample string 6", "Duration": 7, "IsActive": true, "PrePlacementTestContent": { "Id": "085b24bb-2905-4464-9abf-c6e670464ff0", "PrePlacementTestContentRefereneId": "sample string 2", "PlacementTestContentId": "d6a2fb72-7cb1-4263-8d25-d11154b5d295", "Title": "sample string 4", "CanDos": "sample string 5", "IsActive": true, "Created": "2025-07-01T08:13:18.7351822+00:00", "LastUpdated": "2025-07-01T08:13:18.7351822+00:00" }, "Created": "2025-07-01T08:13:18.7351822+00:00", "LastUpdated": "2025-07-01T08:13:18.7351822+00:00" }, "Created": "2025-07-01T08:13:18.7351822+00:00", "LastUpdated": "2025-07-01T08:13:18.7351822+00:00" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.