POST

Add Bookings To Multi Service Booking


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Expands an existing multi-service booking by adding existing single-service bookings to the package.

When to call this method

Call this method to add 1 or more existing single-service bookings to an existing multi-service booking. For creating a new multi-service booking with new single-service bookings, call Create Multi Service Booking (SDK | REST) instead.

Package integration

The timing of the single-service bookings to add must be compatible with the multi-service booking's sequential schedule to ensure no gaps or overlaps between services in the updated package.

Requirements and limitations

  • Maximum capacity: The total number of single-service bookings can't exceed 8.
  • Booking eligibility: You can add only independent single-service bookings that aren't part of another multi-service booking.
  • Status compatibility: Added bookings must have compatible status with the target multi-service booking.
  • Revision control: You must provide current revision numbers for all single-service bookings to add.
Endpoint
POST
https://www.wixapis.com/_api/bookings-service/v2/multi_service_bookings/add_bookings_to_multi_service_booking

Errors
404Not Found

There are 2 errors with this status code.

428Failed Precondition

There are 4 errors with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?