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
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!