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"
Response
Successful Operation