Skip to main content

Arguments

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

Returns

CreateOnSiteJobsAppointmentWithoutBooking

Create an Appointment on Kraken without making a booking via the booking vendor system. This is typically used by booking vendors to inform Kraken about appointments created on their system.

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 } } }