Json property | Data type | Description |
---|
center_id | Guid | ID of the center |
date | DateTime | Booking date |
booking_source | BookingSource? | Source of the booking |
guests | List | List of guests |
campaign_id | Guid? | Campaign ID |
reference_no | long? | Reference number |
appointment_type | GroupAppointmentType? | Appointment type for group bookings |
consider_center_timings | bool | Consider center timings |
is_booking_at_different_times_for_different_guests | bool | Bookings at different times per guest allowed |
therapist_double_booking | TherapistDoubleBooking? | Therapist double booking configuration |
is_only_checked_in_employees | bool | Consider only employees currently checked in |
is_noncontiguous_slots | bool | Are time slots non-contiguous |
is_surprise | bool | Surprise booking |
host_id | Guid? | ID of the host |
reservation_id | Guid? | Reservation ID |
is_only_catalog_employees | bool | Limit to catalog employees |
can_reschedule_appointment | bool | Can reschedule the appointment |
service_applied_with_in-time_discount | bool | Service is using in-time discount |
is_double_booking_enabled | bool? | Allow double booking even if therapist is busy |
is_family_booking | bool | Is this a family booking |
relationship_host_id | Guid? | Host ID for relationship-based booking |
skip_catalog_validations | bool | Skip catalog validation during booking |
Waitlist_group_id | Guid? | Group waitlist ID |
use_online_booking_template | bool | Use online booking template |
preserve_order | bool | Preserve order of services |
Json property | Data type | Description |
---|
id | Guid? | Guest ID |
group_identifier | Guid? | Group ID for booking group |
invoice_id | Guid? | Related invoice ID |
notes | string | Notes for the booking |
items | List | List of items being booked |
reservation_id | Guid? | Reservation ID |
appointment_group_id | Guid? | Appointment group ID |
guest_relationship_id | long? | Guest relationship ID |
consider_single_therapist_slot | bool? | Consider a single therapist slot only |
Json property | Data type | Description |
---|
id | long? | Requested item primary key |
item | BaseItemModel | Item information |
cart_item_id | Guid? | Cart item ID |
therapist | TherapistRequestModel | Therapist assigned |
room | RoomRequestModel | Room assigned |
equipment | EquipmentRequestModel | Equipment assigned |
add_ons | List | List of add-ons |
package_services | List | Package services included |
is_service_bundle_package | bool | Is this a bundled package |
duration | int? | Duration of the service |
qty | int? | Quantity |
start_time | DateTime? | Start time of the service |
end_time | DateTime? | End time of the service |
couple_group_no | int? | Couple group number |
couple_group_id | Guid? | Couple group ID |
package_id | Guid? | Package ID |
package_group_no | long? | Group number for the package |
order_no | int? | Order number |
fill_open_slots | bool | Fill open slots |
assign_default_slot | bool | Assign default slot |
appointment_id | Guid? | Appointment ID |
appointment_group_id | Guid? | Group ID of appointment |
invoice_item_id | Guid? | Invoice item ID |
requested_parallel_group_fk | Int64? | FK for parallel service group |
parallel_service_group | ParallelGroupInfo | Parallel service group info |
Json property | Data type | Description |
---|
id | Guid | Booking ID created |
Json property | Data type | Description |
---|
Error | ApiResponseError | Error details, if any |