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

UpdateWaitlistEntryDto

clientIdnumber

ID клієнта

Example: 5
serviceIdnumber

ID послуги

Example: 12
staffIdnumber

Бажаний працівник (null = будь-який)

Example: 3
desiredFromstring<date-time>
Example: 2026-06-01T09:00:00Z
desiredTostring<date-time>
Example: 2026-06-01T20:00:00Z
prioritynumber

Пріоритет, дефолт 0

Example: 10
notesstring
industryDataobject
statusstring

Possible values: [active, notified, converted, cancelled, expired]

UpdateWaitlistEntryDto
{
"clientId": 5,
"serviceId": 12,
"staffId": 3,
"desiredFrom": "2026-06-01T09:00:00Z",
"desiredTo": "2026-06-01T20:00:00Z",
"priority": 10,
"notes": "string",
"industryData": {},
"status": "active"
}