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.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Bookings
Manage Bookings - all permissions
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