GET api/VehicleType/GetBYExpensesID/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | 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,
"vehicletype_id": 2,
"expensestype_id": 3,
"amount": 4.0,
"expensestype": "sample string 5"
},
{
"id": 1,
"vehicletype_id": 2,
"expensestype_id": 3,
"amount": 4.0,
"expensestype": "sample string 5"
},
{
"id": 1,
"vehicletype_id": 2,
"expensestype_id": 3,
"amount": 4.0,
"expensestype": "sample string 5"
}
]