POST api/UnPos/Report/Customer/Summary/Month/Query

查询联营零售业务导游结算月汇总表时使用的api,以复杂类型返回数据(CommonOperationResultWithTag(V_Rpt_UnPos_Customer_SummaryDataTable))

Request Information

URI Parameters

None.

Body Parameters

Rpt_UnPos_Customer_Rebate_Summary_MonthParm
NameDescriptionTypeAdditional information
START_DATE

@START_RQ char(8),/*起始日期,不可以为空*/

string

Max length: 6

END_DATE

@END_DATE char(8),/*截止日期 不可以为空*/

string

Max length: 6

CustomerType

@CustomerType char(1),/*地接社部门,空表示不限*/

string

Max length: 1

CustomerId

@CustomerId varchar(36),/*客户ID 空表示不限*/

string

Max length: 36

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

Sample:
{
  "START_DATE": "sample string 1",
  "END_DATE": "sample string 2",
  "CustomerType": "sample string 3",
  "CustomerId": "sample string 4",
  "SellBillNum": "sample string 5",
  "BillNum": "sample string 6",
  "MerchantId": 7,
  "ShopId": "sample string 8",
  "PRODUCTID": 9,
  "ProductClassCode": "sample string 10",
  "BillStatus": "sample string 11",
  "CalUserType": "sample string 12",
  "UserLoginName": "sample string 13",
  "UserCode": 14
}

application/xml, text/xml

Sample:
<Rpt_UnPos_Customer_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 6</BillNum>
  <BillStatus>sample string 11</BillStatus>
  <CalUserType>sample string 12</CalUserType>
  <CustomerId>sample string 4</CustomerId>
  <CustomerType>sample string 3</CustomerType>
  <END_DATE>sample string 2</END_DATE>
  <MerchantId>7</MerchantId>
  <PRODUCTID>9</PRODUCTID>
  <ProductClassCode>sample string 10</ProductClassCode>
  <START_DATE>sample string 1</START_DATE>
  <SellBillNum>sample string 5</SellBillNum>
  <ShopId>sample string 8</ShopId>
  <UserCode>14</UserCode>
  <UserLoginName>sample string 13</UserLoginName>
</Rpt_UnPos_Customer_Rebate_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_Customer_SummaryDataTable))

ComplexParm
NameDescriptionTypeAdditional 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.