POST api/Values/SendURLtoCalculateDistance

Request Information

URI Parameters

None.

Body Parameters

DistanceCalculationRequest
NameDescriptionTypeAdditional 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

Object

None.

Response Formats

application/json, text/json

Sample:
{}