Skip to content

Upload VAT invoices ​

POST
/v1/bookingorders/vat-invoices/upload

Upload VAT invoices from a zip file and map them using a csv file.

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Request Body​

multipart/form-data

The zip file containing the external invoices.

Format"binary"

The CSV file containing mapping of external invoice to exact invoice.

Format"binary"

Responses​

OK

application/json
JSON
{
  
"upload_results": {
  
  
"additionalProperties": [
  
  
  
"string"
  
  
]
  
}
}

Playground​

Server
Authorization
Body

Samples​