POST GetSpecificTaxiLatestLocationNearUser
Request Information
URI Parameters
None.
Body Parameters
LongLang| Name | Description | Type | Additional information |
|---|---|---|---|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| DriverId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Longitude": 1.1,
"Latitude": 1.1,
"DriverId": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetTaxiPositionByUser_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestId | integer |
None. |
|
| RegNo | string |
None. |
|
| FullNames | string |
None. |
|
| DriverImage | string |
None. |
|
| AssociationID | integer |
None. |
|
| AssociationName | string |
None. |
|
| AdultShortDistanceUserRate | decimal number |
None. |
|
| AdultLongDistanceUserRate | decimal number |
None. |
|
| ChildShortDistanceUserRate | decimal number |
None. |
|
| ChildLongDistanceUserRate | decimal number |
None. |
|
| Type | integer |
None. |
|
| isLongDistance | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"RequestId": 1,
"RegNo": "sample string 1",
"FullNames": "sample string 2",
"DriverImage": "sample string 3",
"AssociationID": 1,
"AssociationName": "sample string 4",
"AdultShortDistanceUserRate": 1.1,
"AdultLongDistanceUserRate": 1.1,
"ChildShortDistanceUserRate": 1.1,
"ChildLongDistanceUserRate": 1.1,
"Type": 1,
"isLongDistance": true
},
{
"$ref": "1"
}
]