GET openapi/students/{userIdentifier}/contracts/future/next?synchronizeUserData={synchronizeUserData}

Authorization

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

  • Authenticated territory has access to center which matches identifier given in "centerId" uri parameter.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userIdentifier

PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier

Required

synchronizeUserData

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

PearsonEnglish.LearningServices.Wse.Models.NextFutureRegistrationModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ContractId

string

None.

EndDate

date

None.

StartDate

date

None.

ContractStatusLabel

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "b7bf8e24-b468-45da-9c6a-2c546f29c5d8",
  "ContractId": "sample string 2",
  "EndDate": "2025-04-04T05:46:23.3788604+00:00",
  "StartDate": "2025-04-04T05:46:23.3788604+00:00",
  "ContractStatusLabel": "sample string 5"
}