Zum Hauptinhalt springen
POST
/
invoices
/
{id}
/
pdf
cURL
curl -X POST \
 /invoices/{id}/pdf \
 --header "Authorization: Bearer <token>" \
 --form "[email protected]"
{
  "id": "<string>",
  "status": "<string>",
  "message": "<string>"
}

Autorisierungen

Authorization
string
header
erforderlich

Value for the Authorization header parameter.

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