GET api/Coordinates
Queryable collection of All active center coordinates
Response Information
CoordinatesDTO
Response body formats
application/json, text/json
Sample:
[ { "BuID": "sample string 1", "ShoppingCenterName": "sample string 2", "Latitude": 3.1, "Longitude": 4.1 }, { "BuID": "sample string 1", "ShoppingCenterName": "sample string 2", "Latitude": 3.1, "Longitude": 4.1 }, { "BuID": "sample string 1", "ShoppingCenterName": "sample string 2", "Latitude": 3.1, "Longitude": 4.1 } ]
text/javascript
Sample:
[{"BuID":"sample string 1","ShoppingCenterName":"sample string 2","Latitude":3.1,"Longitude":4.1},{"BuID":"sample string 1","ShoppingCenterName":"sample string 2","Latitude":3.1,"Longitude":4.1},{"BuID":"sample string 1","ShoppingCenterName":"sample string 2","Latitude":3.1,"Longitude":4.1}]
text/csv
Sample: