GET api/Iocl/Gettrips_vno?VNO={VNO}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| VNO | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"IOCL_ID": 1,
"IOCL_CARDID": "sample string 2",
"IOCL_STATUS": "sample string 3",
"CATEGID": 4,
"Route": "sample string 5",
"LRID": 6
},
{
"IOCL_ID": 1,
"IOCL_CARDID": "sample string 2",
"IOCL_STATUS": "sample string 3",
"CATEGID": 4,
"Route": "sample string 5",
"LRID": 6
},
{
"IOCL_ID": 1,
"IOCL_CARDID": "sample string 2",
"IOCL_STATUS": "sample string 3",
"CATEGID": 4,
"Route": "sample string 5",
"LRID": 6
}
]