Add Line Items
Add new line items to an invoice.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Invoice ID.
Body
application/json
The details required to create an invoice item.
The body is of type object
.
Response
200
application/json
Successfully created invoice items.
The response is of type object
.