POST api/UnPos/CalRule/Summary/Query
Request Information
URI Parameters
None.
Body Parameters
UnPos_Cal_SummaryParmName | Description | Type | Additional information |
---|---|---|---|
MerchantId | integer |
None. |
|
ShopId | string |
Max length: 4 |
|
BaseDivideRange | string |
Max length: 1 |
|
DivideRange | string |
Max length: 1 |
|
RQ1 | string |
Max length: 40 |
|
RQ2 | 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
ComplexParmName | 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.