POST api/StorehouseSettle/GetSettleShopFee
Request Information
URI Parameters
None.
Body Parameters
StorehouseSettleFeeReq| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopId | integer |
None. |
|
| Currency | string |
None. |
|
| ShopIds | Collection of integer |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShopId": 1,
"Currency": "sample string 1",
"ShopIds": [
1,
2
],
"PageIndex": 2,
"PageSize": 3
}
application/xml, text/xml
Sample:
<StorehouseSettleFeeReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.StorehouseSettle">
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/MS.Common">2</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/MS.Common">3</PageSize>
<Currency>sample string 1</Currency>
<ShopId>1</ShopId>
<ShopIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</ShopIds>
</StorehouseSettleFeeReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfPageListModelOfStorehouseSettleShopFeeRes| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | PageListModelOfStorehouseSettleShopFeeRes |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"Data": {
"Rows": [
{
"ShopId": 1,
"ShopName": "sample string 2",
"SalesQuantity": 3,
"SettlementAmount": 4.0,
"CollectFee": 5.0,
"WithdrawalFee": 6.0,
"MonthCollectFee": 7.0,
"MonthWithdrawalFee": 8.0,
"ShopFeeDate": "sample string 9",
"JITSalesQuantity": 10,
"JITSettlementAmount": 11.0,
"JITCollectFee": 12.0
},
{
"ShopId": 1,
"ShopName": "sample string 2",
"SalesQuantity": 3,
"SettlementAmount": 4.0,
"CollectFee": 5.0,
"WithdrawalFee": 6.0,
"MonthCollectFee": 7.0,
"MonthWithdrawalFee": 8.0,
"ShopFeeDate": "sample string 9",
"JITSalesQuantity": 10,
"JITSettlementAmount": 11.0,
"JITCollectFee": 12.0
}
],
"Total": 1,
"PageIndex": 2,
"PageSize": 3
}
}
application/xml, text/xml
Sample:
<ResponseResultOfPageListModelOfStorehouseSettleShopFeeResuNg5eLIGG0fLBEQf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Willv.Common">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/MS.Common">
<d2p1:PageIndex>2</d2p1:PageIndex>
<d2p1:PageSize>3</d2p1:PageSize>
<d2p1:Rows xmlns:d3p1="http://schemas.datacontract.org/2004/07/MS.Report.Model.StorehouseSettle">
<d3p1:StorehouseSettleShopFeeRes>
<d3p1:CollectFee>5</d3p1:CollectFee>
<d3p1:JITCollectFee>12</d3p1:JITCollectFee>
<d3p1:JITSalesQuantity>10</d3p1:JITSalesQuantity>
<d3p1:JITSettlementAmount>11</d3p1:JITSettlementAmount>
<d3p1:MonthCollectFee>7</d3p1:MonthCollectFee>
<d3p1:MonthWithdrawalFee>8</d3p1:MonthWithdrawalFee>
<d3p1:SalesQuantity>3</d3p1:SalesQuantity>
<d3p1:SettlementAmount>4</d3p1:SettlementAmount>
<d3p1:ShopFeeDate>sample string 9</d3p1:ShopFeeDate>
<d3p1:ShopId>1</d3p1:ShopId>
<d3p1:ShopName>sample string 2</d3p1:ShopName>
<d3p1:WithdrawalFee>6</d3p1:WithdrawalFee>
</d3p1:StorehouseSettleShopFeeRes>
<d3p1:StorehouseSettleShopFeeRes>
<d3p1:CollectFee>5</d3p1:CollectFee>
<d3p1:JITCollectFee>12</d3p1:JITCollectFee>
<d3p1:JITSalesQuantity>10</d3p1:JITSalesQuantity>
<d3p1:JITSettlementAmount>11</d3p1:JITSettlementAmount>
<d3p1:MonthCollectFee>7</d3p1:MonthCollectFee>
<d3p1:MonthWithdrawalFee>8</d3p1:MonthWithdrawalFee>
<d3p1:SalesQuantity>3</d3p1:SalesQuantity>
<d3p1:SettlementAmount>4</d3p1:SettlementAmount>
<d3p1:ShopFeeDate>sample string 9</d3p1:ShopFeeDate>
<d3p1:ShopId>1</d3p1:ShopId>
<d3p1:ShopName>sample string 2</d3p1:ShopName>
<d3p1:WithdrawalFee>6</d3p1:WithdrawalFee>
</d3p1:StorehouseSettleShopFeeRes>
</d2p1:Rows>
<d2p1:Total>1</d2p1:Total>
</Data>
<ErrorCode>sample string 2</ErrorCode>
<ErrorMessage>sample string 3</ErrorMessage>
<Status>true</Status>
</ResponseResultOfPageListModelOfStorehouseSettleShopFeeResuNg5eLIGG0fLBEQf>