Vehicle View
VehicleView
Properties
Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
id | integer(int64) | false | none | Unique numeric identifier for the vehicle record | |
vehicleId | string | false | none | Unique identifier string for the vehicle | |
licensePlate | string | false | none | Vehicle plate number | |
platePhoto | string | false | none | Vehicle plate photo (URL or file identifier) | |
vehicleType | string | false | none | Type of vehicle | |
usdotNumber | string | false | none | United States Department of Transportation (USDOT) number associated with the vehicle | |
mcNumber | string | false | none | Motor Carrier (MC) number | |
usdotPhoto | string | false | none | USDOT photo (URL or file identifier) | |
truckPhotos | [string] | false | none | Photos of the truck (URLs or file identifiers) | |
notes | string | false | none | Additional notes about the vehicle | |
createdTime | string | false | none | Timestamp when the vehicle record was created | |
createdBy | string | false | none | User who created the vehicle record | |
updatedTime | string | false | none | Timestamp when the vehicle record was last updated | |
updatedBy | string | false | none | User who last updated the vehicle record | |
carrierId | string | false | none | Associated carrier ID | |
carrierName | string | false | none | Associated carrier name | |
customerId | string | false | none | Associated customer ID | |
customerName | string | false | none | Associated customer name |
Enum Values
Property | Value |
|---|---|
vehicleType | BOX_TRUCK |
vehicleType | CAR |
vehicleType | TRACTOR |
vehicleType | OTHER |