GET api/Toll/getall_tolls_name?PLAZANAMES={PLAZANAMES}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| PLAZANAMES | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"PLAZANAME": "sample string 1",
"LATITUDE": "sample string 2",
"LONGITUDE": "sample string 3",
"LCV": "sample string 4",
"TRUCK": "sample string 5",
"upto3axle": "sample string 6",
"AXLE6": "sample string 7",
"HCM": "sample string 8",
"AXLE7": "sample string 9",
"YEAR": 10
},
{
"PLAZANAME": "sample string 1",
"LATITUDE": "sample string 2",
"LONGITUDE": "sample string 3",
"LCV": "sample string 4",
"TRUCK": "sample string 5",
"upto3axle": "sample string 6",
"AXLE6": "sample string 7",
"HCM": "sample string 8",
"AXLE7": "sample string 9",
"YEAR": 10
},
{
"PLAZANAME": "sample string 1",
"LATITUDE": "sample string 2",
"LONGITUDE": "sample string 3",
"LCV": "sample string 4",
"TRUCK": "sample string 5",
"upto3axle": "sample string 6",
"AXLE6": "sample string 7",
"HCM": "sample string 8",
"AXLE7": "sample string 9",
"YEAR": 10
}
]