Create bookings of service bundles and day packages

This API creates bookings of service bundles and day packages and also supports couple bookings.

Response Model



CreateBookingRequestModel

Json propertyData typeDescription
center_idGuidID of the center
dateDateTimeBooking date
booking_sourceBookingSource?Source of the booking
guestsListList of guests
campaign_idGuid?Campaign ID
reference_nolong?Reference number
appointment_typeGroupAppointmentType?Appointment type for group bookings
consider_center_timingsboolConsider center timings
is_booking_at_different_times_for_different_guestsboolBookings at different times per guest allowed
therapist_double_bookingTherapistDoubleBooking?Therapist double booking configuration
is_only_checked_in_employeesboolConsider only employees currently checked in
is_noncontiguous_slotsboolAre time slots non-contiguous
is_surpriseboolSurprise booking
host_idGuid?ID of the host
reservation_idGuid?Reservation ID
is_only_catalog_employeesboolLimit to catalog employees
can_reschedule_appointmentboolCan reschedule the appointment
service_applied_with_in-time_discountboolService is using in-time discount
is_double_booking_enabledbool?Allow double booking even if therapist is busy
is_family_bookingboolIs this a family booking
relationship_host_idGuid?Host ID for relationship-based booking
skip_catalog_validationsboolSkip catalog validation during booking
Waitlist_group_idGuid?Group waitlist ID
use_online_booking_templateboolUse online booking template
preserve_orderboolPreserve order of services

GuestBookingModel

Json propertyData typeDescription
idGuid?Guest ID
group_identifierGuid?Group ID for booking group
invoice_idGuid?Related invoice ID
notesstringNotes for the booking
itemsListList of items being booked
reservation_idGuid?Reservation ID
appointment_group_idGuid?Appointment group ID
guest_relationship_idlong?Guest relationship ID
consider_single_therapist_slotbool?Consider a single therapist slot only

ItemRequestModel

Json propertyData typeDescription
idlong?Requested item primary key
itemBaseItemModelItem information
cart_item_idGuid?Cart item ID
therapistTherapistRequestModelTherapist assigned
roomRoomRequestModelRoom assigned
equipmentEquipmentRequestModelEquipment assigned
add_onsListList of add-ons
package_servicesListPackage services included
is_service_bundle_packageboolIs this a bundled package
durationint?Duration of the service
qtyint?Quantity
start_timeDateTime?Start time of the service
end_timeDateTime?End time of the service
couple_group_noint?Couple group number
couple_group_idGuid?Couple group ID
package_idGuid?Package ID
package_group_nolong?Group number for the package
order_noint?Order number
fill_open_slotsboolFill open slots
assign_default_slotboolAssign default slot
appointment_idGuid?Appointment ID
appointment_group_idGuid?Group ID of appointment
invoice_item_idGuid?Invoice item ID
requested_parallel_group_fkInt64?FK for parallel service group
parallel_service_groupParallelGroupInfoParallel service group info

CreateBookingResponseModel

Json propertyData typeDescription
idGuidBooking ID created

BaseApiResponse

Json propertyData typeDescription
ErrorApiResponseErrorError details, if any
Language
Credentials
Header
Click Try It! to start a request and see the response here!