Invoices
Update Invoice
Update a Invoice by id.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
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 contract that the invoice is associated with
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
Response
200 - application/json