Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
Required. Two-letter state code (A-Z only, exactly 2 characters). Auto-formatted to uppercase. Defaults to 'NY' if not provided.
2"CA"
Required. License plate number (max 15 characters, letters and numbers only). Auto-formatted to uppercase with special characters removed. Must be unique when combined with plate_state.
1 - 15"ABC123"
Vehicle manufacturer name.
"Toyota"
Vehicle model name.
"Camry"
Manufacturing year (1000 to current year + 100). Numeric digits only, auto-extracted from mixed input.
"2022"
Vehicle status. Defaults to true if not specified.
false
Name of the person or entity leasing/renting the vehicle.
null
VIN or custom vehicle identifier (max 20 characters, any format allowed). Not required and uniqueness not enforced.
20"325"
Custom fields for the vehicle. Custom fields are set at the fleet level by FleetIT. You can only update the values, not the field names.
{
  "Location": "test",
  "Equipment Number": "",
  "Trial_added": "",
  "Tracking": ""
}Vehicle type code for classification.
"520_520"

