POST api/OrderAttachmnt/InsertAttachment
Request Information
URI Parameters
None.
Body Parameters
Collection of Cls_OrderAttachments| Name | Description | Type | Additional information |
|---|---|---|---|
| AttachmentID | integer |
None. |
|
| OrderID | integer |
None. |
|
| ImagePath | string |
None. |
|
| FileName | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"AttachmentID": 1,
"OrderID": 2,
"ImagePath": "sample string 3",
"FileName": "sample string 4"
},
{
"AttachmentID": 1,
"OrderID": 2,
"ImagePath": "sample string 3",
"FileName": "sample string 4"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"