- Previous: Call Off
- Up: Logistics Operators
- Next: Retrieve Attachments by ID
Retrieve Attachments
This api allows to retrieve all available attachments’ ids for a specific document, previously retrieved by /documents API.
#### Request URI
#### Response Structure
#### Response Example
#### Error Response Example
Parameter | Type | Mandatory | Description |
Path Parameter | |||
documentType
|
String | Y | Type of document, i.e. SalesDelivery |
id
|
String | Y | Document'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 |
Field | Type | Mandatory | Description |
statusCode
|
Integer | Y | Status code, i.e. 400, 401, 500 |
message
|
String | Y | Short error description |
- Previous: Call Off
- Up: Logistics Operators
- Next: Retrieve Attachments by ID
0 Comments
Please sign in to post a comment.