- Previous: Retrieve Attachments
- Up: Logistics Operators
- Next: Previous versions
Retrieve Attachments by ID
This api allows to retrieve a specific attachment by its id.
#### Request URI
#### Response Structure
#### Response Example
#### Error Response Example
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 |
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 |
Field | Type | Mandatory | Description |
statusCode
|
Integer | Y | Status code, i.e. 400, 401, 500 |
message
|
String | Y | Short error description |
- Previous: Retrieve Attachments
- Up: Logistics Operators
- Next: Previous versions
0 Comments
Please sign in to post a comment.