Skip to main content
POST
Create Billable Item

Authorizations

Authorization
string
header
required

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
string
required

Name of the billable item

Example:

"Aspera Upload"

currency
string
required

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

Example:

"AUD"

id
integer

Billable Item ID

Example:

92834

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[]

Response

Successful Operation

success
object