addAppointment
Schedule a client appointment by specifying staff, location, session type, and start time. Optionally send email confirmation and apply payment.
Instructions
Book an appointment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Appointment notes | |
| staffId | Yes | Staff ID | |
| clientId | Yes | Client ID | |
| sendEmail | No | Send confirmation email | |
| locationId | Yes | Location ID | |
| resourceIds | No | Resource IDs | |
| applyPayment | No | Apply payment | |
| sessionTypeId | Yes | Session type ID | |
| startDateTime | Yes | Start date/time in ISO format | |
| executePayment | No | Execute payment | |
| staffRequested | No | Staff requested |