POST api/Stores/StoresWithDistances

Request Information

URI Parameters

None.

Body Parameters

Geolocation
NameDescriptionTypeAdditional information
Latitude

decimal number

None.

Longitude

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Latitude": 1.1,
  "Longitude": 2.1
}

text/html

Sample:
{"Latitude":1.1,"Longitude":2.1}

application/xml, text/xml

Sample:
<Geolocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Specialtys.DTO">
  <Latitude>1.1</Latitude>
  <Longitude>2.1</Longitude>
</Geolocation>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.