IntegrationBookingDto
serviceIdnumberrequired
ID услуги
Example:
1staffIdnumber
ID сотрудника. Не указывать = любой доступный
Example:
2datestringrequired
Дата записи (YYYY-MM-DD)
Example:
2026-03-15timestringrequired
Время записи (HH:MM)
Example:
14:00phonestringrequired
Телефон клиента
Example:
+380991234567firstNamestring
Example:
ОленаlastNamestring
Example:
Ковальemailstring
Example:
[email protected]notesstring
Example:
Перший візит, алергія на фарбуIntegrationBookingDto
{
"serviceId": 1,
"staffId": 2,
"date": "2026-03-15",
"time": "14:00",
"phone": "+380991234567",
"firstName": "Олена",
"lastName": "Коваль",
"email": "[email protected]",
"notes": "Перший візит, алергія на фарбу"
}