GET api/DriverCompanyLorry/GetAllDRIVERS?CategoryId={CategoryId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| CategoryId | 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,
"DriverName": "sample string 2",
"DriverCode": "sample string 3"
},
{
"Id": 1,
"DriverName": "sample string 2",
"DriverCode": "sample string 3"
},
{
"Id": 1,
"DriverName": "sample string 2",
"DriverCode": "sample string 3"
}
]