Proof of delivery
Authorizations
AuthorizationstringRequired
Authorization JWT-token with a lifetime of 1 hour in header
Path parameters
shipmentNumberstringRequiredExample:
Shipment`s numbers.
SHDE2072834273Responses
200
Metadata structure
application/json
shipmentIdintegerOptional
Internal ID of the shipment.
createdAtstringOptional
Date and time when the file was uploaded. Date in ISO 8601 format.
401
Unauthorized
application/json
404
The specified resource was not found
application/json
422
Possible Error Responses
application/json
503
Connection time-out
application/json
get
/shipments/{shipmentNumber}/attachmentsAuthorizations
AuthorizationstringRequired
Authorization JWT-token with a lifetime of 1 hour in header
Path parameters
shipmentNumberstringRequiredExample:
Shipment`s numbers.
SHDE2072834273fileIdstringRequiredExample:
Unique file identifier.
60946ff4-8170-415b-ab66-719848ef1da7Responses
200
A file.
application/pdf
string · binaryOptional
401
Unauthorized
application/json
404
The specified resource was not found
application/json
422
Unprocessable Entity
application/json
503
Connection time-out
application/json
get
/shipments/{shipmentNumber}/attachments/{fileId}Last updated