get https://data.cert.ceretax.net/unitTypes
This endpoint is for retrieving a list of valid unit types. It can be used to present unit 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=unitType eq 01 |
Not equal | ne | $filter=unitType ne 01 |