Skip to main content
PUT
Update Billable Item

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
integer<int64>
required

The ID of the billable item to update

Body

application/json

Billable item object that needs to be updated

Standard billable item model

id
integer

Billable Item ID

Example:

92834

name
string

Name of the billable item

Example:

"Aspera Upload"

description
string

Description of the billable item

Example:

"Upload to Aspera (per TB)"

unit_name
string

Name of the unit this is charged as

Example:

"Terabyte"

buy_cost
integer<float>

Total cost to you of the billable item

Example:

"10.00"

sell_cost
integer<float>

Total cost to your customer of the billable item

Example:

"20.00"

taxes
Invoice Item Taxes · object[]
custom_fields
Custom Field Module Value · object[]
currency
string

Currency code (three character format) that this invoice is in

Example:

"AUD"

Response

Successful Operation

success
object