updateAppointmentInput
Autogenerated input type of updateAppointment
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEcpt_code_id
· ID
· Cpt code associated with this appointment external_videochat_url
· String
· When passed in, this video chat URL will be used instead of built-in Video Chat or Zoom late_cancellation_fee
· Int
· The late cancellation fee in cents no_show_fee
· Int
· The no show fee in cents deprecated
Use `recurring_appointment` insteaddeprecated
Use `recurring_appointment` insteadUsed By
Definition
"""Autogenerated input type of updateAppointment"""input updateAppointmentInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") actual_duration: String appointment_inclusion_uuid: ID appointment_location_id: ID appointment_type_id: ID attended_clients: [AttendedClientsInput] attendee_ids: [ID] client_confirmed: Boolean client_updating: Boolean confirmed: Boolean contact_type: String
""" Cpt code associated with this appointment """ cpt_code_id: ID date: ISO8601DateTime
""" Timestamp in YYYY-MM-DD HH:MM:SS or ISO8601 format, supercedes date, time params. """ datetime: String end_date: ISO8601DateTime end_time: String
""" When passed in, this video chat URL will be used instead of built-in Video Chat or Zoom """ external_videochat_url: String id: ID insurance_billing_enabled: Boolean is_blocker: Boolean is_zoom_chat: Boolean join_all: Boolean @deprecated(reason: "Use `recurring_appointment` instead")
""" The late cancellation fee in cents """ late_cancellation_fee: Int location: String max_attendees: ISO8601DateTime
""" a serialized JSON string of metadata """ metadata: JSON
""" The no show fee in cents """ no_show_fee: Int notes: String other_party_id: ID pm_status: String
""" The price associated with this appointment """ price: String providers: String recurring_appointment: RecurringAppointmentInput repeat: Boolean @deprecated(reason: "Use `recurring_appointment` instead") repeat_interval: String @deprecated(reason: "Use `recurring_appointment` instead") repeat_times: String @deprecated(reason: "Use `recurring_appointment` instead") room_id: ID time: String
""" Timezone to use for date and time fields. Overrides the timezone of the current user """ timezone: String
""" Units to use as a multiplier for appointment price """ units: String updateRecurring: Boolean user_id: ID}