Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.2 KB

UpdateClientVisitRequest.md

File metadata and controls

15 lines (11 loc) · 1.2 KB

UpdateClientVisitRequest

Properties

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]

[Back to Model list] [Back to API list] [Back to README]