Invoices

Create an invoice

post/invoices

Request body

titlestring
descriptionstring nullable
currencystring
due_datestring date-time
vatnumber nullable
discountnumber nullable
discount_type'amount' | 'percentage' nullable
budgetstring
isDraftboolean
invoiceIdstring

Response

OK

messagestring required
statusboolean required
errorboolean required

Example response

{
  "status": true
}

Changes

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