Billable Item
Create Billable Item
WRITE
access to the SALES
module is required to access this endpointPOST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Billable Item object that needs to be added
Standard billable item model
Name of the billable item
Example:
"Aspera Upload"
Currency code (three character format) that this invoice is in
Example:
"AUD"
Billable Item ID
Example:
92834
Description of the billable item
Example:
"Upload to Aspera (per TB)"
Name of the unit this is charged as
Example:
"Terabyte"
Total cost to you of the billable item
Example:
"10.00"
Total cost to your customer of the billable item
Example:
"20.00"
Standard invoice item taxes model that returns tax information
Used to show the values of custom fields on linked modules
Response
200
application/json
Successful Operation