Download delivery documents
GET/api/delivery/download/:serviceCode
Download a ZIP file containing all documents related to a specific delivery.
The ZIP file may contain:
- CMR document (if applicable)
- Invoices or delivery notes
- Photos of the goods
- Customs documentation
- Other attached documents
Requirements:
- The service code must exist
- The delivery must belong to the user's company
- There must be documents available for download
Use case examples:
- Obtain all documentation for a delivery
- Share documents with customers or suppliers
- Archive documentation for completed deliveries
Request
Responses
- 200
- 400
- 401
ZIP file with documents
Response Headers
Content-Disposition
Downloaded file name
Request error
Unauthorized