POST api/CtripDay/QueryOrder
No documentation available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"message": "sample string 2",
"status": 3,
"statusDesc": "sample string 4",
"driverInfo": {
"driverName": "sample string 1",
"driverPhone": "sample string 2",
"driverVirtualPhone": "sample string 3",
"areaCode": "sample string 4",
"driverWeChat": "sample string 5",
"vehicleNumber": "sample string 6",
"vehicleTypeBrand": "sample string 7",
"vehicleColor": "sample string 8"
},
"orderFee": {
"additionalFeePayType": 1,
"totalAdditionalFee": 1.0,
"overTimeLength": 1,
"overTimeFee": 1.0,
"overDistanceLength": 1,
"overDistanceFee": 1.0,
"otherFee": 1.0,
"otherFeeDesc": "sample string 2"
}
}
application/xml, text/xml
Sample:
<QueryOrderResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_5Bus.WebProvider.APIDTO.CtripDay">
<code>sample string 1</code>
<driverInfo>
<areaCode>sample string 4</areaCode>
<driverName>sample string 1</driverName>
<driverPhone>sample string 2</driverPhone>
<driverVirtualPhone>sample string 3</driverVirtualPhone>
<driverWeChat>sample string 5</driverWeChat>
<vehicleColor>sample string 8</vehicleColor>
<vehicleNumber>sample string 6</vehicleNumber>
<vehicleTypeBrand>sample string 7</vehicleTypeBrand>
</driverInfo>
<message>sample string 2</message>
<orderFee>
<additionalFeePayType>1</additionalFeePayType>
<otherFee>1</otherFee>
<otherFeeDesc>sample string 2</otherFeeDesc>
<overDistanceFee>1</overDistanceFee>
<overDistanceLength>1</overDistanceLength>
<overTimeFee>1</overTimeFee>
<overTimeLength>1</overTimeLength>
<totalAdditionalFee>1</totalAdditionalFee>
</orderFee>
<status>3</status>
<statusDesc>sample string 4</statusDesc>
</QueryOrderResponse>