book_appointment
Schedule a wellness or training appointment for a client by specifying the staff member, session type, and start time.
Instructions
Schedule a single wellness or training appointment for a client with a specific staff member at a specific time. GATED behind MINDBODY_ALLOW_BOOKINGS. Returns an error if not enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | ||
| staff_id | Yes | The staff member ID providing the service | |
| session_type_id | Yes | The session type ID (massage, training, etc.) | |
| start_datetime | Yes | ISO 8601 appointment start |