Create a recurring appointment
Create a new recurring appointment for a customer.
Recurring appointments are created in the background by the system based on the specified frequency and date range. Appointments are created but not automatically confirmed. Only barbers can create recurring appointments, and each customer is limited to one recurring appointment per barber.
Retrying the same request with the same Idempotency-Key replays the original recurring appointment. Reusing that key for a different request conflicts, and a concurrent identical request reports that the original request is still in progress. Replay state is retained for 24 hours; after that, the same key begins a new request.
Headers
Path Parameters
The unique, opaque system identifier for a resource. This case-sensitive ID is also used as path parameters in URLs or in other properties or parameters that reference a resource by ID rather than URL.
Body
Request body for creating a recurring appointment. Only barbers can create recurring appointments.
The frequency at which appointments recur. Appointments are created in the background by the system based on this frequency.
daily, weekly, biweekly, semimonthly, monthly, quarterly, annually The start date for the recurring appointment series. Appointments will be created starting from this date.
^\d{4}-\d{2}-\d{2}$Whether the recurring appointment is active. When inactive, no new appointments will be created for this series.
A reference to the customer for this recurring appointment.
The location for appointments in this series.
The services for appointments in this series.
The end date for the recurring appointment series, if specified. If not specified, appointments are created up to one year from the start date or current date, whichever is later.
^\d{4}-\d{2}-\d{2}$Response
Created.
A representation of a recurring appointment.
The frequency at which appointments recur. Appointments are created in the background by the system based on this frequency.
daily, weekly, biweekly, semimonthly, monthly, quarterly, annually The start date for the recurring appointment series. Appointments will be created starting from this date.
^\d{4}-\d{2}-\d{2}$Whether the recurring appointment is active. When inactive, no new appointments will be created for this series.
A reference to the customer for this recurring appointment. Its surname is omitted when the customer limits barber visibility to the surname initial.
The unique identifier for this recurring appointment.
A reference to the barber for this recurring appointment.
The location for appointments in this series.
The services for appointments in this series.
The end date for the recurring appointment series, if specified. If not specified, appointments are created up to one year from the start date or current date, whichever is later.
^\d{4}-\d{2}-\d{2}$The customer name the authenticated barber may display. Under initial-only visibility, this contains the given name and surname initial, never the full surname.