Deliverables

This is where you can download the zip bundle for an order. The zip contains all PAdES documents, attachments and collected data related to the order.

Note! The output from these methods tends to be quite large.


The following model is used in the response:

OrderZipDownloadResponseModel
Name Type Description Optional
Filename String Document filename.
Data String Base64 encoded document.



GetOrderZip

Description

When orderstatus is Completed, you can download the bundled zip for the order. Remember to set X-eSignatur-CreatorId in the headers.

Synopsis

GET api.esignatur.dk/Deliverables/GetOrderZip/{id}

JSON Output

{
  "Filename": "BundledZip.zip",
  "Data": "AAECAw=="
}