Get Billable Items
Billable items can be added to bookings, quotes, and invoices as predefined entries with a fixed unit price.
Examples of billable items include catering services provided to clients, storage fees (typically charged per terabyte), and media transcoding (usually billed per minute).
READ
access to the SALES
module is required to access this endpointAuthorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
One or more (comma seperated) IDs of billable items to retrieve
Perform a partial match text search for the billable item name
Return billable items based on a tax id attribute
Return billable items based on a tax name attribute
Comma seperated list of fields you wish to return
Specify the page of results you wish to return
The number of results returned per page. Default if not specified is 10
Specify the field (with type of string or integer) you wish to order (ascending) the response with
Specify the field (with type of string or integer) you wish to order (descending) the response with
Specify if multiple filters should be combined with OR or AND logic
OR
, AND