POST api/UnPos/Merchant/Report/Summary/Day/PaymentType/Query
查询联营零售业务商户端实收日汇总表(分付款方式)Api。以复杂类型返回数据(CommonOperationResultWithTag(V_Rpt_UnPos_Busi_Summary_DayForPaymentType))
Request Information
URI Parameters
None.
Body Parameters
Rpt_UnPos_Busi_Summary_DayForPaymentTypeParm| Name | Description | Type | Additional information |
|---|---|---|---|
| FKFSID |
@FKFSID char(2) /*付款方式 可以为空,空表示不限*/ |
string |
Max length: 2 |
| Start_Date |
@Start_Date char(8), /*交易起始日期,不可以为空*/ |
string |
Max length: 8 |
| End_Date |
@End_Date char(8),/*交易截止日期,不可以为空*/ |
string |
Max length: 8 |
| 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:
{
"FKFSID": "sample string 1",
"Start_Date": "sample string 2",
"End_Date": "sample string 3",
"MerchantId": 4,
"ShopId": "sample string 5",
"TradeFrom": "sample string 6",
"UserCode": 7
}
application/xml, text/xml
Sample:
<Rpt_UnPos_Busi_Summary_DayForPaymentTypeParm 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 3</End_Date> <MerchantId>4</MerchantId> <ShopId>sample string 5</ShopId> <Start_Date>sample string 2</Start_Date> <TradeFrom>sample string 6</TradeFrom> <UserCode>7</UserCode> <FKFSID>sample string 1</FKFSID> </Rpt_UnPos_Busi_Summary_DayForPaymentTypeParm>
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_Summary_DayForPaymentType))
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.