BookExternalAppointmentInput
No description
input BookExternalAppointmentInput {
approvedNoShowFeeAmount: Int
availableProviders: [AvailableProviderInput]
billingAddress: String
creationSource: String
email: String
firstName: String
lastName: String
locationId: uuid!
noShowFeePaymentMethodId: uuid
patientId: String
paymentId: uuid
phoneNumber: String
providerId: uuid
referralCode: String
serviceIds: [uuid]
time: String!
workspaceId: uuid!
}
Fields
BookExternalAppointmentInput.approvedNoShowFeeAmount
● Int
scalar
BookExternalAppointmentInput.availableProviders
● [AvailableProviderInput]
list input
BookExternalAppointmentInput.billingAddress
● String
scalar
BookExternalAppointmentInput.creationSource
● String
scalar
BookExternalAppointmentInput.email
● String
scalar
BookExternalAppointmentInput.firstName
● String
scalar
BookExternalAppointmentInput.lastName
● String
scalar
BookExternalAppointmentInput.locationId
● uuid!
non-null scalar
BookExternalAppointmentInput.noShowFeePaymentMethodId
● uuid
scalar
BookExternalAppointmentInput.patientId
● String
scalar
BookExternalAppointmentInput.paymentId
● uuid
scalar
BookExternalAppointmentInput.phoneNumber
● String
scalar
BookExternalAppointmentInput.providerId
● uuid
scalar
BookExternalAppointmentInput.referralCode
● String
scalar
BookExternalAppointmentInput.serviceIds
● [uuid]
list scalar
BookExternalAppointmentInput.time
● String!
non-null scalar
BookExternalAppointmentInput.workspaceId
● uuid!
non-null scalar
Member Of
bookExternalAppointment
mutation