GET api/Stations/GetAllstationlatlng_name?CategoryId={CategoryId}&STATIONS_NAME={STATIONS_NAME}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
CategoryId
No documentation available.

Define this parameter in the request URI.

STATIONS_NAME
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "StationsCategoryId": 2,
    "StationsName": "sample string 3",
    "stationlat": "sample string 4",
    "stationlong": "sample string 5"
  },
  {
    "Id": 1,
    "StationsCategoryId": 2,
    "StationsName": "sample string 3",
    "stationlat": "sample string 4",
    "stationlong": "sample string 5"
  },
  {
    "Id": 1,
    "StationsCategoryId": 2,
    "StationsName": "sample string 3",
    "stationlat": "sample string 4",
    "stationlong": "sample string 5"
  }
]