Invoices
Create Invoice
Create a new invoice with line items, contact, currency, and issue date.
POST
This endpoint allows you to generate a new invoice.
Required fields:
contact_id
line_items
with product referencescurrency
andissue_date
You may also include optional fields such as due_date
, payment_instructions
, or internal_notes
.
Once created, the invoice will be available for downstream tax calculation, email dispatch, and reporting workflows.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
201 - application/json
Invoice created
The response is of type object
.