addClientToClass
Book a client into a class, enable waitlist when full, and require payment to confirm the booking.
Instructions
Book a client into a class
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| classId | Yes | Class ID to book | |
| clientId | Yes | Client ID | |
| waitlist | No | Add to waitlist if full (default false) | |
| requirePayment | No | Require payment (default true) |