get https://data.cert.ceretax.net/productBusinessCustomerMappings
Returns valid combinations of business type, customer type, and ps code
This endpoint is for retrieving a list of valid PS Code, customerType, and businessType combinations. This endpoint can be used to ensure your transaction requests include valid combinations of these fields so that an error is not triggered and applicable taxes are calculated.
This endpoint supports filtering. Using the $filter parameter and one of the supported filter operators below, you can search for records matching specific criteria.
Filter | Symbol | Example |
---|---|---|
Equals | eq | $filter=businessType eq 01 |
Not equal | ne | $filter=businessType ne 01 |
Multiple filters can be passed in a single request using 'and' & 'or' operators, for example:
- $filter=businessType eq 01 and psCode eq 10010100