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

NameDescriptionTypeAdditional information
prospectId

globally unique identifier

Required

Body Parameters

PearsonEnglish.LearningServices.Data.DataContexts.DataModels.PrePlacementTestResult
NameDescriptionTypeAdditional 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": "726d47cd-0352-4286-86b1-99c09ee3e6d9",
  "ProspectId": "1921cbed-22d3-47fa-9479-77ce218da954",
  "PrePlacementTestActivityId": "dd736c7f-59fb-4c70-8b48-cb24f4c8f918",
  "PrePlacementTestInteractionId": "74c3d5fe-bbb4-4095-aab8-b7e90294d89b",
  "StartLevel": 4,
  "Result": "sample string 5",
  "PrePlacementTestActivity": {
    "Id": "48c66451-2be7-4438-b9a9-42ea3b3eae71",
    "PrePlacementTestContentId": "011eed25-101b-4451-99c3-6f8cc32df1ce",
    "Title": "sample string 3",
    "Sequence": 4,
    "IsSkippable": true,
    "Url": "sample string 6",
    "Duration": 7,
    "IsActive": true,
    "PrePlacementTestContent": {
      "Id": "228f92c5-4f77-4304-8900-49931a08ec1a",
      "PrePlacementTestContentRefereneId": "sample string 2",
      "PlacementTestContentId": "0b59637b-0dfa-4ed1-9075-d2bcac781b77",
      "Title": "sample string 4",
      "CanDos": "sample string 5",
      "IsActive": true,
      "Created": "2024-10-05T09:23:18.0566824+00:00",
      "LastUpdated": "2024-10-05T09:23:18.0566824+00:00"
    },
    "Created": "2024-10-05T09:23:18.0566824+00:00",
    "LastUpdated": "2024-10-05T09:23:18.0566824+00:00"
  },
  "Created": "2024-10-05T09:23:18.0566824+00:00",
  "LastUpdated": "2024-10-05T09:23:18.0566824+00:00"
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.