Customer List Filters
The labels that are used to identify the filters in the Customer List are translatable. Therefore, before creating any new filter, you must add the standard lookup information for the new filters, which includes both labels and helper text.
New lookup codes should be added to the standard lookup type ORA_UER_CUSTOMER_LIST_FILTERS for filter labels, and lookup codes for helper text should be added to ORA_UER_CUST_LST_HLPER_TEXT.
For information about adding new lookup codes, see Create and Edit Lookups.
Note:
Before you begin, complete the steps listed in Generate the Access Token.Use the code samples in this table to create, modify, or delete filters and sub-filters:
| Task | Configuration |
|---|---|
| Create a new filter |
API: https://<HOST>:<PORT>/api/CXIPlatformService/v1/CXIReferenceEntity/customerListFilters Method: POST Payload: |
| Create a new sub-filter |
API: https://<HOST>:<PORT>/api/CXIPlatformService/v1/CXIReferenceEntity/customerListFilters/<Filter ID>/child/customerListSubFilters Method: POST Payload: |
| Modify a filter |
API: https://<HOST>:<PORT>/api/CXIPlatformService/v1/CXIReferenceEntity/customerListFilters Method: POST Payload: |
| Modify a sub-filter |
API: https://<HOST>:<PORT>/api/CXIPlatformService/v1/CXIReferenceEntity/customerListFilters/<Filter ID>/child/customerListSubFilters Method: POST Payload: |
| Delete a filter |
API: https://<HOST>:<PORT>/api/CXIPlatformService/v1/CXIReferenceEntity/customerListFilters Method: POST Payload: |
| Delete a sub-filter |
API: https://<HOST>:<PORT>/api/CXIPlatformService/v1/CXIReferenceEntity/customerListFilters/<Filter ID>/child/customerListSubFilters Method: POST Payload: |
Parent topic: View, Edit and Add Reference Types