AppointmentTypeFormConnectionInput
Payload for connecting an appointment type to a custom module form
Fields
custom_module_form_id
· ID
· The ID of the custom module form interval
· ISO8601Duration
· Form requests will be sent before or after given interval, depends on `send_trigger` Used By
Definition
"""Payload for connecting an appointment type to a custom module form"""input AppointmentTypeFormConnectionInput { """ If true, the appointment type form connection will be destroyed """ _destroy: Boolean
""" The ID of the custom module form """ custom_module_form_id: ID
""" The ID of the appointment type form connection """ id: ID
""" Form requests will be sent before or after given interval, depends on `send_trigger` """ interval: ISO8601Duration}