POST api/Order/GetExcelFile
Request Information
URI Parameters
None.
Body Parameters
Collection of OrderDownload| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductId | integer |
None. |
|
| ProductSetId | integer |
None. |
|
| Count | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"productId": 1,
"productSetId": 2,
"count": 3
},
{
"productId": 1,
"productSetId": 2,
"count": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfOrderDownload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BankproProduct.Models.ViewModel">
<OrderDownload>
<Count>3</Count>
<ProductId>1</ProductId>
<ProductSetId>2</ProductSetId>
</OrderDownload>
<OrderDownload>
<Count>3</Count>
<ProductId>1</ProductId>
<ProductSetId>2</ProductSetId>
</OrderDownload>
</ArrayOfOrderDownload>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.