POST api/Report/PRT_JPHZ_FMPZL/V/Query
使用复杂参数查询表V_PRT_JPHZ_FMPZL的数据
Request Information
URI Parameters
None.
Body Parameters
Rpt_CheckTicketParm| Name | Description | Type | Additional information |
|---|---|---|---|
| VAR_RQ1 |
起始日期,YYYYMMDD或YYYYMM |
string |
Max length: 14 |
| VAR_RQ2 |
截止日期,YYYYMMDD或YYYYMM |
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_YQID": "11180fdb-1455-46a2-9bc5-39c53ec8b741",
"VAR_MediaType": "sample string 4",
"VAR_DZID": "sample string 5",
"VAR_JPFX": "sample string 6",
"VAR_JPZDIDS": [
"sample string 1",
"sample string 2"
],
"VAR_MPLXIDS": [
"2fee77b3-14c8-4323-aac7-9d3b1775a022",
"02cce345-00c4-4474-bf0d-47a0253ed0a6"
]
}
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 5</VAR_DZID>
<VAR_JPFX>sample string 6</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>2fee77b3-14c8-4323-aac7-9d3b1775a022</d2p1:guid>
<d2p1:guid>02cce345-00c4-4474-bf0d-47a0253ed0a6</d2p1:guid>
</VAR_MPLXIDS>
<VAR_MediaType>sample string 4</VAR_MediaType>
<VAR_RQ1>sample string 1</VAR_RQ1>
<VAR_RQ2>sample string 2</VAR_RQ2>
<VAR_YQID>11180fdb-1455-46a2-9bc5-39c53ec8b741</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
使用复杂参数查询表V_PRT_JPHZ_FMPZL的数据
ComplexParm| Name | Description | Type | Additional 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.