Vehicle

Body Params
int32
string

User-defined unique identifier of a vehicle.

string

Vehicle name.

string

Additional identifier (e.g. car license plate).

string
enum

Defines speeds and restrictions on routes.

Allowed:
vehicletype
object

The Vehicletype can be referenced by a vehicle. Every empty field of the vehicle uses the corresponding type of the vehicletype.

depot_location
object
int32

reference to Depot address entity. Either this or use the full depot address above. Only one can be used

end_location
object
int32

reference to the vehicle end location address entity. Either this or use the full end location address above. Only one can be used

int32

Capacity corresponding to load type 1.

int32

Capacity corresponding to load type 2.

int32

Capacity corresponding to load type 3.

float

Fixed cost of a vehicle which is used in a tour.

float

Variable cost of vehicle per driven km.

float

Variable cost of idle time.

float

Vehicle speed correction factor.

date-time

Earliest start time of tour (departure of driver), ISO 8601 time (not date-time format).

date-time

Latest start time of tour (departure of driver), ISO 8601 time (not date-time format).

date-time

Latest end time of tour (return of driver, or last delivery), ISO 8601 time (not date-time format).

boolean

Should the vehicle return to the depot?

int32

Maximum tour duration in minutes (lower priority than return_time_to).

boolean

Defines whether the vehicle is used for the route calculations.

string

Name of the assigned LoadClass.

boolean

Defines if the territory restrictions are active for this vehicle.

territory_custom_ids
array of strings

List of territory custom ids the vehicle should be assigned to. Only works when obeys_territory_mapping = true.

territory_custom_ids
secondary_territory_custom_ids
array of strings

List of secondary territory custom ids the vehicle should be assigned to. Only works when obeys_territory_mapping = true.

secondary_territory_custom_ids
float

Maximum load height of the vehicle.

boolean

Defines if the vehicle has a liftgate.

boolean

Defines if the vehicle has a trailer.

variable_els_seconds_per_load
array of int32s
variable_els_seconds_per_load
int32

Fixed length of stay at a stop for the vehicle.

depot_els_config
object

Els values for each load dimension used for loading and unloading at the depot.

int32

Maximum allowed weight of a vehicle in kg.

int32

Width of the vehicle in cm.

int32

Height of the vehicle in cm.

int32

Length of the vehicle in cm.

int32

Maximum allowed ADR points on the vehicle.

int32

Maximum allowed km a vehicle is allowed to travel.

Responses
201

OK.

Language
Credentials
Header
Response
Choose an example:
application/json