get https://data.cert.ceretax.net/businessTypes
This endpoint is for retrieving a list of valid business types. Business types are used in create transaction requests to define the type of business associated with the transaction. This endpoint can be used to present business type values in a dropdown box for users to select from in your integration.
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 |