POST

Add Bookings To Multi Service Booking


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 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.
Authentication

This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:

Permissions
Manage Bookings
Learn more about app permissions.
Method Declaration
Copy
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?