Перейти до основного вмісту

AvailableSlotDto

startTimestring<date-time>required

Початок часового слоту

Example: 2024-01-15T10:00:00Z
endTimestring<date-time>required

Кінець часового слоту

Example: 2024-01-15T11:00:00Z
staffIdnumberrequired

ID співробітника

Example: 1
availablebooleanrequired

Чи доступний слот

Example: true
AvailableSlotDto
{
"startTime": "2024-01-15T10:00:00Z",
"endTime": "2024-01-15T11:00:00Z",
"staffId": 1,
"available": true
}