GET api/vehicles/Get
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of tblVehicleMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| VehicleName | string |
None. |
|
| VehicleRegistrationNo | string |
None. |
|
| VehicleModelNo | string |
None. |
|
| VehicleType | string |
None. |
|
| YearOfRegistration | integer |
None. |
|
| delflag | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"VehicleName": "sample string 2",
"VehicleRegistrationNo": "sample string 3",
"VehicleModelNo": "sample string 4",
"VehicleType": "sample string 5",
"YearOfRegistration": 1,
"delflag": 1
},
{
"Id": 1,
"VehicleName": "sample string 2",
"VehicleRegistrationNo": "sample string 3",
"VehicleModelNo": "sample string 4",
"VehicleType": "sample string 5",
"YearOfRegistration": 1,
"delflag": 1
}
]