POST api/Report/Rpt_CheckTicket_DailySummary_TicketType/V/Query

调用存储过程,产生检票日汇总分票型表

Request Information

URI Parameters

None.

Body Parameters

Rpt_CheckTicketParm
NameDescriptionTypeAdditional information
VAR_RQ1

起始日期,YYYYMMDD或YYYYMM

string

Required

Max length: 14

VAR_RQ2

截止日期,YYYYMMDD或YYYYMM

string

Required

Max length: 14

VAR_SJ1

起始时间,HHMMSS

string

Max length: 14

VAR_SJ2

截止时间,HHMMSS

string

Max length: 14

VAR_YQID

园区ID

globally unique identifier

None.

VAR_MediaType

验证方式 U IC卡,B条码,I二代证,F人脸,P指纹,O其他,Q强制

string

Max length: 1

VAR_DZID

道闸ID

string

Max length: 4

VAR_JPFX

检票方向,I检入,O检出。

string

Max length: 1

VAR_JPZDIDS

检票站点ID列表

Collection of string

None.

VAR_MPLXIDS

门票类型ID列表

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "VAR_RQ1": "sample string 1",
  "VAR_RQ2": "sample string 2",
  "VAR_SJ1": "sample string 3",
  "VAR_SJ2": "sample string 4",
  "VAR_YQID": "c7831c64-e6ff-4680-bf7d-4480b8c8c522",
  "VAR_MediaType": "sample string 6",
  "VAR_DZID": "sample string 7",
  "VAR_JPFX": "sample string 8",
  "VAR_JPZDIDS": [
    "sample string 1",
    "sample string 2"
  ],
  "VAR_MPLXIDS": [
    "138cf3de-4aba-4a18-9ff9-e7b04ef9b5e5",
    "e2162d5d-66fa-4394-b744-d46bb7341b2f"
  ]
}

application/xml, text/xml

Sample:
<Rpt_CheckTicketParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report">
  <VAR_DZID>sample string 7</VAR_DZID>
  <VAR_JPFX>sample string 8</VAR_JPFX>
  <VAR_JPZDIDS xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </VAR_JPZDIDS>
  <VAR_MPLXIDS xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>138cf3de-4aba-4a18-9ff9-e7b04ef9b5e5</d2p1:guid>
    <d2p1:guid>e2162d5d-66fa-4394-b744-d46bb7341b2f</d2p1:guid>
  </VAR_MPLXIDS>
  <VAR_MediaType>sample string 6</VAR_MediaType>
  <VAR_RQ1>sample string 1</VAR_RQ1>
  <VAR_RQ2>sample string 2</VAR_RQ2>
  <VAR_SJ1>sample string 3</VAR_SJ1>
  <VAR_SJ2>sample string 4</VAR_SJ2>
  <VAR_YQID>c7831c64-e6ff-4680-bf7d-4480b8c8c522</VAR_YQID>
</Rpt_CheckTicketParm>

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

调用存储过程,产生检票日汇总分票型表

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.