v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
Order

Retrieve pdf document of an order

Retrieves the pdf document of an order with additional metadata and commit the order.

get/Order/{orderId}/getPdf

Path parameters

orderIdinteger required

ID of order from which you want the pdf

Query parameters

downloadboolean

If u want to download the pdf of the order.

preventSendByboolean

Defines if u want to send the order.

Response

A pdf file

filenamestring
mimeTypestring
base64encodedboolean
contentstring binary

Example response

{
  "filename": "OR-1001.pdf",
  "mimeType": "application/pdf",
  "base64encoded": true
}