updateExtendedFields( )


Developer Preview

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

Updates the extended fields for a booking.

Extended fields must first be configured in the Wix Developers Center.

Learn more about setting up extended fields with schema plugins.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Bookings - all permissions
Manage Bookings
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
_idstringRequired

ID of the booking for which to update extended fields.


namespacestringRequired

Namespace of the app for which to update extended fields.


optionsUpdateExtendedFieldsOptionsRequired

Options for updating the booking's extended fields.

Returns
Return Type:Promise<UpdateExtendedFieldsResponse>
Was this helpful?
Yes
No