Complete booking intent
POST/v1/public/booking_intents/:booking_intent_id/complete
Complete a booking intent by creating an appointment from the accumulated intent data via a public interface (no authentication required).
Update fields (service_id, provider_id, slot fields, client_data) may be provided inline. These updates are applied atomically before completion — if the update or completion fails, the entire operation is rolled back.
Request
Responses
- 200
- 404
- 422
Success
Unprocessable Entity
Unprocessable Entity