POST

Update Extended Fields


Updates the extended fields for a booking.

If you specify an extended field namespace that doesn't exist yet, it's created.

Learn more about extended fields.

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.
Endpoint
POST
https://www.wixapis.com/_api/bookings-service/v2/bookings/{id}/update_extended_fields

Path Params
idstringRequired

ID of the entity to update.

Body Params
namespacestringRequired

Identifier for the app whose extended fields are being updated.


namespaceDatastructRequired

Data to update. Structured according to the schema defined when the extended fields were configured.

Response Object
namespacestringmaxLength 164

Updated namespace.


namespaceDatastruct

Updated data.

Updates the extended fields of a booking
Request
cURL
Response
JSON
Errors
404Not Found

There is 1 error with this status code.

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

Event TriggersThis method triggers the following events:
Did this help?