API Reference - Item Codes

Item codes are optionally connected to expenses and invoice line items to help with classification and identification. 

Listing Item Codes

Returns a collection of item code records, optionally filtered by the available request parameters.

GET /api/v1/item_codes

Available Request Parameters:

Name Type Required Description
id integer no ID of the item code.
name integer no Friendly name of the item code.
code date no The item code.

Getting an Item Code

Returns a single item code record, based on the numeric ID.

GET /api/v1/item_codes/{id}

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request