Skip to main content

Arguments

The input objects required to create an Appointment on Kraken without making a booking.

Returns

CreateOnSiteJobsAppointmentWithoutBooking

Output type of the createOnSiteJobsAppointmentWithoutBooking mutation.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can create on site jobs appointments without booking

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

mutation CreateOnSiteJobsAppointmentWithoutBooking($input: OnSiteJobsCreateAppointmentInput!) { createOnSiteJobsAppointmentWithoutBooking(input: $input) { onSiteJobsAppointment { ...OnSiteJobsAppointmentTypeFragment } } }

Variables

Response

{ "data": { "createOnSiteJobsAppointmentWithoutBooking": { "onSiteJobsAppointment": OnSiteJobsAppointmentType } } }