| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleId |
Vehicle Id. Primary key of the vehicles table |
integer |
None. |
| PropertyId |
Property Id. See the GET api/properties/{propertyId} route to get the property data. |
integer |
None. |
| UnitId |
Unit Id. See the GET api/units/{unitId} route to get the unit data. |
integer |
None. |
| TypeId |
Vehicle Type Id. See the GET api/vehicles/vehicletypes route to get a list of vehicle types. |
integer |
None. |
| VehicleSpace |
Vehicle Space. |
string |
None. |
| VehicleMake |
Vehicle Make. |
string |
None. |
| VehicleModel |
Vehicle Model. |
string |
None. |
| VehicleYear |
Vehicle Year. |
string |
None. |
| VehicleColor |
Vehicle Color. |
string |
None. |
| VehiclePlate |
Vehicle Plate. |
string |
None. |
| VehicleInsuranceCompany |
Vehicle Insurance Company. |
string |
None. |
| VehicleInsurancePolicy |
Vehicle Insurance Policy. |
string |
None. |
| VehicleDecal |
Vehicle Decal. |
string |
None. |
| RegistrationState |
Registration State. |
string |
None. |