POST api/UnPos/Merchant/Report/Summary/Day/Shop/Query
查询联营零售业务商户端日汇总表(分门店)Api。以复杂类型返回数据(CommonOperationResultWithTag(V_Rpt_UnPos_Busi_Summary_DayForShopDataTable))
Request Information
URI Parameters
None.
Body Parameters
Rpt_UnPos_Busi_Summary_DayForShopParmName | Description | Type | Additional information |
---|---|---|---|
Start_Date |
@Start_Date char(8),/*交易起始日期,不可以为空*/ |
string |
Max length: 8 |
End_Date |
@End_Date char(8),/*交易截止日期,不可以为空*/ |
string |
Max length: 8 |
ShopId |
@ShopId char(4),/*门店ID,可以为空,空表示不限*/ |
string |
Max length: 4 |
ProductId |
@ProductId int ,/*商品ID,可以为空,空表示不限*/ |
integer |
None. |
ProductClassCode |
@ProductClassCode varchar(6),/*商品类别ID,可以为空,空表示不限*/ |
string |
Max length: 6 |
UserCode |
@UserCode int,/*售货员,可以为空,空表示不限*/ |
integer |
None. |
IsBindToGuider |
@IsBindToGuider char(1),/*是否绑定了导游,1表示是,0表示否,其他值表示不限*/ |
string |
Max length: 1 |
GuiderNum |
@GuiderNum varchar(20),/*绑定的导游证号,可以为空,空表示不限*/ |
string |
Max length: 20 |
IsBindToCustomer |
@IsBindToCustomer char(1),/*是否绑定了客户单位,1表示是,0表示否,其他值表示不限*/ |
string |
Max length: 1 |
CustomerType |
@CustomerType char(1),/*绑定的客户单位类型,可以为空,空表示不限*/ |
string |
Max length: 1 |
CustomerId |
@CustomerId varchar(36),/*绑定的客户单位ID,可以为空,空表示不限*/ |
string |
Max length: 36 |
TradeFrom |
@TradeFrom char(1)/*交易来源,1前台,2互联网,其他值不限*/ |
string |
Max length: 1 |
Request Formats
application/json, text/json
{ "Start_Date": "sample string 1", "End_Date": "sample string 2", "ShopId": "sample string 3", "ProductId": 4, "ProductClassCode": "sample string 5", "UserCode": 6, "IsBindToGuider": "sample string 7", "GuiderNum": "sample string 8", "IsBindToCustomer": "sample string 9", "CustomerType": "sample string 10", "CustomerId": "sample string 11", "TradeFrom": "sample string 12" }
application/xml, text/xml
<Rpt_UnPos_Busi_Summary_DayForShopParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.UnPos.Parms.Report"> <CustomerId>sample string 11</CustomerId> <CustomerType>sample string 10</CustomerType> <End_Date>sample string 2</End_Date> <GuiderNum>sample string 8</GuiderNum> <IsBindToCustomer>sample string 9</IsBindToCustomer> <IsBindToGuider>sample string 7</IsBindToGuider> <ProductClassCode>sample string 5</ProductClassCode> <ProductId>4</ProductId> <ShopId>sample string 3</ShopId> <Start_Date>sample string 1</Start_Date> <TradeFrom>sample string 12</TradeFrom> <UserCode>6</UserCode> </Rpt_UnPos_Busi_Summary_DayForShopParm>
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_Busi_Summary_DayForShopDataTable))
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.