Name | Type | Description | Notes |
---|---|---|---|
client_id | string | The ID of the client who is being booked into the enrollment. | |
class_schedule_id | int | The ID of the class schedule (enrollment) into which the client is being booked. | |
enroll_date_forward | \DateTime | Enroll the clients from this date forward. `EnrollDateForward` takes priority over open enrollment. | [optional] |
enroll_open | \DateTime[] | Enroll for selected days. | [optional] |
test | bool | When `true`, input information is validated, but not committed.<br /> Default: false | [optional] |
send_email | bool | When `true`, indicates that the client should be sent an email. An email is only sent if the client has an email address and automatic emails have been set up.<br /> Default: false | [optional] |
waitlist | bool | When `true`, the client is added to a specific enrollments waiting list. | [optional] |
waitlist_entry_id | int | The waiting list entry to add. Used to add a client to an enrollment from a waiting list entry. | [optional] |