List PS codes

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.

FilterSymbolExample
Equalseq$filter=psCategoryDescription eq Services
Not equalne$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
Query Params
string

The $filter parameter can be used to construct a filter statement that will be used to search for specific records. For more information on filtering, see Filtering with CereTax APIs.

Response

Language
Credentials
URL