POST classes/{classId}/selfRebook/{userIdentifier}?fromClassId={fromClassId}

Authorization

Access to this endpoint is granted if all following conditions are true:

  • Authenticated user who is either Student

Request Information

URI Parameters

NameDescriptionTypeAdditional information
classId

globally unique identifier

Required

userIdentifier

PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier

Required

fromClassId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

PearsonEnglish.LearningServices.Wse.Models.ApiProxyResponse
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Fields

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Fields": "sample string 3"
}