POST api/UnPos/CalRule/Summary/Query
依据商户ID、店铺ID、基本手续费计收范围、提成计收范围、起始日期、截止日期,查询联营门店提成核算规则概要的存储过程,把相同店铺的核算规则相同的不同月份合并展示,并以复杂类型返回。
Request Information
URI Parameters
None.
Body Parameters
查询单个的核算规则所需要的参数
UnPos_Cal_SummaryParm| Name | Description | Type | Additional information |
|---|---|---|---|
| MerchantId |
MerchantId int, /*商户Id*/ |
integer |
None. |
| ShopId |
ShopId char(4),/*店铺Id*/ |
string |
Max length: 4 |
| BaseDivideRange |
BaseDivideRange char(1),/*基本手续费计收范围*/ |
string |
Max length: 1 |
| DivideRange |
DivideRange char(1),/*提成计收范围*/ |
string |
Max length: 1 |
| RQ1 |
RQ1 varchar(40),/*起始日期*/ |
string |
Max length: 40 |
| RQ2 |
RQ2 varchar(40)/*截止日期*/ |
string |
Max length: 40 |
Request Formats
application/json, text/json
Sample:
{
"MerchantId": 1,
"ShopId": "sample string 2",
"BaseDivideRange": "sample string 3",
"DivideRange": "sample string 4",
"RQ1": "sample string 5",
"RQ2": "sample string 6"
}
application/xml, text/xml
Sample:
<UnPos_Cal_SummaryParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.UnPos"> <BaseDivideRange>sample string 3</BaseDivideRange> <DivideRange>sample string 4</DivideRange> <MerchantId>1</MerchantId> <RQ1>sample string 5</RQ1> <RQ2>sample string 6</RQ2> <ShopId>sample string 2</ShopId> </UnPos_Cal_SummaryParm>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
依据商户ID、店铺ID、基本手续费计收范围、提成计收范围、起始日期、截止日期,查询联营门店提成核算规则概要的存储过程,把相同店铺的核算规则相同的不同月份合并展示,并以复杂类型返回。
ComplexParm| Name | Description | Type | Additional information |
|---|---|---|---|
| Zipped |
读取或设置一个值,指示当前缓冲区是否经过了压缩 |
boolean |
None. |
| Buffer |
读取或设置一个值,指明当前缓冲区的内容 |
Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"Zipped": true,
"Buffer": "QEA="
}
application/xml, text/xml
Sample:
<ComplexParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <Buffer>QEA=</Buffer> <Zipped>true</Zipped> </ComplexParm>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.