Invoices

Create an invoice draft

Creates an invoice draft with sensible defaults and generated line item IDs. You can include client details inline.

post/invoices/create

Request body

clientobject
clientIdstring
invoiceobject

Response

Invoice created

{"stackTrail":"components:schemas:SuccessEnvelope:properties:data","oasType":"schema","type":"unknown"}
successtrue required

Example response

{
  "data": {},
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.