POST CancelRequestRide
Request Information
URI Parameters
None.
Body Parameters
RequestRide| Name | Description | Type | Additional information |
|---|---|---|---|
| LastAddress | string |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| Altitude | decimal number |
None. |
|
| UserId | string |
None. |
|
| Adult | integer |
None. |
|
| Child | integer |
None. |
|
| Infant | integer |
None. |
|
| Id | integer |
None. |
|
| StartLatitude | decimal number |
None. |
|
| StartLongitude | decimal number |
None. |
|
| EndLongitude | decimal number |
None. |
|
| EndLatitude | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"LastAddress": "sample string 1",
"Latitude": 2.1,
"Longitude": 3.1,
"Altitude": 4.1,
"UserId": "sample string 5",
"Adult": 6,
"Child": 7,
"Infant": 8,
"Id": 1,
"StartLatitude": 9.1,
"StartLongitude": 10.1,
"EndLongitude": 11.1,
"EndLatitude": 12.1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"