GET api/OrderDetails/GetAll_VEHICLES?CATEG={CATEG}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| CATEG | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"VEHICLES_ID": 1,
"VEHICLES_REGNUMBER": "sample string 2",
"vehicles_ass_id": 3
},
{
"VEHICLES_ID": 1,
"VEHICLES_REGNUMBER": "sample string 2",
"vehicles_ass_id": 3
},
{
"VEHICLES_ID": 1,
"VEHICLES_REGNUMBER": "sample string 2",
"vehicles_ass_id": 3
}
]