Zum Hauptinhalt springen
POST
/
invoices
/
{id}
/
pdf
cURL
curl -X POST \
 /invoices/{id}/pdf \
 --header "Authorization: Bearer <token>" \
 --form "file=@invoice.pdf"
{
  "id": "<string>",
  "status": "<string>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fynn.eu/llms.txt

Use this file to discover all available pages before exploring further.

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Pfadparameter

id
string<uuid>
erforderlich

Invoice identifier

Body

multipart/form-data
file
file
erforderlich

The PDF file to upload

Antwort

PDF uploaded and invoice finalization continued

id
string

The invoice ID

status
string

The new invoice status

message
string

Success message