POST api/Report/RPT_KHDW_FMPZLHZ_XF/V/Query

调用存储过程,产生客户单位购票,分门票种类汇总表,以复杂类型返回数据(CommonOperationResultWithTag(V_RPT_KHDW_FMPZLHZ_XFDataTable))

Request Information

URI Parameters

None.

Body Parameters

Rpt_CustomerBuyTicketSummaryParm
NameDescriptionTypeAdditional information
RQ1

起始日期,不可以为空

string

Required

Max length: 8

RQ2

截止日期,不可以为空

string

Required

Max length: 8

RQCZ

查询模式0-按照营业日期 1-按照门票日期 默认按照营业方式查询

string

Max length: 1

DWSX

单位属性 1 地接社>4地接社部门>2组团社>5组团社部门>7导游员>3协议单位

string

Max length: 1

DWID

客户的ID,当指定此值时,必须指定DWSX参数,但可以仅指定DWSX参数,不指定客户ID

string

Max length: 36

TJHW

统计范围, '0' 只统计门票销售数据 '1' 只统计返款票销售数据 其他值全包括

string

Max length: 1

MPLXIDS

门票类型的清单

string

Max length: 4000

Request Formats

application/json, text/json

Sample:
{
  "RQ1": "sample string 1",
  "RQ2": "sample string 2",
  "RQCZ": "sample string 3",
  "DWSX": "sample string 4",
  "DWID": "sample string 5",
  "TJHW": "sample string 6",
  "MPLXIDS": "sample string 7"
}

application/xml, text/xml

Sample:
<Rpt_CustomerBuyTicketSummaryParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report">
  <DWID>sample string 5</DWID>
  <DWSX>sample string 4</DWSX>
  <MPLXIDS>sample string 7</MPLXIDS>
  <RQ1>sample string 1</RQ1>
  <RQ2>sample string 2</RQ2>
  <RQCZ>sample string 3</RQCZ>
  <TJHW>sample string 6</TJHW>
</Rpt_CustomerBuyTicketSummaryParm>

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

调用存储过程,产生客户单位购票,分门票种类汇总表,以复杂类型返回数据(CommonOperationResultWithTag(V_RPT_KHDW_FMPZLHZ_XFDataTable))

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.