Update Billable Item
Billable Item
Update Billable Item
WRITE access to the SALES module is required to access this endpointPUT
Update Billable Item
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"
Currency code (three character format) that this invoice is in
Example:
"AUD"
Response
Successful Operation