POST fe/orders/attachments
Request Information
URI Parameters
None.
Body Parameters
AddAttachmentViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| description | string |
None. |
|
| attachment | Collection of byte |
None. |
|
| filename | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"description": "sample string 2",
"attachment": "QEA=",
"filename": "sample string 3"
}
Response Information
Resource Description
None.