GET fe/orders/attachments?orderId={orderId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AttachmentsListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| fileName | string |
None. |
|
| attachment | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "sample string 1",
"fileName": "sample string 2",
"attachment": "QEA="
},
{
"id": "sample string 1",
"fileName": "sample string 2",
"attachment": "QEA="
}
]