GET api/Petrolpumps/GetAlllatlng_states?stateid={stateid}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
stateid
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,
    "STATEID": 2,
    "LAT": "sample string 3",
    "LNG": "sample string 4"
  },
  {
    "ID": 1,
    "STATEID": 2,
    "LAT": "sample string 3",
    "LNG": "sample string 4"
  },
  {
    "ID": 1,
    "STATEID": 2,
    "LAT": "sample string 3",
    "LNG": "sample string 4"
  }
]