• Register

Retrieve attachments by id

This api allows to retrieve a specific attachment by its id. #### Request URI
Parameter Type Mandatory Description
Path Parameter
id String Y Document's unique identifier
documentType String Y Type of document, i.e. SalesDelivery
id_att String Y Attachment's unique identifier
Query Parameter
logisticOperator String Y Name of Logistic Operator
#### Response Structure
Field Type Mandatory Description
id String Y Attachment's unique identifier
fileName String Y File's name
fileExtension String Y File's extension
fileContent String Y File's content
#### Response Example #### Error Response Example
Field Type Mandatory Description
statusCode Integer Y Status code, i.e. 400, 401, 500
message String Y Short error description

Docs Navigation