POST api/UnPos/Report/Guider/Summary/Month/Query
查询联营零售业务导游结算月汇总表时使用的api,以复杂类型返回数据(CommonOperationResultWithTag(V_Rpt_UnPos_Customer_SummaryDataTable))
Request Information
URI Parameters
None.
Body Parameters
Rpt_UnPos_Guider_Rebate_Summary_MonthParmName | Description | Type | Additional information |
---|---|---|---|
START_DATE |
@START_RQ char(8),/*起始日期,不可以为空*/ |
string |
Max length: 6 |
END_DATE |
@END_DATE char(8),/*截止日期 不可以为空*/ |
string |
Max length: 6 |
GuiderNumber |
@GuiderNumber char(20),/*导游证号 空表示不限*/ |
string |
Max length: 20 |
SellBillNum |
@SellBillNum char(20),/*售货单号 空表示不限*/ |
string |
Max length: 20 |
BillNum |
@BillNum char(20),/*返利结算单号*/ |
string |
Max length: 20 |
MerchantId |
@MerchantId int, /*商户ID 空表示不限*/ |
integer |
None. |
ShopId |
@ShopId char(4),/*门店ID 空表示不限*/ |
string |
Max length: 4 |
PRODUCTID |
@PRODUCTID int,/*商品ID 空表示不限*/ |
integer |
None. |
ProductClassCode |
@ProductClassCode varchar(6) ,/*商品类别ID*/ |
string |
Max length: 6 |
BillStatus |
@BillStatus char(1) ,/*单据状态,‘0’表示结算办理种,‘1’表示已审核,其他值不限*/ |
string |
Max length: 1 |
CalUserType |
@CalUserType char(1)/*核算人类型 可以为空 空表示不限*/ |
string |
Max length: 1 |
UserLoginName |
@UserLoginName varchar(20)/*平台结算用户 可以为空 空表示不限*/ |
string |
Max length: 20 |
UserCode |
*商户结算用户 空表示不限*/ |
integer |
None. |
Request Formats
application/json, text/json
{ "START_DATE": "sample string 1", "END_DATE": "sample string 2", "GuiderNumber": "sample string 3", "SellBillNum": "sample string 4", "BillNum": "sample string 5", "MerchantId": 6, "ShopId": "sample string 7", "PRODUCTID": 8, "ProductClassCode": "sample string 9", "BillStatus": "sample string 10", "CalUserType": "sample string 11", "UserLoginName": "sample string 12", "UserCode": 13 }
application/xml, text/xml
<Rpt_UnPos_Guider_Rebate_Summary_MonthParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.UnPos.Parms.Report"> <BillNum>sample string 5</BillNum> <BillStatus>sample string 10</BillStatus> <CalUserType>sample string 11</CalUserType> <END_DATE>sample string 2</END_DATE> <GuiderNumber>sample string 3</GuiderNumber> <MerchantId>6</MerchantId> <PRODUCTID>8</PRODUCTID> <ProductClassCode>sample string 9</ProductClassCode> <START_DATE>sample string 1</START_DATE> <SellBillNum>sample string 4</SellBillNum> <ShopId>sample string 7</ShopId> <UserCode>13</UserCode> <UserLoginName>sample string 12</UserLoginName> </Rpt_UnPos_Guider_Rebate_Summary_MonthParm>
application/x-www-form-urlencoded
Sample not available.
application/bson
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
查询联营零售业务导游结算月汇总表时使用的api,以复杂类型返回数据(CommonOperationResultWithTag(V_Rpt_UnPos_Customer_SummaryDataTable))
ComplexParmName | Description | Type | Additional information |
---|---|---|---|
Zipped |
读取或设置一个值,指示当前缓冲区是否经过了压缩 |
boolean |
None. |
Buffer |
读取或设置一个值,指明当前缓冲区的内容 |
Collection of byte |
None. |
Response Formats
application/json, text/json
{ "Zipped": true, "Buffer": "QEA=" }
application/xml, text/xml
<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
Binary JSON content. See http://bsonspec.org for details.