GET api/WebInterface/Ticket/PassGateRecordList/V52?ticketcode={ticketcode}&pageindex={pageindex}&pagesize={pagesize}
获取一个票的过闸记录列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ticketcode | string |
Required |
|
pageindex | integer |
Default value is 1 |
|
pagesize | integer |
Default value is 5 |
Body Parameters
None.
Response Information
Resource Description
获取一个票的过闸记录列表
CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfTicketPassGateListV52ResultName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | SimplePageDataWithNoCountResultOfTicketPassGateListV52Result |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": { "pageIndex": 1, "pageSize": 2, "hasMorePages": "sample string 3", "records": [ { "NZLSH": 1, "LBSBH": "sample string 2", "JPZDID": "sample string 3", "NZRQSJ": "sample string 4", "YQID": "sample string 5", "JPZDMC": "sample string 6", "YQMC": "sample string 7" }, { "NZLSH": 1, "LBSBH": "sample string 2", "JPZDID": "sample string 3", "NZRQSJ": "sample string 4", "YQID": "sample string 5", "JPZDMC": "sample string 6", "YQMC": "sample string 7" } ] } }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfTicketPassGateListV52ResultJzm2UCrNrCdCJ3eC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag> <hasMorePages>sample string 3</hasMorePages> <pageIndex>1</pageIndex> <pageSize>2</pageSize> <records xmlns:d3p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.WebInterface.V52"> <d3p1:TicketPassGateListV52Result> <d3p1:JPZDID>sample string 3</d3p1:JPZDID> <d3p1:JPZDMC>sample string 6</d3p1:JPZDMC> <d3p1:LBSBH>sample string 2</d3p1:LBSBH> <d3p1:NZLSH>1</d3p1:NZLSH> <d3p1:NZRQSJ>sample string 4</d3p1:NZRQSJ> <d3p1:YQID>sample string 5</d3p1:YQID> <d3p1:YQMC>sample string 7</d3p1:YQMC> </d3p1:TicketPassGateListV52Result> <d3p1:TicketPassGateListV52Result> <d3p1:JPZDID>sample string 3</d3p1:JPZDID> <d3p1:JPZDMC>sample string 6</d3p1:JPZDMC> <d3p1:LBSBH>sample string 2</d3p1:LBSBH> <d3p1:NZLSH>1</d3p1:NZLSH> <d3p1:NZRQSJ>sample string 4</d3p1:NZRQSJ> <d3p1:YQID>sample string 5</d3p1:YQID> <d3p1:YQMC>sample string 7</d3p1:YQMC> </d3p1:TicketPassGateListV52Result> </records> </tag> </CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfTicketPassGateListV52ResultJzm2UCrNrCdCJ3eC>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.