get https://data.cert.ceretax.net/psCodes
This endpoint is for retrieving a list of valid PS Codes. PS Codes are used to classify the products and service sold or puchased on an invoice. Data from this endpoint can be used to present PS Code 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=psCategoryDescription eq Services |
Not equal | ne | $filter=psCategoryDescription ne Services |
Multiple filters can be passed in a single request using 'and' & 'or' operators, for example:
- $filter=psCategoryDescription eq Services or psCategoryDescription eq Construction
Log in to see full request history
Response