Name | Type | Description | Notes |
---|---|---|---|
visit_id | int | The ID of the visit to be updated. | |
makeup | bool | When `true`, indicates that the visit is eligible to be made up. | [optional] |
signed_in | bool | When `true`, indicates that the client has signed in for the visit. | [optional] |
execute | string | The execute code used to update this visit. Possible values are: * Cancel * Latecancel * Unlatecancel | [optional] |
test | bool | When `true`, indicates that test mode is enabled. When test mode is enabled, 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 for cancellations. Note that email is not sent unless the client has an email address and automatic emails have been set up correctly.<br /> Default: false | [optional] |