Passer au contenu principal
POST
/
v1
/
invoices
/
{id}
/
upload
Upload PDF to invoice
curl --request POST \
  --url https://api.hyperline.co/v1/invoices/{id}/upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data'
{}

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

id
string
requis

Corps

multipart/form-data

The body is of type object.

Réponse

The response is of type object.