POST centers/{centerId}/waitingList
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either StaffMember
- Authenticated user belongs to center which matches identifier given in "centerId" uri parameter.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
centerId | globally unique identifier |
Required |
Body Parameters
PearsonEnglish.LearningServices.Wse.Models.WaitingStudentParametersName | Description | Type | Additional information |
---|---|---|---|
UnitNumber | integer |
None. |
|
ClassType | PearsonEnglish.LearningServices.Core.Models.Enums.ClassTypes |
None. |
|
StudentId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UnitNumber": 1, "ClassType": 0, "StudentId": "eee5cff8-3ba3-4a08-ba15-7560c628db39" }
Response Information
Resource Description
PearsonEnglish.LearningServices.Wse.Models.Views.WaitingStudentViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
UserId | globally unique identifier |
None. |
|
StudentFullName | string |
None. |
|
StudentCode | string |
None. |
|
CategoryCode | string |
None. |
|
DateAdded | date |
None. |
|
ClassType | PearsonEnglish.LearningServices.Core.Models.Enums.ClassTypes |
None. |
|
PhotoUris | Dictionary of Nse.ServiceBus.DataContracts.ImageResolution [key] and string [value] |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "828de1cb-2257-4fd0-b658-fdd3de0ba3c3", "UserId": "9281ec1b-79f6-4abc-aaf6-bd17e820e5a4", "StudentFullName": "sample string 3", "StudentCode": "sample string 4", "CategoryCode": "sample string 5", "DateAdded": "2025-07-12T22:48:49.3547084+00:00", "ClassType": 0, "PhotoUris": { "Small": "sample string 1" } }