GET GetTripEstimate?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CreateTripPlanEstimate_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| StartAddress | string |
None. |
|
| StartLongitude | decimal number |
None. |
|
| StartLatitude | decimal number |
None. |
|
| EndAddresss | string |
None. |
|
| EndLongitue | decimal number |
None. |
|
| EndLatitude | decimal number |
None. |
|
| RouteName | string |
None. |
|
| AdultShortDistanceUserRate | decimal number |
None. |
|
| AdultLongDistanceUserRate | decimal number |
None. |
|
| ChildLongDistanceUserRate | decimal number |
None. |
|
| ChildShortDistanceUserRate | decimal number |
None. |
|
| isLongDistance | boolean |
None. |
|
| InfantShortDistanceUserRate | decimal number |
None. |
|
| InfantLongDistanceUserRate | decimal number |
None. |
|
| AmountPayable | decimal number |
None. |
|
| TripEstimatedCost | decimal number |
None. |
|
| TripEstimatedLength | string |
None. |
|
| TripEstimatedDistance | decimal number |
None. |
|
| NoPassengers | integer |
None. |
|
| AdultLineTotal | decimal number |
None. |
|
| AdultTotal | decimal number |
None. |
|
| ChildLineTotal | decimal number |
None. |
|
| ChilTotal | decimal number |
None. |
|
| InfantLineTotal | decimal number |
None. |
|
| InfantTotal | decimal number |
None. |
|
| DistanceFromStart | decimal number |
None. |
|
| DistanceFromBetween | decimal number |
None. |
|
| DistanceFromEnd | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"StartAddress": "sample string 1",
"StartLongitude": 2.1,
"StartLatitude": 3.1,
"EndAddresss": "sample string 4",
"EndLongitue": 5.1,
"EndLatitude": 6.1,
"RouteName": "sample string 7",
"AdultShortDistanceUserRate": 1.1,
"AdultLongDistanceUserRate": 1.1,
"ChildLongDistanceUserRate": 1.1,
"ChildShortDistanceUserRate": 1.1,
"isLongDistance": true,
"InfantShortDistanceUserRate": 1.1,
"InfantLongDistanceUserRate": 1.1,
"AmountPayable": 1.1,
"TripEstimatedCost": 1.1,
"TripEstimatedLength": "sample string 8",
"TripEstimatedDistance": 1.1,
"NoPassengers": 1,
"AdultLineTotal": 1.1,
"AdultTotal": 1.1,
"ChildLineTotal": 1.1,
"ChilTotal": 1.1,
"InfantLineTotal": 1.1,
"InfantTotal": 1.1,
"DistanceFromStart": 1.1,
"DistanceFromBetween": 1.1,
"DistanceFromEnd": 1.1
},
{
"$ref": "1"
}
]