POST api/Values/SendURLtoCalculateDistance
Request Information
URI Parameters
None.
Body Parameters
DistanceCalculationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PickupLocations | Collection of PickupLocation |
None. |
|
| Drop | PickupLocation |
None. |
Request Formats
application/json, text/json
Sample:
{
"PickupLocations": [
{
"Latitude": "sample string 1",
"Longitude": "sample string 2"
},
{
"Latitude": "sample string 1",
"Longitude": "sample string 2"
}
],
"Drop": {
"Latitude": "sample string 1",
"Longitude": "sample string 2"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}