POST api/UnPos/Report/Summary/Month/Query
查询联营零售业务月汇总表使用的Api,以复杂类型返回数据(CommonOperationResultWithTag(V_Rpt_UnPos_Busi_MonthDataTable))
Request Information
URI Parameters
None.
Body Parameters
Rpt_UnPos_Busi_Summary_MonthParmName | Description | Type | Additional information |
---|---|---|---|
Start_Date |
@Start_Date char(6),/*交易起始月份,不可以为空*/ |
string |
Max length: 6 Min length: 6 |
End_Date |
@End_Date char(6),/*交易截止月份,不可以为空*/ |
string |
Max length: 6 Min length: 6 |
MerchantId |
@MerchantId int,/*商户ID,空表示不限*/ |
integer |
None. |
ShopId |
@ShopId char(4),/*门店ID,空表示不限*/ |
string |
Max length: 4 |
TradeFrom |
@TradeFrom char(1),/*交易来源,1前台,2互联网,其他值:全部*/ |
string |
Max length: 1 |
UserCode |
@UserCode int /*售货员,空表示不限*/ |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Start_Date": "sample string 1", "End_Date": "sample string 2", "MerchantId": 3, "ShopId": "sample string 4", "TradeFrom": "sample string 5", "UserCode": 6 }
application/xml, text/xml
Sample:
<Rpt_UnPos_Busi_Summary_MonthParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.UnPos.Parms.Report"> <End_Date>sample string 2</End_Date> <MerchantId>3</MerchantId> <ShopId>sample string 4</ShopId> <Start_Date>sample string 1</Start_Date> <TradeFrom>sample string 5</TradeFrom> <UserCode>6</UserCode> </Rpt_UnPos_Busi_Summary_MonthParm>
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
查询联营零售业务月汇总表使用的Api,以复杂类型返回数据(CommonOperationResultWithTag(V_Rpt_UnPos_Busi_MonthDataTable))
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.