setDefaultBookingPolicy( )


Sets a booking policy as the default.

Also updates the site's current default policy by setting its default attribute to false. If the provided policy is already the site's default, the call succeeds without changing any bookingPolicy object.

Method Declaration
Copy
Method Parameters
bookingPolicyIdstringRequired

ID of the booking policy that's set as default.

Returns
Return Type:Promise<SetDefaultBookingPolicyResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?