๐๏ธ Save or update filters
this endpoints saves/updates a list of filters based on uuid provided, if uuid is not provided - it creates a new filter or if uuid is provided and if it matches with already present filters then it updates existing filters otherwise it creates a new filter with given uuid<br/>ApiScope: <b>manage.filter.write</b> <br/>API Scope Level: DealerScope
๐๏ธ Delete filters
deletes filters based on uuids<br/>ApiScope: <b>manage.filter.write</b> <br/>API Scope Level: DealerScope
๐๏ธ Get filters by accessLevel
Requires List of Key-Value pairs of AccessLevelKey and AccessLevelValue<br/>ApiScope: <b>manage.filter.read</b> <br/>API Scope Level: DealerScope
๐๏ธ Get all dealer filter options
Returns all available options for dealer filtering including brands, dealer groups, products, dealer statuses, and DMS types. Response is cacheable.<br/>ApiScope: <b>manage.dealer.read.internal</b> <br/>API Scope Level: ServiceSubscriberScope
๐๏ธ Reset dealer filter options cache
Evicts the cached dealer filter options. Call this when underlying data (brands, dealer groups, products, DMS types) has been modified.<br/>ApiScope: <b>manage.cache.write</b> <br/>API Scope Level: ServiceSubscriberScope