PDFs

Generate Manual Invoice

Generate an invoice PDF from manually entered data.

Developer-only endpoint that allows creating invoices with custom information not tied to any customer or contract in the database.

Args:

  • invoice_data: Complete invoice data including customer info, line items, etc.

Returns:

  • PDF file as application/pdf
post/pdfs/invoice/manual

Request body

invoice_numberstring required
invoice_datestring date-time required
due_datestring date-time required
hide_due_dateboolean
customer_namestring required
customer_address_line1string required
customer_address_line2string nullable
customer_citystring required
customer_statestring required
customer_zipstring required
notesstring nullable

Response

Successful Response

{"stackTrail":"paths:/pdfs/invoice/manual:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.