_id - Unique identifier that represents the driver.
Info - contains the driver's profile details.
uid - Unique code that is assigned to the driver once their profile is created.
firstName - driver’s first name.
lastName - driver’s last name.
mobile - driver’s contact number
skills - Skills enable you to make sure certain tasks requiring specific skills are only matched with the relevant driver / drivers with the skill.ame - Indicates the name of the vehicle.
vehicleInfo - Stores additional information about the vehicle assigned.
uid -This is a unique code that eLogii assigns each vehicle upon creation.
name - Indicates the name of the vehicle.
vehicleType - Unique code for the preset specifications for a particular subset of vehicle fleet.
category - indicates the whether the vehicle is a pedestrian, largeTruck, truck, largeVan, bicycle, motorcycle, car or pickup.
capacity - Maximum capacity defined for the vehicle.
capabilities - indicates the vehicle attributes set. They ensure that certain tasks requiring are only optimized to the relevant vehicles.
cost
perHour - Hourly vehicle cost.
perDay - Daily vehicle cost.
perKM - Vehicle cost per distance.
vehicleTypeUID - Unique code for the preset specifications for a particular subset of vehicle fleet.
vehicleTypeName - Indicates the name of the vehicle type.
cost - Stores information on the driver’s hourly/daily rate.
perHour - Hourly driver cost.
perDay - Daily driver cost.
teams - If assigned to a specific team /teams, drivers will only be assigned to tasks that can be handled by the assigned teams.
flags - Driver-specifics configurations
isExcludedFromOpti - Whether or not the driver should be eligible for route optimization. Default: false
isAutoOptiDisabled - Default: false
isRouteETADisabled - Default: false
isAutoRoutingDisabled - Default: false
isUnconstrained - Whether or not the driver has no constraints. Default: false
totalDrivingTime - Duration the driver takes from one drop to another, driving from start location to first task and from the last task to the end location combined.