Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.8 KB

UpdateAppointmentRequest.md

File metadata and controls

21 lines (17 loc) · 1.8 KB

UpdateAppointmentRequest

Properties

Name Type Description Notes
appointment_id int The appointments unique ID.
end_date_time \DateTime The end date and time of the new appointment. <br />Default: StartDateTime, offset by the staff member’s default appointment duration. [optional]
execute string The action taken to add this appointment. [optional]
gender_preference string The client’s service provider gender preference. [optional]
notes string Any general notes about this appointment. [optional]
provider_id string If a user has Complementary and Alternative Medicine features enabled, this parameter assigns a provider ID to the appointment. [optional]
resource_ids int[] A list of resource IDs to associate with the new appointment. [optional]
send_email bool Whether to send client an email for cancellations. An email is sent only if the client has an email address and automatic emails have been set up. <br />Default: false [optional]
session_type_id int The session type associated with the new appointment. [optional]
staff_id int The ID of the staff member who is adding the new appointment. [optional]
start_date_time \DateTime The start date and time of the new appointment. [optional]
test bool When `true`, indicates that the method is to be validated, but no new appointment data is added. <br />Default: false [optional]

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