GET api/FlowTraffic/UploadNextPassenger
查询下一条需要同步的乘客信息并置入待同步乘客信息表中
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
查询下一条需要同步的乘客信息并置入待同步乘客信息表中
CommonOperationResultWithTagOfFlowTraffic_UploadEventItem| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | FlowTraffic_UploadEventItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": {
"LastAutoId": 1,
"SellState": "sample string 2",
"CheckState": "sample string 3"
}
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfFlowTraffic_UploadEventItemnjeuSYsM 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.Common.FlowTraffic">
<d2p1:CheckState>sample string 3</d2p1:CheckState>
<d2p1:LastAutoId>1</d2p1:LastAutoId>
<d2p1:SellState>sample string 2</d2p1:SellState>
</tag>
</CommonOperationResultWithTagOfFlowTraffic_UploadEventItemnjeuSYsM>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.