PUT
/
invoices
/
{invoiceId}

Authorizations

Authorization
string
header
required

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

Path Parameters

invoiceId
string
required

Body

application/json
amount
number

The total amount of the invoice

billingCycle
object

The billing cycle of the invoice, consists of a start and end date

contractId
string

The id of the contract that the invoice is associated with

customerId
string

The id of the customer that the invoice is associated with

lineItems
object[]
name
string

The name of the invoice, usually a description of the billing period

Minimum length: 1

Response

200 - application/json
invoice
object
required