Add client to class
add_client_to_classBook a client into a class session (or its waitlist). Uses the client's first available membership/credit unless payment_option_id is given. [requires scope: book]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spot_id | No | Reformer/spot id (optional) | |
| waitlist | No | ||
| client_id | Yes | ||
| class_session_id | Yes | ||
| payment_option_id | No | From get_payment_options (optional) | |
| payment_option_type | No | membership | credit (required with payment_option_id) |