Billable Item
Update Billable Item
WRITE
access to the SALES
module is required to access this endpointPUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the billable item to update
Body
application/json
Billable item object that needs to be updated
Standard billable item model
Billable Item ID
Example:
92834
Name of the billable item
Example:
"Aspera Upload"
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
Currency code (three character format) that this invoice is in
Example:
"AUD"
Response
200
application/json
Successful Operation