Požádat o rezervaci
request_bookingStart a booking. Sends a 6-digit verification code by SMS to the customer. Call only after the customer explicitly agreed to the terms and privacy notice (see server instructions). Returns verificationToken for confirm_booking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| note | No | ||
| time | Yes | Start time from find_available_times. | |
| serviceIds | Yes | ||
| customerName | Yes | ||
| customerEmail | Yes | ||
| customerPhone | Yes | Mobile number, e.g. +420 777 123 456. The SMS code goes here. | |
| hairdresserId | No | ||
| termsAccepted | Yes | Must be true: the customer agreed to the terms and privacy notice. |