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
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.