POST api/Servo/Offline/Tickets/Event/AutoDelete
删除过期的离线验票同步数据记录(每调用一次,至多处理500条记录)。
Request Information
URI Parameters
None.
Body Parameters
起始的事件号,空表示从第一页起。
integerRequest Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>
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
删除过期的离线验票同步数据记录(每调用一次,至多处理500条记录)。
CommonOperationResultWithTagOfOfflineOutofTimeScanResultName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | OfflineOutofTimeScanResult |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": { "HasMore": "sample string 1", "NextEventId": 1 } }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfOfflineOutofTimeScanResultldpHZqFJ 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 xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result"> <d2p1:HasMore>sample string 1</d2p1:HasMore> <d2p1:NextEventId>1</d2p1:NextEventId> </tag> </CommonOperationResultWithTagOfOfflineOutofTimeScanResultldpHZqFJ>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.