POST api/Report/RPT_DYY_DH_MPZLHZ/V/Query

调用存储过程产生并返回导游分门票种类购票笔数汇总表,以复杂类型返回(CommonOperationResultWithTag(V_RPT_DYY_DH_MPZLHZDataTable))

Request Information

URI Parameters

None.

Body Parameters

Rpt_Guider_TicketTypeAndTicketAmountParm
NameDescriptionTypeAdditional information
StartTime

起始时间

string

Max length: 14

EndTime

截止时间

string

Max length: 14

MPLXID

门票类型ID

globally unique identifier

None.

DYZH

导游证号

string

Max length: 20

SL

数量 注:该字段连带运算符传入 如">=10"

string

Max length: 10

Request Formats

application/json, text/json

Sample:
{
  "StartTime": "sample string 1",
  "EndTime": "sample string 2",
  "MPLXID": "c6eb8411-e397-49a6-a59d-7e7336c2db86",
  "DYZH": "sample string 4",
  "SL": "sample string 5"
}

application/xml, text/xml

Sample:
<Rpt_Guider_TicketTypeAndTicketAmountParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report">
  <DYZH>sample string 4</DYZH>
  <EndTime>sample string 2</EndTime>
  <MPLXID>c6eb8411-e397-49a6-a59d-7e7336c2db86</MPLXID>
  <SL>sample string 5</SL>
  <StartTime>sample string 1</StartTime>
</Rpt_Guider_TicketTypeAndTicketAmountParm>

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_DYY_DH_MPZLHZDataTable))

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.