AvailableSlotDto
startTimestring<date-time>required
Початок часового слоту
Example:
2024-01-15T10:00:00ZendTimestring<date-time>required
Кінець часового слоту
Example:
2024-01-15T11:00:00ZstaffIdnumberrequired
ID співробітника
Example:
1availablebooleanrequired
Чи доступний слот
Example:
trueAvailableSlotDto
{
"startTime": "2024-01-15T10:00:00Z",
"endTime": "2024-01-15T11:00:00Z",
"staffId": 1,
"available": true
}