POST api/LzdShopBill/DownloadBillList
Request Information
URI Parameters
None.
Body Parameters
ShopBillInfoReq| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopIds | Collection of integer |
None. |
|
| PlatformTypes | Collection of PlatformType |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShopIds": [
1,
2
],
"PlatformTypes": [
0,
0
],
"PageIndex": 1,
"PageSize": 2
}
application/xml, text/xml
Sample:
<ShopBillInfoReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.OrderProfit">
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/MS.Common">1</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/MS.Common">2</PageSize>
<PlatformTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Willv.Common.Enum">
<d2p1:PlatformType>AliExpress</d2p1:PlatformType>
<d2p1:PlatformType>AliExpress</d2p1:PlatformType>
</PlatformTypes>
<ShopIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</ShopIds>
</ShopBillInfoReq>
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.