bulkUpdateBadgeAssignmentTagsByFilter( )


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 tags on multiple badge assignments asynchronously using filters.

Allows bulk tag updates on reservations matching specified criteria. The operation runs asynchronously and returns a job ID for tracking progress. An empty filter will update all reservations.

If a tag appears in both assign and unassign lists, it will be assigned. Use this for large-scale tag operations based on reservation properties.

Method Declaration
Copy
Method Parameters
filterRecord<string, any>Required

Filter criteria to select which badge assignments to update. Use an empty filter to update all badge assignments.


optionsBulkUpdateBadgeAssignmentTagsByFilterOptions
Returns
Return Type:Promise<BulkUpdateBadgeAssignmentTagsByFilterResponse>
Errors

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

Did this help?