PUT classes/{ssdsClassId}/UpdateTime?startDate={startDate}
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either StaffMember
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ssdsClassId | string |
Required |
|
| startDate | date |
None. |
Body Parameters
None.
Response Information
Resource Description
PearsonEnglish.LearningServices.Wse.Models.Views.ClassDetailsViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BookedStudents | Collection of PearsonEnglish.LearningServices.Wse.Models.Views.StudentUnitAggregateViewModel |
None. |
|
| StandbyStudents | Collection of PearsonEnglish.LearningServices.Wse.Models.Views.StudentUnitAggregateViewModel |
None. |
|
| TeacherFirstName | string |
None. |
|
| TeacherLastName | string |
None. |
|
| CenterName | string |
None. |
|
| IsZoomEnabledCenter | boolean |
None. |
|
| Id | globally unique identifier |
None. |
|
| ClassId | string |
None. |
|
| ClassCode | string |
None. |
|
| ClassType | integer |
None. |
|
| NumberOfSeats | integer |
None. |
|
| NumberOfStudents | integer |
None. |
|
| IsComplete | boolean |
None. |
|
| NumberOfStudentsOnStandbyList | integer |
None. |
|
| MaxNumberOfStudentsOnStandbyList | integer |
None. |
|
| IsClosed | boolean |
None. |
|
| IsOnline | boolean |
None. |
|
| StartDate | date |
None. |
|
| Duration | integer |
None. |
|
| Categories | Collection of PearsonEnglish.LearningServices.Core.Models.Views.CategoryViewModel |
None. |
|
| CategoriesAbbreviations | string |
None. |
|
| ClassDescription | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| AcceptsStandby | boolean |
None. |
|
| TeacherId | globally unique identifier |
None. |
|
| TeacherSsdsId | string |
None. |
|
| IsVisibleInGroup | boolean |
None. |
|
| IsB2B | boolean |
None. |
|
| IsStandbyListFull | boolean |
None. |
|
| CenterId | globally unique identifier |
None. |
|
| IsTechnologyEnabledCenter | boolean |
None. |
|
| IsScheduledInOnlineCenter | boolean |
None. |
|
| IsTeen | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"BookedStudents": [
{
"Student": {
"StudentCode": "sample string 1",
"CenterId": "sample string 2",
"CenterName": "sample string 3",
"UserId": "836c1952-15b2-4444-b206-63d937c4c958",
"tempisNewStudent": true,
"LastName": "sample string 6",
"FirstName": "sample string 7",
"SsdsId": "sample string 8",
"StudentId": 9,
"PhotoUris": {
"Small": "sample string 1"
},
"SocialNetworkAddress1": "sample string 10",
"SocialNetworkAddress2": "sample string 11",
"SocialNetworkAddress3": "sample string 12",
"SocialNetworkAddress4": "sample string 13",
"SocialNetwork1": "sample string 14",
"SocialNetwork2": "sample string 15",
"SocialNetwork3": "sample string 16",
"SocialNetwork4": "sample string 17",
"Email": "sample string 18",
"MobileTelephone": "sample string 19",
"HomeTelephone": "sample string 20",
"WorkTelephone": "sample string 21",
"PreferredContactMethod": 0,
"PreferredSocialNetworkId": "7740c259-6167-4044-a05f-211a594007fb",
"PreferredSocialNetworkName": "sample string 22",
"PreferredSocialNetworkAddress": "sample string 23"
},
"CurrentUnitNumber": "sample string 1"
},
{
"Student": {
"StudentCode": "sample string 1",
"CenterId": "sample string 2",
"CenterName": "sample string 3",
"UserId": "836c1952-15b2-4444-b206-63d937c4c958",
"tempisNewStudent": true,
"LastName": "sample string 6",
"FirstName": "sample string 7",
"SsdsId": "sample string 8",
"StudentId": 9,
"PhotoUris": {
"Small": "sample string 1"
},
"SocialNetworkAddress1": "sample string 10",
"SocialNetworkAddress2": "sample string 11",
"SocialNetworkAddress3": "sample string 12",
"SocialNetworkAddress4": "sample string 13",
"SocialNetwork1": "sample string 14",
"SocialNetwork2": "sample string 15",
"SocialNetwork3": "sample string 16",
"SocialNetwork4": "sample string 17",
"Email": "sample string 18",
"MobileTelephone": "sample string 19",
"HomeTelephone": "sample string 20",
"WorkTelephone": "sample string 21",
"PreferredContactMethod": 0,
"PreferredSocialNetworkId": "7740c259-6167-4044-a05f-211a594007fb",
"PreferredSocialNetworkName": "sample string 22",
"PreferredSocialNetworkAddress": "sample string 23"
},
"CurrentUnitNumber": "sample string 1"
}
],
"StandbyStudents": [
{
"Student": {
"StudentCode": "sample string 1",
"CenterId": "sample string 2",
"CenterName": "sample string 3",
"UserId": "836c1952-15b2-4444-b206-63d937c4c958",
"tempisNewStudent": true,
"LastName": "sample string 6",
"FirstName": "sample string 7",
"SsdsId": "sample string 8",
"StudentId": 9,
"PhotoUris": {
"Small": "sample string 1"
},
"SocialNetworkAddress1": "sample string 10",
"SocialNetworkAddress2": "sample string 11",
"SocialNetworkAddress3": "sample string 12",
"SocialNetworkAddress4": "sample string 13",
"SocialNetwork1": "sample string 14",
"SocialNetwork2": "sample string 15",
"SocialNetwork3": "sample string 16",
"SocialNetwork4": "sample string 17",
"Email": "sample string 18",
"MobileTelephone": "sample string 19",
"HomeTelephone": "sample string 20",
"WorkTelephone": "sample string 21",
"PreferredContactMethod": 0,
"PreferredSocialNetworkId": "7740c259-6167-4044-a05f-211a594007fb",
"PreferredSocialNetworkName": "sample string 22",
"PreferredSocialNetworkAddress": "sample string 23"
},
"CurrentUnitNumber": "sample string 1"
},
{
"Student": {
"StudentCode": "sample string 1",
"CenterId": "sample string 2",
"CenterName": "sample string 3",
"UserId": "836c1952-15b2-4444-b206-63d937c4c958",
"tempisNewStudent": true,
"LastName": "sample string 6",
"FirstName": "sample string 7",
"SsdsId": "sample string 8",
"StudentId": 9,
"PhotoUris": {
"Small": "sample string 1"
},
"SocialNetworkAddress1": "sample string 10",
"SocialNetworkAddress2": "sample string 11",
"SocialNetworkAddress3": "sample string 12",
"SocialNetworkAddress4": "sample string 13",
"SocialNetwork1": "sample string 14",
"SocialNetwork2": "sample string 15",
"SocialNetwork3": "sample string 16",
"SocialNetwork4": "sample string 17",
"Email": "sample string 18",
"MobileTelephone": "sample string 19",
"HomeTelephone": "sample string 20",
"WorkTelephone": "sample string 21",
"PreferredContactMethod": 0,
"PreferredSocialNetworkId": "7740c259-6167-4044-a05f-211a594007fb",
"PreferredSocialNetworkName": "sample string 22",
"PreferredSocialNetworkAddress": "sample string 23"
},
"CurrentUnitNumber": "sample string 1"
}
],
"TeacherFirstName": "sample string 1",
"TeacherLastName": "sample string 2",
"CenterName": "sample string 3",
"IsZoomEnabledCenter": true,
"Id": "3897e161-88ce-4c62-a254-51f6a63a76b9",
"ClassId": "sample string 5",
"ClassCode": "sample string 6",
"ClassType": 7,
"NumberOfSeats": 8,
"NumberOfStudents": 9,
"IsComplete": true,
"NumberOfStudentsOnStandbyList": 1,
"MaxNumberOfStudentsOnStandbyList": 10,
"IsClosed": true,
"IsOnline": true,
"StartDate": "2025-11-09T07:47:52.9271311+00:00",
"Duration": 12,
"Categories": [
{
"Id": "f8a0f6bb-db4a-4505-ad2c-25c1ac6e3b78",
"Type": "sample string 2",
"Sequence": 1,
"Path": "sample string 3",
"Attributes": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"ChildCategories": []
},
{
"Id": "f8a0f6bb-db4a-4505-ad2c-25c1ac6e3b78",
"Type": "sample string 2",
"Sequence": 1,
"Path": "sample string 3",
"Attributes": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"ChildCategories": []
}
],
"CategoriesAbbreviations": "sample string 13",
"ClassDescription": "sample string 14",
"CompanyId": "e573c5ee-f9f5-4703-a644-03dadbd2727b",
"AcceptsStandby": true,
"TeacherId": "45e5b69f-ab06-4c04-a189-29ee8e53171d",
"TeacherSsdsId": "sample string 17",
"IsVisibleInGroup": true,
"IsB2B": true,
"IsStandbyListFull": false,
"CenterId": "9bd7d46e-0491-4c07-8921-b3ec1ce6547c",
"IsTechnologyEnabledCenter": true,
"IsScheduledInOnlineCenter": true,
"IsTeen": true
}