ProviderAppointmentLocationsInput
Payload to bind an appointment location to a provider
Fields
appointment_location_id
· ID
· The ID of the appointment location Used By
Definition
"""Payload to bind an appointment location to a provider"""input ProviderAppointmentLocationsInput { """ If true, the join table record will be deleted """ _destroy: Boolean
""" The ID of the appointment location """ appointment_location_id: ID
""" The ID of the join table record """ id: ID}