POST api/AliTripTransfer/CarDetailQuery
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
value | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "traceId": "sample string 1", "channelId": "sample string 2", "isPressureTest": true, "userId": 4, "channelName": "sample string 5", "sellerId": "sample string 6", "useType": 7, "carType": 8, "ruleId": 9, "priceMark": "sample string 10", "transferDest": { "countryCode": "sample string 1", "countryName": "sample string 2", "cityCode": "sample string 3", "cityName": "sample string 4", "supportVisaOnArrival": true }, "fromPlaceInfo": { "fromLatitude": "sample string 1", "fromLongitude": "sample string 2" }, "toPlaceInfo": { "toLatitude": "sample string 1", "toLongitude": "sample string 2" }, "flightInfo": { "airportTerminal": "sample string 1", "airportCode": "sample string 2", "flightDepartureTime": "sample string 3", "flightFlyTime": "sample string 4", "flightNo": "sample string 5" }, "carUseInfo": { "flightDelayTime": "sample string 1", "distanceType": 2, "distance": "sample string 3", "serviceTimeMs": "sample string 4", "serviceTime": "sample string 5" } }
application/xml, text/xml
Sample:
<AliTripTransferCarDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_5Bus.Model.Extensions.APIDTO.TransferOrder.AliTrip"> <carType>8</carType> <carUseInfo> <distance>sample string 3</distance> <distanceType>2</distanceType> <flightDelayTime>sample string 1</flightDelayTime> <serviceTime>sample string 5</serviceTime> <serviceTimeMs>sample string 4</serviceTimeMs> </carUseInfo> <channelId>sample string 2</channelId> <channelName>sample string 5</channelName> <flightInfo> <airportCode>sample string 2</airportCode> <airportTerminal>sample string 1</airportTerminal> <flightDepartureTime>sample string 3</flightDepartureTime> <flightFlyTime>sample string 4</flightFlyTime> <flightNo>sample string 5</flightNo> </flightInfo> <fromPlaceInfo> <fromLatitude>sample string 1</fromLatitude> <fromLongitude>sample string 2</fromLongitude> </fromPlaceInfo> <isPressureTest>true</isPressureTest> <priceMark>sample string 10</priceMark> <ruleId>9</ruleId> <sellerId>sample string 6</sellerId> <toPlaceInfo> <toLatitude>sample string 1</toLatitude> <toLongitude>sample string 2</toLongitude> </toPlaceInfo> <traceId>sample string 1</traceId> <transferDest> <cityCode>sample string 3</cityCode> <cityName>sample string 4</cityName> <countryCode>sample string 1</countryCode> <countryName>sample string 2</countryName> <supportVisaOnArrival>true</supportVisaOnArrival> </transferDest> <useType>7</useType> <userId>4</userId> </AliTripTransferCarDetailRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />