GET api/vehicles/Details/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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
}