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": "a9b7a93d-6599-4ebe-801f-e19bb9857ee9" }
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": "9d417b5a-8a06-4193-ae4d-a090964e4f00", "UserId": "16ce2856-87e2-433e-973e-66ce2b9b7f7c", "StudentFullName": "sample string 3", "StudentCode": "sample string 4", "CategoryCode": "sample string 5", "DateAdded": "2025-09-01T01:10:30.8209392+00:00", "ClassType": 0, "PhotoUris": { "Small": "sample string 1" } }