Invoices
Create Invoice
Create a new Invoice.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The total amount of the invoice
The billing cycle of the invoice, consists of a start and end date
The id of the customer that the invoice is associated with
The name of the invoice, usually a description of the billing period
Minimum length:
1
The id of the contract that the invoice is associated with
Response
200 - application/json