GET api/Routes/GetPolyline_routes?Fromstation={Fromstation}&Tostation={Tostation}&CategId={CategId}&Viapoint={Viapoint}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Fromstation
No documentation available.

Define this parameter in the request URI.

Tostation
No documentation available.

Define this parameter in the request URI.

CategId
No documentation available.

Define this parameter in the request URI.

Viapoint
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "M_R_P_LAT": "sample string 1",
    "M_R_P_LONG": "sample string 2",
    "M_R_FROMSTATION": "sample string 3",
    "M_R_TOSTATION": "sample string 4",
    "M_R_VIASTATION": "sample string 5"
  },
  {
    "M_R_P_LAT": "sample string 1",
    "M_R_P_LONG": "sample string 2",
    "M_R_FROMSTATION": "sample string 3",
    "M_R_TOSTATION": "sample string 4",
    "M_R_VIASTATION": "sample string 5"
  },
  {
    "M_R_P_LAT": "sample string 1",
    "M_R_P_LONG": "sample string 2",
    "M_R_FROMSTATION": "sample string 3",
    "M_R_TOSTATION": "sample string 4",
    "M_R_VIASTATION": "sample string 5"
  }
]