POST api/UnPos/Report/Guider/Calculate/Detail/Query
查询联营零售业务导游结算明细表时使用的api,以复杂类型返回数据(CommonOperationResultWithTag(V_Rpt_UnPos_Guider_CalculateDetailDataTable))
Request Information
URI Parameters
None.
Body Parameters
Rpt_UnPos_Guider_CalculateDetailParmName | Description | Type | Additional information |
---|---|---|---|
START_DATE |
@START_DATE char(8),/*结算起始日期,不可以为空*/ |
string |
Max length: 8 |
END_DATE |
@END_DATE char(8),/*结算截止日期,不可以为空*/ |
string |
Max length: 8 |
GuiderNumber |
@GuiderNumber varchar(20),/*导游证号,空表示不限*/ |
string |
Max length: 20 |
SellBillNum |
@SellBillNum char(20),/*售货单号 空表示不限*/ |
string |
Max length: 20 |
CalBillNum |
@CalBillNum char(20),/*结算单号 空表示不限*/ |
string |
Max length: 20 |
MerchantId |
@MerchantId int,/*商户ID,可以为空,空表示不限*/ |
integer |
None. |
ShopId |
@ShopId char(4),/*门店ID,可以为空,空表示不限*/ |
string |
Max length: 4 |
PRODUCTID |
@PRODCUTID int ,/*商品ID,可以为空,空表示不限*/ |
integer |
None. |
PRODUCTCLASSID |
@PRODUCTCLASSID varchar(6),/*商品所属的类别的ID,可以为空,空表示不限*/ |
string |
Max length: 6 |
UserLoginName |
@UserLoginName varchar(20),/*平台结算用户 空表示不限*/ |
string |
Max length: 20 |
UserCode |
@UserCode int, /*商户结算用户 空表示不限*/ |
integer |
None. |
BillStatus |
@BillStatus char(1) /*单据状态 ‘0’结算办理中,‘1’已审核。其他值表示全部*/ |
string |
Max length: 1 |
CalUserType |
@CalUserType char(1) /*核算人类型 ‘1’平台(出租人)执行返利,‘2’商户执行返利,其他值表示全部*/ |
string |
Max length: 1 |
Request Formats
application/json, text/json
{ "START_DATE": "sample string 1", "END_DATE": "sample string 2", "GuiderNumber": "sample string 3", "SellBillNum": "sample string 4", "CalBillNum": "sample string 5", "MerchantId": 6, "ShopId": "sample string 7", "PRODUCTID": 8, "PRODUCTCLASSID": "sample string 9", "UserLoginName": "sample string 10", "UserCode": 11, "BillStatus": "sample string 12", "CalUserType": "sample string 13" }
application/xml, text/xml
<Rpt_UnPos_Guider_CalculateDetailParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.UnPos.Parms.Report"> <BillStatus>sample string 12</BillStatus> <CalBillNum>sample string 5</CalBillNum> <CalUserType>sample string 13</CalUserType> <END_DATE>sample string 2</END_DATE> <GuiderNumber>sample string 3</GuiderNumber> <MerchantId>6</MerchantId> <PRODUCTCLASSID>sample string 9</PRODUCTCLASSID> <PRODUCTID>8</PRODUCTID> <START_DATE>sample string 1</START_DATE> <SellBillNum>sample string 4</SellBillNum> <ShopId>sample string 7</ShopId> <UserCode>11</UserCode> <UserLoginName>sample string 10</UserLoginName> </Rpt_UnPos_Guider_CalculateDetailParm>
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_Guider_CalculateDetailDataTable))
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.