# Get chauffeurs trips

Get the trips of  chauffeurs

Endpoint: POST /chauffeurs/trips:byDate/{fromDate}/{toDate}
Version: 0.9.74
Security: bearer, apiKey, apiSecret

## Header parameters:

  - `Authorization` (string, required)

## Path parameters:

  - `fromDate` (string, required)

  - `toDate` (string, required)

## Response 200 fields (application/json):

  - `success` (boolean)

  - `message` (string)

  - `code` (integer)

  - `totalResults` (integer)

  - `chauffeursTrips` (array)

  - `chauffeursTrips.chauffeur` (string)

  - `chauffeursTrips.trips` (array)

  - `chauffeursTrips.trips.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.versionNumber` (integer)

  - `chauffeursTrips.trips.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.hasAgreedToPrice` (boolean)

  - `chauffeursTrips.trips.type` (string)
    Enum: "internal", "internal_empty", "forwarded"

  - `chauffeursTrips.trips.tripNr` (string)

  - `chauffeursTrips.trips.remark` (string)
    The remark for Trip

  - `chauffeursTrips.trips.status` (string)
    Enum: "draft", "requested", "accepted", "confirmed", "in_transit", "pending_completion", "completed", "cancelled", "modified"

  - `chauffeursTrips.trips.planStatus` (string)
    Enum: "ok", "too_late", "too_early", "off_route"

  - `chauffeursTrips.trips.routeStatus` (string)
    Enum: "on_route", "off_route"

  - `chauffeursTrips.trips.currentAction` (object)

  - `chauffeursTrips.trips.currentAction.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.versionNumber` (integer)

  - `chauffeursTrips.trips.currentAction.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.type` (string, required)
    The type of action
    Enum: "load", "unload", "handOver", "stop", "move", "attachTransportEquipment", "detachTransportEquipment", "attachChauffeur", "detachChauffeur", "genericAction", "wait", "break", "refuel", "customs", "weighing", "typeTakeAndReturn", "booking"

  - `chauffeursTrips.trips.currentAction.name` (string, required)
    The name of the action

  - `chauffeursTrips.trips.currentAction.groupId` (string)

  - `chauffeursTrips.trips.currentAction.externalAttributes` (object)

  - `chauffeursTrips.trips.currentAction.lifeCycle` (string, required)
    Enum: "requested", "planned", "projected", "actual", "realized"

  - `chauffeursTrips.trips.currentAction.result` (object)

  - `chauffeursTrips.trips.currentAction.result.status` (string)
    Enum: "succeeded", "failed", "partiallySucceeded", "cancelled"

  - `chauffeursTrips.trips.currentAction.result.remark` (string)

  - `chauffeursTrips.trips.currentAction.result.reason` (string)

  - `chauffeursTrips.trips.currentAction.result.results` (array)

  - `chauffeursTrips.trips.currentAction.result.answers` (object)

  - `chauffeursTrips.trips.currentAction.result.attachments` (array)

  - `chauffeursTrips.trips.currentAction.result.attachments.questionId` (string)

  - `chauffeursTrips.trips.currentAction.result.attachments.type` (string)
    Enum: "photo", "signature", "document"

  - `chauffeursTrips.trips.currentAction.result.attachments.documentId` (string)

  - `chauffeursTrips.trips.currentAction.result.attachments.dataUrl` (string)

  - `chauffeursTrips.trips.currentAction.remark` (string)
    The remark for this specific action

  - `chauffeursTrips.trips.currentAction.sequenceNr` (integer)
    The number in which order the Action occurs

  - `chauffeursTrips.trips.currentAction.tripSequenceNr` (integer)
    The number in which order the Action occurs within the trip

  - `chauffeursTrips.trips.currentAction.location` (object)
    LocationAssociation

  - `chauffeursTrips.trips.currentAction.startTime` (string)
    The start time of this

  - `chauffeursTrips.trips.currentAction.endTime` (string)

  - `chauffeursTrips.trips.currentAction.eta` (string)
    Estimated Time of Arrival

  - `chauffeursTrips.trips.currentAction.etd` (string)
    Estimated Time of Departure

  - `chauffeursTrips.trips.currentAction.timeFormat` (string)

  - `chauffeursTrips.trips.currentAction.recurrence` (string)

  - `chauffeursTrips.trips.currentAction.duration` (integer)

  - `chauffeursTrips.trips.currentAction.estimatedDuration` (integer)

  - `chauffeursTrips.trips.currentAction.inTripOnly` (boolean)

  - `chauffeursTrips.trips.currentAction.actions` (array)

  - `chauffeursTrips.trips.currentAction.documents` (array)

  - `chauffeursTrips.trips.currentAction.contextEvents` (array)

  - `chauffeursTrips.trips.currentAction.contextEvents.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.contextEvents.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.contextEvents.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.contextEvents.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.contextEvents.type` (string)
    Enum: "generalEvent", "sensorUpdateEvent", "gateInEvent", "gateOutEvent", "arrivalEvent", "departureEvent", "stopEngineEvent", "startEngineEvent", "startWaitingEvent", "stopWaitingEvent", "stopMovingEvent", "startMovingEvent", "locationUpdateEvent", "updateEvent", "associationRemovedEvent", "associationCreatedEvent", "capacityChangeEvent"

  - `chauffeursTrips.trips.currentAction.contextEvents.lifeCycle` (string)
    Enum: "requested", "planned", "projected", "actual", "realized"

  - `chauffeursTrips.trips.currentAction.contextEvents.externalAttributes` (object)

  - `chauffeursTrips.trips.currentAction.contextEvents.dateTime` (string)

  - `chauffeursTrips.trips.currentAction.contextEvents.identifiers` (array)

  - `chauffeursTrips.trips.currentAction.contextEvents.identifiers.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.contextEvents.identifiers.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.contextEvents.identifiers.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.contextEvents.identifiers.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.contextEvents.identifiers.name` (string)

  - `chauffeursTrips.trips.currentAction.contextEvents.identifiers.system` (string)

  - `chauffeursTrips.trips.currentAction.contextEvents.identifiers.value` (string)

  - `chauffeursTrips.trips.currentAction.contextEvents.identifiers.expiredAt` (string)

  - `chauffeursTrips.trips.currentAction.attributes` (array)

  - `chauffeursTrips.trips.currentAction.attributes.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.attributes.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.attributes.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.attributes.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.attributes.name` (string)

  - `chauffeursTrips.trips.currentAction.attributes.color` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings` (array)
    Timeslot bookings associated with this action

  - `chauffeursTrips.trips.currentAction.timeslotBookings.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.timeWindow` (object)
    Time window for this slot (defines start and end times)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.timeWindow.start` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.timeWindow.end` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.location` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.loadingDock` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.loadingDock.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.loadingDock.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.loadingDock.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.loadingDock.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.loadingDock.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.loadingDock.dockNumber` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.loadingDock.location` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.loadingDock.dockType` (string)
    Enum: "LOADING", "UNLOADING", "BOTH"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.loadingDock.operational` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.loadingDock.description` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.loadingDock.maxConcurrentOperations` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.loadingDock.heightRestrictionCm` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.loadingDock.widthRestrictionCm` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.loadingDock.lengthRestrictionCm` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.loadingDock.weightRestrictionKg` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.loadingDock.requiresAppointment` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.loadingDock.displayOrder` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.slotType` (string)
    Enum: "PICKUP", "DELIVERY", "BOTH"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.maxCapacity` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.currentBookings` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.description` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.active` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.bookingCutoffHours` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.timeslot.estimatedDurationMinutes` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.action` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.versionNumber` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.hasAgreedToPrice` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.orderType` (string)
    Enum: "standard", "urgent", "expected", "forwarded"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.consignmentNr` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.description` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.status` (string)
    Enum: "draft", "requested", "confirmed", "in_transit", "completed", "cancelled", "partially_planned", "planned", "partially_completed", "partially_in_transit", "concept"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.highValueGoods` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.goods` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.emailIntegration` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.vehicleGroups` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.vehicleGroups.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.vehicleGroups.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.vehicleGroups.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.vehicleGroups.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.vehicleGroups.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.vehicleGroups.vehicles` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.fleets` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.fleets.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.fleets.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.fleets.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.fleets.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.fleets.vehicles` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.fleets.vehicles.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.fleets.vehicles.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.fleets.vehicles.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.fleets.vehicles.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.fleets.vehicles.fleet` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.fleets.vehicles.order` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.fleets.vehicles.vehicle` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.fleets.teams` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.fleets.businesses` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.fleets.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.fleets.number` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.features` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.features.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.features.accountTypes` (array)
    Enum: "default", "customer", "supplier", "planning", "financial"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.managers` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.transportOrderPrefix` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.consignmentPrefix` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.team.users` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.consignment` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.currentLocation` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.nextAction` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.lastAction` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.lastPlannedAction` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.isPlannedToLastLocation` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.documents` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.actors` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.actions` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.title` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.type` (string)
    Enum: "private", "public"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.url` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.path` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.originalName` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.size` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.purpose` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.type` (string)
    Enum: "IMAGE", "VIDEO", "MUSIC", "WORD", "EXCEL", "CSV", "PDF", "EMAIL", "JSON"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.mimeType` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.extension` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.identifiers` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.bucket` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.bucket.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.bucket.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.bucket.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.bucket.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.bucket.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.uploadedAt` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.image.tempFile` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.active` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.starter` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chat` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.user` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.business` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.type` (string)
    Enum: "driver", "conductor", "captain", "pilot"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.picture` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.user` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.firstName` (string, required)
    The first name of the chauffeur

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastName` (string, required)
    The last name of the chauffeur

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.dateOfBirth` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.birthPlace` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.nationality` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.amount` (number)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.currency` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.currency.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.currency.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.currency.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.currency.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.currency.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.currency.short` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.currency.sign` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.currency.decimalDelimiter` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.currency.thousandDelimiter` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.currency.enabled` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.taxRate` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.taxRate.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.taxRate.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.taxRate.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.taxRate.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.taxRate.creditCode` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.taxRate.debitCode` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.taxRate.identifiers` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.taxRate.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.taxRate.description` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.taxRate.jurisdiction` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.taxRate.percentage` (number)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.taxRate.inclusive` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.taxRate.active` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hourlyRate.inclusiveOfTax` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.hoursPerMonth` (number)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.preferredVehicle` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.type` (string, required)
    The type of contract
    Enum: "permanentContract", "oneTimeContract", "transportOrderContract"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.communicationMethod` (string)
    Enum: "messageAutomation", "integration", "pdf"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.title` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.description` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.deliveryTerms` (string)
    Enum: "EXW", "FCA", "FAS", "FOB", "CPT", "CIP", "CFR", "CIF", "DAP", "DPU", "DDP"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.contractor` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.contractorSignee` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.contractorSignee.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.contractorSignee.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.contractorSignee.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.contractorSignee.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.contractorSignee.firstName` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.contractorSignee.lastName` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.contractorSignee.position` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.contractorSignee.email` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.contractorSignee.phone` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.contractorSignee.mobilePhone` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.contractorSignee.business` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.contractorSignee.location` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.client` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.contract.clientSignee` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.business` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.administration` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.startTime` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.endTime` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.selfBilling` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.currency` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.triggerType` (string)
    Enum: "endOfWeek", "endOfWeekOrMonth", "endOfMonth", "endOfQuarter", "endOfTrip", "endOfTransportOrder"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.type` (string)
    Enum: "fixed", "percentage", "time", "table", "zone", "ab", "unit", "element", "variable_adjustment", "formula", "tql_formula", "excel", "field", "modules", "highest_module_value", "lowest_module_value", "subscription"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.sequenceNr` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.description` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.category` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.category.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.category.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.category.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.category.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.category.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.category.creditCode` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.category.debitCode` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.category.defaultValue` (number)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.category.enabled` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.category.tripRevenue` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.category.identifiers` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.sequenceNr` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.description` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.taxRate` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.filters` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.filters.selector` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.filters.comparisonType` (string)
    Enum: "equal", "not_equal", "greater_than", "greater_or_equal_than", "lesser_than", "lesser_or_equal_than", "between", "in", "not_in", "contains", "starts_with", "ends_with", "is_blank", "is_not_blank"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.filters.value` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.filters.linkType` (string)
    Enum: "and", "or"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.filters.filters` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.filters.filters.selector` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.filters.filters.comparisonType` (string)
    Enum: "equal", "not_equal", "greater_than", "greater_or_equal_than", "lesser_than", "lesser_or_equal_than", "between", "in", "not_in", "contains", "starts_with", "ends_with", "is_blank", "is_not_blank"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.filters.filters.value` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.filters.filters.linkType` (string)
    Enum: "and", "or"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.filters.filters.filters` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.filters.filters.sequenceNr` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.filters.filters.valueSelector` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.filters.sequenceNr` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.taxRates.filters.valueSelector` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.filters` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.pricingModules.oncePerInvoice` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.lastHandledSelfBilling` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.signature` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.signature.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.signature.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.signature.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.signature.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.signature.ip` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.signature.userAgent` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.signature.date` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.signature.file` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.type` (string)
    Enum: "manual", "configured", "messageAutomation", "fileTemplate", "apiAccess"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.description` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.schedule` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.schedule.integrationSchedulerScheduleValue` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.schedule.integrationSchedulerScheduleType` (string)
    Enum: "seconds", "minutes", "hours", "days", "months"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.schedule.milliseconds` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.directionType` (string)
    Enum: "in", "out"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.connectionType` (string)
    Enum: "api", "ftp", "sftp", "sql", "web_hook", "email", "virtual_ftp"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.requestMethod` (string)
    Enum: "get", "post", "put", "patch", "delete"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.dataType` (string)
    Enum: "xml", "json", "csv", "empty"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.entityType` (string)
    Enum: "action", "attachTransportEquipmentAction", "detachTransportEquipmentAction", "stopAction", "loadAction", "unloadAction", "waitAction", "consignment", "extendedConsignment", "transportEquipment", "extendedTransportEquipment", "items", "goods", "constraint", "actor", "location", "route", "sensor", "vehicle", "extendedVehicle", "trip", "fleet", "transportOrder", "extendedTransportOrder", "business", "event", "locationUpdateEvent", "startMovingEvent", "startWaitingEvent", "stopEngineEvent", "stopMovingEvent", "message", "document", "chauffeur", "extendedChauffeur", "chauffeurTimeslot", "chat", "user", "administration", "fleetVehicle", "messageAutomation", "capacity_contract", "booking", "invoice", "invoice_line", "quote", "quote_line", "integration", "calendarEvent", "to_do"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.url` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.port` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.path` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.token` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.query` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.parameters` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.parameters.sequenceNr` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.parameters.type` (string)
    Enum: "constant", "string", "integer", "float", "datetime", "duration", "date", "time", "boolean", "object", "array", "filters", "table"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.parameters.regex` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.parameters.format` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.parameters.locale` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.parameters.zoneId` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.parameters.incomingPath` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.parameters.outgoingPath` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.parameters.insertRegexSelector` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.parameters.insertType` (string)
    Enum: "before", "replace", "after"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.parameters.insertValue` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.parameters.defaultValue` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.parameters.fields` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.parameters.filters` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.parameters.options` (array)
    Enum: "identifier", "to_lower_case", "to_upper_case", "capitalize", "trim", "remove_all_whitespace", "filters"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.allowedIps` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.hasAuthentication` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.authenticationMethod` (string)
    Enum: "apiKey", "accessKeys", "basic", "OAuth", "bearer", "openId", "clientKeysOpenId", "clientKeys", "headers"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.username` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.password` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.accessKey` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.secretKey` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.clientId` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.clientSecret` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.grantType` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.scope` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.apiKey` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.bearer` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.sshKey` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.sshTunnel` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.sshHost` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.sshUsername` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.sshPassword` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.externalAttributes` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.headers` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.oauthUrl` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.oAuthCache` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.oAuthCacheCreationDate` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.openIdToken` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.openIdRefreshToken` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.openIdAccessToken` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.credentials.openIdExpiration` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.otm` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.fields` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.filters` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.dataSources.template` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.enabled` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.lastHandled` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.integration.integration` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.description` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.triggerType` (string)
    Enum: "trigger", "scheduler", "listener"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.triggerEvent` (string)
    Enum: "afterCreatingTrip", "afterUpdatingTrip", "afterConfirmingTrip", "afterStartingTrip", "afterFinishingTrip", "afterCancelingTrip", "afterLocationUpdateEvent", "afterCreatingMessage", "afterUpdatingMessage", "afterCreatingEvent", "afterStartEngineEvent", "afterStartMovingEvent", "afterStopMovingEvent", "afterStopEngineEvent", "afterCreatingWaitAction", "afterUpdatingWaitAction", "afterCreatingWeighingAction", "afterUpdatingWeighingAction", "afterCreatingUnloadAction", "afterUpdatingUnloadAction", "afterCreatingStopAction", "afterUpdatingStopAction", "afterCreatingMoveAction", "afterUpdatingMoveAction", "afterCreatingLoadAction", "afterUpdatingLoadAction", "afterCreatingDetachTransportEquipmentAction", "afterUpdatingDetachTransportEquipmentAction", "afterCreatingDetachChauffeurAction", "afterUpdatingDetachChauffeurAction", "afterCreatingBreakAction", "afterUpdatingBreakAction", "afterCreatingAttachTransportEquipmentAction", "afterUpdatingAttachTransportEquipmentAction", "afterCreatingAttachChauffeurAction", "afterUpdatingAttachChauffeurAction", "afterActionLifeCycleUpdate", "afterCreatingCapacityContract", "afterUpdatingCapacityContract", "afterCreatingMessageAutomation", "AfterUpdatingMessageAutomation", "afterCreatingTransportOrder", "afterUpdatingTransportOrder", "afterCreatingConsignment", "afterUpdatingConsignment", "afterCreatingBusiness", "afterUpdatingBusiness", "afterCreatingInvoice", "afterSendingInvoice", "afterUpdatingInvoice", "afterCreatingQuote", "afterUpdatingQuote", "afterSendingQuote", "afterCreatingUser", "afterUpdatingUser", "afterCreatingLocation", "afterUpdatingLocation", "afterExceedingStopAverageDuration", "afterHomeBaseReturnOverdue", "afterCreatingBooking", "afterUpdatingBooking", "afterCancellingBooking", "afterConfirmingBooking", "afterCreatingIntegration", "afterUpdatingIntegration", "afterUpdatingCalendarEvent", "afterDeletingCalendarEvent", "afterCreatingTodo", "afterUpdatingTodo", "afterDeletingTodo", "afterAssigningTodo", "afterCalendarSyncRequested", "afterCalendarAuthorizationGranted"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.schedule` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.uniqueIdentifierSelector` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.uniqueIdentifierSchedule` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.filters` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.fields` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.fields.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.fields.groupByAggregate` (string)
    Enum: "count", "max", "min", "sum", "avg"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.entityType` (string)
    Enum: "action", "attachTransportEquipmentAction", "detachTransportEquipmentAction", "stopAction", "loadAction", "unloadAction", "waitAction", "consignment", "extendedConsignment", "transportEquipment", "extendedTransportEquipment", "items", "goods", "constraint", "actor", "location", "route", "sensor", "vehicle", "extendedVehicle", "trip", "fleet", "transportOrder", "extendedTransportOrder", "business", "event", "locationUpdateEvent", "startMovingEvent", "startWaitingEvent", "stopEngineEvent", "stopMovingEvent", "message", "document", "chauffeur", "extendedChauffeur", "chauffeurTimeslot", "chat", "user", "administration", "fleetVehicle", "messageAutomation", "capacity_contract", "booking", "invoice", "invoice_line", "quote", "quote_line", "integration", "calendarEvent", "to_do"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.joins` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.joins.type` (string)
    Enum: "inner_join"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.joins.entityType` (string)
    Enum: "action", "attachTransportEquipmentAction", "detachTransportEquipmentAction", "stopAction", "loadAction", "unloadAction", "waitAction", "consignment", "extendedConsignment", "transportEquipment", "extendedTransportEquipment", "items", "goods", "constraint", "actor", "location", "route", "sensor", "vehicle", "extendedVehicle", "trip", "fleet", "transportOrder", "extendedTransportOrder", "business", "event", "locationUpdateEvent", "startMovingEvent", "startWaitingEvent", "stopEngineEvent", "stopMovingEvent", "message", "document", "chauffeur", "extendedChauffeur", "chauffeurTimeslot", "chat", "user", "administration", "fleetVehicle", "messageAutomation", "capacity_contract", "booking", "invoice", "invoice_line", "quote", "quote_line", "integration", "calendarEvent", "to_do"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.joins.onLeft` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.joins.onRight` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.filters` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.filters.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.filters.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.filters.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.filters.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.filters.sequenceNr` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.filters.field` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.filters.comparisonOperations` (string)
    Enum: "equal", "not_equal", "greater_than", "greater_or_equal_than", "lesser_than", "lesser_or_equal_than", "between", "in", "not_in", "contains", "starts_with", "ends_with", "is_blank", "is_not_blank"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.filters.value` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.filters.valueType` (string)
    Enum: "constant", "string", "integer", "float", "datetime", "duration", "date", "time", "boolean", "object", "array", "filters", "table"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.filters.linkType` (string)
    Enum: "and", "or"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.groupBy` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.having` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.sortFields` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.sortDirection` (string)
    Enum: "asc", "desc"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.limit` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.query.offset` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.recipients` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.recipientSelector` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.toggleForAll` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.channel` (string)
    Enum: "email", "chat", "notification", "whatsapp", "telegram"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.manualIntegration` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.includeAttachments` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.documentAttachments` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.documentAttachments.documentSourceType` (string)
    Enum: "ENTITY_PDF", "CUSTOM_TEMPLATE", "INSIGHT_REPORT", "STATIC_FILE"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.documentAttachments.documentType` (string)
    Enum: "cmr", "waybill", "invoice", "quote", "transportOrder", "trip", "custom"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.documentAttachments.documentTemplateId` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.documentAttachments.fileUrl` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.documentAttachments.insightType` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.documentAttachments.reportParameters` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.documentAttachments.entityIdSelector` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.documentAttachments.fileNameTemplate` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.subject` (string)
    The subject of a message for a particular messageAutomation

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.currentTriggerPosition` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.localizedTexts` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.localizedTexts.language` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.localizedTexts.language.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.localizedTexts.language.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.localizedTexts.language.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.localizedTexts.language.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.localizedTexts.language.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.localizedTexts.language.localName` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.localizedTexts.language.code` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.localizedTexts.language.iso3166` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.localizedTexts.language.decimalDelimiter` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.localizedTexts.language.thousandDelimiter` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.localizedTexts.language.dateFormat` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.localizedTexts.language.measurementUnit` (string)
    Enum: "metric", "imperial"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.localizedTexts.content` (string, required)
    The template of a message for a particular messageAutomation

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.localizedTexts.messageTemplate` (string, required)
    The template of a message for a particular messageAutomation

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.localizedTexts.subject` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.defaultLanguageId` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.languageSelector` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.userEnableable` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.automationConfig.userPermissionFilters` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.messageAutomationIntegration` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.enabled` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.lastHandled` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.template` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.templateCategory` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.type` (string)
    Enum: "messageAutomation", "questionAnswerAutomation", "fileRequestAutomation"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.capacityContract.messageAutomation.notes` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.adr` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.adr.hasADR` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.adr.ADRNumber` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.adr.ADRValidFromDate` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.adr.ADRExpirationDate` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.adr.ADRFiles` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.driverLicense` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.driverLicense.hasDriverLicense` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.driverLicense.driverLicenseNumber` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.driverLicense.driverLicenseValidFromDate` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.driverLicense.driverLicenseExpirationDate` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.driverLicense.driverLicenseObtainedOn` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.driverLicense.driverLicenseCountryOfIssue` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.driverLicense.driverLicenseIssuingAuthority` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.driverLicense.driverLicenseFiles` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.tachoCard` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.tachoCard.cardId` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.tachoCard.countryOfIssue` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.tachoCard.renewalIndex` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.tachoCard.replacementIndex` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.tachoCard.startOfValidity` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.tachoCard.endOfValidity` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingRestingTimes` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingRestingTimes.workWeek` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingRestingTimes.workWeek.total` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingRestingTimes.workWeek.maximum` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingRestingTimes.workWeek.minimum` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingRestingTimes.workWeek.remaining` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingRestingTimes.workWeekEndWithoutCompensation` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingRestingTimes.nextMinimumWeeklyRestWithoutCompensation` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingRestingTimes.breakBelowMinimum` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingRestingTimes.dailyRest` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingRestingTimes.previousDailyRest` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingDrivingTimes` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingDrivingTimes.daysOfReducedRest` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingDrivingTimes.dailyAmplitude` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingDrivingTimes.drivingTimeBelowMaximum` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingDrivingTimes.dailyDrivingTime` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingDrivingTimes.daysOfDrivingLongerThan9h` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingDrivingTimes.weeklyDrivingTime` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingDrivingTimes.BIWeeklyDrivingTime` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.remainingDrivingTimes.daysOfConsecutiveDriving` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.upcomingRestingTimes` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.upcomingRestingTimes.week` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.upcomingRestingTimes.year` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.upcomingRestingTimes.upcomingRestingTime` (integer)
    The upcoming resting times in seconds

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.languages` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.preferredLanguage` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.notes` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.boardComputers` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity.type` (string)
    Enum: "work", "driving", "available", "rest", "vacation"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity.lifeCycle` (string)
    Enum: "requested", "planned", "projected", "actual", "realized"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity.chauffeur` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity.vehicle` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity.transportEquipments` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity.trip` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity.description` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity.remarks` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity.kmsStart` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity.kmsEnd` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity.start` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity.end` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.lastActivity.isFromTacho` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.pricingModules` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.operational` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.chauffeur.contactDetails` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.vehicle` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.permission` (string)
    Enum: "NONE", "READ", "CHAT", "MODERATOR", "ADMIN"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.muted` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.markedAsUnread` (boolean)
    If this user has the chat on read yes/no

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.unreadMessages` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.users.identifiers` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.chat` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.user` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.message` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.state` (string)
    Enum: "normal", "important", "pinned", "deleted"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.type` (string)
    Enum: "normal", "mail_message"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.edited` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.files` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.replyTo` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.responses` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.received` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.received.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.received.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.received.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.received.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.received.user` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.read` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.read.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.read.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.read.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.read.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.read.user` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.imap` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.imap.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.imap.host` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.imap.port` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.imap.username` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.imap.password` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.imap.enabled` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.imap.useOAuth` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.contentId` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.messageNumber` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.receivedDate` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.sentDate` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.read` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.starred` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.subject` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.plainText` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.text` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.sender` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.sender.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.sender.email` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.sender.smtpCredentials` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.sender.smtpCredentials.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.sender.smtpCredentials.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.sender.smtpCredentials.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.sender.smtpCredentials.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.sender.smtpCredentials.host` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.sender.smtpCredentials.port` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.sender.smtpCredentials.username` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.sender.smtpCredentials.password` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.sender.imap` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.recipients` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.attachments` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.threadId` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.parentMessageId` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.linkedTransportOrderIds` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.mailMessage.linkedConsignmentIds` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.sourceIntegration` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.externalMessageId` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.externalThreadId` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.messageSource` (string)
    Enum: "internal", "email_inbound", "email_outbound", "whatsapp_inbound", "whatsapp_outbound", "telegram_inbound", "telegram_outbound"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.externalSenderName` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.externalSenderAddress` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.translatedMessage` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.messages.identifiers` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.unreadMessages` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.maxCharacters` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.latestMessage` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.chat.identifiers` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.pricingElements` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.pricingElements.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.pricingElements.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.pricingElements.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.pricingElements.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.pricingElements.sequenceNr` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.pricingElements.quantity` (integer)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.pricingElements.name` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.pricingElements.description` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.pricingElements.category` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.pricingElements.business` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.pricingElements.amount` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.pricingElements.subTotal` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.pricingElements.tax` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.pricingElements.total` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.externalAttributes` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.expectedRevenue` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.expectedRevenue.amount` (number)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.expectedRevenue.currency` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.expectedRevenue.taxRate` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.expectedRevenue.inclusiveOfTax` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.expectedRevenue.moneyBuildBlocks` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.expectedRevenue.moneyBuildBlocks.amount` (number)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.expectedRevenue.moneyBuildBlocks.relationship` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.expectedRevenue.moneyBuildBlocks.relationship.entityId` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.expectedRevenue.moneyBuildBlocks.relationship.entityType` (string)
    Enum: "action", "attachTransportEquipmentAction", "detachTransportEquipmentAction", "stopAction", "loadAction", "unloadAction", "waitAction", "consignment", "extendedConsignment", "transportEquipment", "extendedTransportEquipment", "items", "goods", "constraint", "actor", "location", "route", "sensor", "vehicle", "extendedVehicle", "trip", "fleet", "transportOrder", "extendedTransportOrder", "business", "event", "locationUpdateEvent", "startMovingEvent", "startWaitingEvent", "stopEngineEvent", "stopMovingEvent", "message", "document", "chauffeur", "extendedChauffeur", "chauffeurTimeslot", "chat", "user", "administration", "fleetVehicle", "messageAutomation", "capacity_contract", "booking", "invoice", "invoice_line", "quote", "quote_line", "integration", "calendarEvent", "to_do"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.expectedCost` (object)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.combined` (boolean)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.type` (string)
    This field can be used to categorize and/or group shipments by type, depending on the needs of a specific logistic process.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.remark` (string)
    Remark concerning the complete consignment, to be printed on the transport document.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.constraints` (array)
    In the context of a Consignment, constraints can be used to e.g. define minimum or maximum temperatures for consignments, or date time constraints for delivery.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.constraints.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.constraints.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.constraints.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.constraints.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.constraints.name` (string, required)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.constraints.enforceability` (string)
    Enum: "enforced", "preference"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.constraints.type` (string)
    Enum: "accessConstraint", "timeConstraint", "timeWindowsConstraint", "startDateTimeConstraint", "endDateTimeConstraint", "sizeConstraint", "weightConstraint", "speedConstraint", "sensorValueConstraint", "fuelTypeConstraint", "vehicleTypeConstraint", "emissionStandardConstraint", "attributeConstraint", "transportEquipmentTypeConstraint", "routeConstraint", "andConstraint", "orConstraint", "notConstraint", "genericConstraint"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.identifiers` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.consignment.attributes` (array)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.status` (string)
    Enum: "REQUESTED", "CONFIRMED", "CANCELLED", "COMPLETED", "FAILED"

  - `chauffeursTrips.trips.currentAction.timeslotBookings.bookingDate` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.bookingStartTime` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.bookingEndTime` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.bookedBy` (object)
    circular reference

  - `chauffeursTrips.trips.currentAction.timeslotBookings.bookedAt` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.confirmedAt` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.cancelledAt` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.cancellationReason` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.referenceNumber` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.notes` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.actualArrivalTime` (string)

  - `chauffeursTrips.trips.currentAction.timeslotBookings.actualDepartureTime` (string)

  - `chauffeursTrips.trips.currentAction.identifiers` (array)

  - `chauffeursTrips.trips.currentAction.constraints` (array)

  - `chauffeursTrips.trips.currentAction.communicationRequests` (array)

  - `chauffeursTrips.trips.currentAction.communicationRequests.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.currentAction.communicationRequests.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.currentAction.communicationRequests.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.currentAction.communicationRequests.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.currentAction.communicationRequests.name` (string)

  - `chauffeursTrips.trips.currentAction.communicationRequests.description` (string)

  - `chauffeursTrips.trips.currentAction.communicationRequests.status` (string)
    Enum: "pending", "processing", "success", "failure"

  - `chauffeursTrips.trips.currentAction.communicationRequests.responseMessage` (string)

  - `chauffeursTrips.trips.currentAction.communicationRequests.responseValue` (string)

  - `chauffeursTrips.trips.currentAction.communicationRequests.communicationRequests` (array)

  - `chauffeursTrips.trips.transportMode` (string)
    Enum: "maritime", "road", "rail", "air", "inlandWaterway"

  - `chauffeursTrips.trips.capacityContract` (object)

  - `chauffeursTrips.trips.vehicle` (object)

  - `chauffeursTrips.trips.vehicle.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.vehicle.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.vehicle.versionNumber` (integer)

  - `chauffeursTrips.trips.vehicle.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.vehicle.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.vehicle.hasAgreedToPrice` (boolean)

  - `chauffeursTrips.trips.vehicle.business` (object)
    circular reference

  - `chauffeursTrips.trips.vehicle.pictures` (array)

  - `chauffeursTrips.trips.vehicle.transportMode` (string)
    Enum: "maritime", "road", "rail", "air", "inlandWaterway"

  - `chauffeursTrips.trips.vehicle.loadCapacities` (array)

  - `chauffeursTrips.trips.vehicle.loadCapacities.value` (string)

  - `chauffeursTrips.trips.vehicle.loadCapacities.unit` (string)

  - `chauffeursTrips.trips.vehicle.loadLoadMeters` (object)

  - `chauffeursTrips.trips.vehicle.brand` (object)

  - `chauffeursTrips.trips.vehicle.brand.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.vehicle.brand.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.vehicle.brand.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.vehicle.brand.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.vehicle.brand.logo` (object)

  - `chauffeursTrips.trips.vehicle.brand.identifiers` (array)

  - `chauffeursTrips.trips.vehicle.brand.name` (string)

  - `chauffeursTrips.trips.vehicle.brand.description` (string)

  - `chauffeursTrips.trips.vehicle.brand.business` (object)
    circular reference

  - `chauffeursTrips.trips.vehicle.brand.url` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.vehicle.boardComputers.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.vehicle.boardComputers.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.vehicle.boardComputers.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.vehicle.boardComputers.name` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.type` (string)
    Enum: "vehicle", "meansOfTransport", "mobile"

  - `chauffeursTrips.trips.vehicle.boardComputers.active` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.boardComputerId` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.inviteCode` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.inviteUrl` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.integration` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.vehicle` (object)
    circular reference

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.type` (string)
    Enum: "transportEquipment", "items"

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.name` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.description` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.remark` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.barCode` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.quantity` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.weight` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.grossWeight` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.maxStackableWeight` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.width` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.height` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.length` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.loadMeters` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.description` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.expiresAt` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.fileName` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.mimeType` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.encoding` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.verified` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.isPublic` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.owner` (object)
    Association

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.content` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.content.id` (string)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.content.contentType` (string)
    Enum: "data", "uri"

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.file` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.identifiers` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.externalAttributes` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.documents.name` (string, required)
    The name of the document

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.actors` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.actors.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.actors.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.actors.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.actors.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.actors.name` (string, required)
    The name of the actor

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.actors.user` (object)
    circular reference

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.actors.identifiers` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.actors.contactDetails` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.actors.contactDetails.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.actors.contactDetails.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.actors.contactDetails.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.actors.contactDetails.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.actors.contactDetails.type` (string)
    Enum: "iban", "gln", "vatCode", "name", "lastName", "middleName", "firstName", "phone", "mobilePhone", "email", "language", "other"

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.actors.contactDetails.value` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.actors.contactDetails.remarks` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.actions` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.identifiers` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.loadWidth` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.loadHeight` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.loadLength` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.maxWeight` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.loadLoadMeters` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.equipmentType` (string)
    The type of equipment (Trailer/Chassis/Pallet/Box/etc.)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.equipmentSubType` (string)
    The subtype of equipment (EuroPallet/Dry van/Reefer Van/Lowbed/Backbone/Block pallet)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.licensePlate` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.vin` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.equipmentId` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.seal` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.requirementCodes` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.adr` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.adr.UNNumber` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.adr.language` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.adr.description` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.adr.technicalName` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.adr.waste` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.adr.environmentallyHazardous` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.adr.class` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.adr.classificationCode` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.adr.packagingGroup` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.adr.dangerLabels` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.adr.dangerNUmber` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.adr.tunnelCode` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.sensors` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.boardComputers` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.business` (object)
    circular reference

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.operational` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.internal` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.versionNumber` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.hasAgreedToPrice` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.type` (string)
    Enum: "internal", "internal_empty", "forwarded"

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.tripNr` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.remark` (string)
    The remark for Trip

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.status` (string)
    Enum: "draft", "requested", "accepted", "confirmed", "in_transit", "pending_completion", "completed", "cancelled", "modified"

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.planStatus` (string)
    Enum: "ok", "too_late", "too_early", "off_route"

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.routeStatus` (string)
    Enum: "on_route", "off_route"

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.currentAction` (object)
    circular reference

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.transportMode` (string)
    Enum: "maritime", "road", "rail", "air", "inlandWaterway"

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.capacityContract` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.vehicle` (object)
    circular reference

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.linkedTrip` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.chauffeurs` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.transportEquipments` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.consignments` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.contextEvents` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.documents` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.actors` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.actions` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.constraints` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.identifiers` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.businesses` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.teams` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.pricingElements` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.startDate` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.endDate` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.estimatedEndDate` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.kmStart` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.kmEnd` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.type` (string, required)
    The type of booking
    Enum: "maritime", "road", "air", "rail"

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.capacitySubType` (string)
    Enum: "load", "vehicle", "transport_equipment", "chauffeur"

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.name` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.bookingNumber` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.externalReference` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.versionNumber` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.orderId` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.type` (string)
    Enum: "standard", "urgent", "expected", "forwarded"

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.status` (string)
    Enum: "declined", "cancelled", "requested", "accepted", "calculated_trip", "partially_planned", "planned", "actual", "realized", "concept"

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.referenceDescription` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.executingBusiness` (object)
    circular reference

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.mailMessage` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.vat` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.deliveryTerms` (string)
    Enum: "EXW", "FCA", "FAS", "FOB", "CPT", "CIP", "CFR", "CIF", "DAP", "DPU", "DDP"

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.externalAttributes` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.team` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.documents` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.identifiers` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.pricingElements` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.notes` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.quote` (object)
    Quote

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.invoices` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.administration` (object)
    circular reference

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.shareSettings` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.shareSettings.isOpen` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.shareSettings.shareCode` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.shareSettings.validUntil` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.shareSettings.showTripTracking` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.shareSettings.showChauffeur` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.shareSettings.showVehicle` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.shareSettings.showDocuments` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.shareSettings.showCustomerDetails` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.template` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.expectedRevenue` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.expectedCost` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.name` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.description` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.customer` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.customer.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.customer.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.customer.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.customer.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.customer.contactPerson` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.customer.location` (object)
    circular reference

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.customer.business` (object)
    circular reference

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.customer.customer` (object)
    circular reference

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.consignments` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.transportOrder.contactDetails` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.capacityContract` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.quote` (object)
    Quote

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.invoice` (object)
    Invoice

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.status` (string)
    Enum: "draft", "submitted", "pendingConfirmation", "confirmed", "cancelled", "failed"

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.booking.identifiers` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.shareSettings` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.shareSettings.isOpen` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.shareSettings.shareCode` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.shareSettings.validUntil` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.externalAttributes` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.expectedCost` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.expectedRevenue` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.actualCost` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.quote` (object)
    Quote

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.invoice` (object)
    Invoice

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.CO2eWTW` (number)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.CO2eTTW` (number)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.firstAction` (object)
    circular reference

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.nextAction` (object)
    circular reference

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.lastAction` (object)
    circular reference

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.estimatedDuration` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.settings` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.settings.minimumEstimatedDurationUntilNextStartDateTimeConstraint` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.name` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.route` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.route.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.route.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.route.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.route.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.route.time` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.route.cost` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.route.distance` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.route.expenses` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.route.additionalInfo` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.route.lineString` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.route.actors` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.route.actions` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.route.identifiers` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.route.name` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.route.constraints` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.name` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.versionNumber` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.type` (string, required)
    The type of action
    Enum: "load", "unload", "handOver", "stop", "move", "attachTransportEquipment", "detachTransportEquipment", "attachChauffeur", "detachChauffeur", "genericAction", "wait", "break", "refuel", "customs", "weighing", "typeTakeAndReturn", "booking"

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.name` (string, required)
    The name of the action

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.groupId` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.externalAttributes` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.lifeCycle` (string, required)
    Enum: "requested", "planned", "projected", "actual", "realized"

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.result` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.remark` (string)
    The remark for this specific action

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.sequenceNr` (integer)
    The number in which order the Action occurs

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.tripSequenceNr` (integer)
    The number in which order the Action occurs within the trip

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.location` (object)
    LocationAssociation

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.startTime` (string)
    The start time of this

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.endTime` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.eta` (string)
    Estimated Time of Arrival

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.etd` (string)
    Estimated Time of Departure

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.timeFormat` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.recurrence` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.duration` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.estimatedDuration` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.inTripOnly` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.actions` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.documents` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.contextEvents` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.attributes` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.timeslotBookings` (array)
    Timeslot bookings associated with this action

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.trip` (object)
    TripAssociation

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.distanceToNextStop` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.identifiers` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.constraints` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stopAction.communicationRequests` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.type` (string)
    Enum: "vehicle", "transportEquipment"

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.length` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.width` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.height` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.loadLength` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.loadWidth` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.loadHeight` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.referencedEntityID` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.quantity` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.startingInstanceNo` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.excludedOccupantIDs` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.capacitorID` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.totalInstances` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.occupantsIDToQuantityMap` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.loadLength_Dx` (number)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.loadWidth_Dy` (number)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.loadHeight_Dz` (number)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.instancesStackPlan` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.instancesStackPlan.order` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.instancesStackPlan.capacitorObjectID` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.instancesStackPlan.capacitorInstanceNo` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.instancesStackPlan.occupantsIDToQuantityMap` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.instancesStackPlan.stackString` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stackedOccupants` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stackedOccupants.type` (string)
    Enum: "goods"

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stackedOccupants.length` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stackedOccupants.width` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stackedOccupants.height` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stackedOccupants.maxStackableWeight` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stackedOccupants.referencedEntityID` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stackedOccupants.quantity` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stackedOccupants.startingInstanceNo` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.stackedOccupants.specifiedCapacitorID` (string)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.unstackedOccupants` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.trip.stackMap.stackSnapshots.capacitorsStackPlan` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.capacityContract` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.pricingModules` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.constraints` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.attributes` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.axles` (array)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.axles.driveAxle` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.axles.liftAxle` (boolean)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.axles.sequenceNr` (integer)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.axles.legalAllowedLoad` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.transportEquipment.axles.technicalAllowedLoad` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.chauffeur` (object)

  - `chauffeursTrips.trips.vehicle.boardComputers.identifiers` (array)

  - `chauffeursTrips.trips.vehicle.notes` (array)

  - `chauffeursTrips.trips.vehicle.sensors` (array)

  - `chauffeursTrips.trips.vehicle.sensors.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.vehicle.sensors.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.vehicle.sensors.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.vehicle.sensors.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.vehicle.sensors.identifiers` (array)

  - `chauffeursTrips.trips.vehicle.sensors.externalAttributes` (object)

  - `chauffeursTrips.trips.vehicle.sensors.lastValueEvent` (object)
    circular reference

  - `chauffeursTrips.trips.vehicle.sensors.name` (string, required)
    Name of the Sensor, for display and search purposes only.

  - `chauffeursTrips.trips.vehicle.sensors.placement` (string)
    Sometimes more than one sensor can be associated with a single entity. This is the case e.g. in cooled trailers that are divided into compartments with different temperatures, where each compartment has its own sensor. The placement member can be used to identify where a sensor is placed. Parties using OpenTripModel to exchange sensor data may wish to agree on a standardized naming, but this is too specific to describe in the standard.

  - `chauffeursTrips.trips.vehicle.sensors.type` (string)
    Type of the sensor, e.g. temperature, speed, etc.
    Example: "temperature"

  - `chauffeursTrips.trips.vehicle.sensors.constraints` (array)

  - `chauffeursTrips.trips.vehicle.fleets` (array)

  - `chauffeursTrips.trips.vehicle.chat` (object)

  - `chauffeursTrips.trips.vehicle.trip` (object)

  - `chauffeursTrips.trips.vehicle.chauffeurs` (array)

  - `chauffeursTrips.trips.vehicle.transportEquipments` (array)

  - `chauffeursTrips.trips.vehicle.latestLocation` (object)
    circular reference

  - `chauffeursTrips.trips.vehicle.actors` (array)

  - `chauffeursTrips.trips.vehicle.identifiers` (array)

  - `chauffeursTrips.trips.vehicle.cameras` (array)

  - `chauffeursTrips.trips.vehicle.cameras.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.vehicle.cameras.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.vehicle.cameras.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.vehicle.cameras.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.vehicle.cameras.vehicle` (object)
    circular reference

  - `chauffeursTrips.trips.vehicle.cameras.type` (string)
    Enum: "telenormicCamera"

  - `chauffeursTrips.trips.vehicle.legalStatistics` (object)

  - `chauffeursTrips.trips.vehicle.legalStatistics.lastInstantOfAVehicleOwnerLocation` (string)

  - `chauffeursTrips.trips.vehicle.legalStatistics.countryCabotageStatistics` (object)

  - `chauffeursTrips.trips.vehicle.legalStatistics.lastInstantOfInternationalTrip` (string)

  - `chauffeursTrips.trips.vehicle.legalStatistics.lastInternationalTripDestinationCountry` (string)

  - `chauffeursTrips.trips.vehicle.capacityContract` (object)

  - `chauffeursTrips.trips.vehicle.pricingModules` (array)

  - `chauffeursTrips.trips.vehicle.name` (string)

  - `chauffeursTrips.trips.vehicle.description` (string)

  - `chauffeursTrips.trips.vehicle.vin` (string)

  - `chauffeursTrips.trips.vehicle.licensePlate` (string)

  - `chauffeursTrips.trips.vehicle.vehicleType` (string)

  - `chauffeursTrips.trips.vehicle.emissionStandard` (string)
    Enum: "euro0", "euro1", "euro2", "euro3", "euro4", "euro5", "euro6", "euro7", "euro_eev"

  - `chauffeursTrips.trips.vehicle.fuelCapacity` (object)

  - `chauffeursTrips.trips.vehicle.fuelType` (string)

  - `chauffeursTrips.trips.vehicle.maxLinks` (integer)

  - `chauffeursTrips.trips.vehicle.length` (object)

  - `chauffeursTrips.trips.vehicle.height` (object)

  - `chauffeursTrips.trips.vehicle.width` (object)

  - `chauffeursTrips.trips.vehicle.loadLength` (object)

  - `chauffeursTrips.trips.vehicle.loadHeight` (object)

  - `chauffeursTrips.trips.vehicle.loadWidth` (object)

  - `chauffeursTrips.trips.vehicle.maxWeight` (object)

  - `chauffeursTrips.trips.vehicle.emptyWeight` (object)

  - `chauffeursTrips.trips.vehicle.axles` (array)

  - `chauffeursTrips.trips.vehicle.operational` (boolean)

  - `chauffeursTrips.trips.vehicle.attributes` (array)

  - `chauffeursTrips.trips.linkedTrip` (boolean)

  - `chauffeursTrips.trips.chauffeurs` (array)

  - `chauffeursTrips.trips.transportEquipments` (array)

  - `chauffeursTrips.trips.consignments` (array)

  - `chauffeursTrips.trips.contextEvents` (array)

  - `chauffeursTrips.trips.documents` (array)

  - `chauffeursTrips.trips.actors` (array)

  - `chauffeursTrips.trips.actions` (array)

  - `chauffeursTrips.trips.constraints` (array)

  - `chauffeursTrips.trips.identifiers` (array)

  - `chauffeursTrips.trips.businesses` (array)

  - `chauffeursTrips.trips.businesses.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.businesses.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.businesses.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.businesses.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.businesses.relationType` (string)

  - `chauffeursTrips.trips.businesses.preferredLanguage` (object)

  - `chauffeursTrips.trips.businesses.transportLicenseNumber` (string)

  - `chauffeursTrips.trips.businesses.eori` (string)

  - `chauffeursTrips.trips.businesses.scacCode` (string)

  - `chauffeursTrips.trips.businesses.industry` (object)

  - `chauffeursTrips.trips.businesses.industry.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.businesses.industry.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.businesses.industry.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.businesses.industry.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.businesses.industry.enabled` (boolean)

  - `chauffeursTrips.trips.businesses.industry.name` (string)

  - `chauffeursTrips.trips.businesses.industry.abbreviated` (string)

  - `chauffeursTrips.trips.businesses.invoiceAttentionTo` (string)

  - `chauffeursTrips.trips.businesses.invoiceEmail` (string)

  - `chauffeursTrips.trips.businesses.quoteAttentionTo` (string)

  - `chauffeursTrips.trips.businesses.quoteEmail` (string)

  - `chauffeursTrips.trips.businesses.verified` (boolean)

  - `chauffeursTrips.trips.businesses.documents` (array)

  - `chauffeursTrips.trips.businesses.logo` (object)

  - `chauffeursTrips.trips.businesses.banners` (array)

  - `chauffeursTrips.trips.businesses.locations` (array)

  - `chauffeursTrips.trips.businesses.locations.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.businesses.locations.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.businesses.locations.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.businesses.locations.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.businesses.locations.type` (string)
    Enum: "warehouse", "store", "environmentalZone", "restrictedArea", "customer", "parkingSpot", "loadingUnloadingArea", "operationalBase", "fuelStation"

  - `chauffeursTrips.trips.businesses.locations.name` (string)

  - `chauffeursTrips.trips.businesses.locations.unCode` (string)

  - `chauffeursTrips.trips.businesses.locations.geoReference` (object)

  - `chauffeursTrips.trips.businesses.locations.geoReference.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.businesses.locations.geoReference.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.businesses.locations.geoReference.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.businesses.locations.geoReference.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.businesses.locations.geoReference.type` (string)
    Enum: "addressGeoReference", "zoneGeoReference", "tmcArrayGeoReference", "tmcLocationGeoReference", "openLRGeoReference", "GeoReference", "Feature", "latLonArrayGeoReference", "latLonPointGeoReference"

  - `chauffeursTrips.trips.businesses.locations.administrativeReference` (object)

  - `chauffeursTrips.trips.businesses.locations.administrativeReference.name` (string)

  - `chauffeursTrips.trips.businesses.locations.administrativeReference.street` (string)

  - `chauffeursTrips.trips.businesses.locations.administrativeReference.houseNumber` (string)

  - `chauffeursTrips.trips.businesses.locations.administrativeReference.houseNumberAddition` (string)

  - `chauffeursTrips.trips.businesses.locations.administrativeReference.postalCode` (string)

  - `chauffeursTrips.trips.businesses.locations.administrativeReference.city` (string)

  - `chauffeursTrips.trips.businesses.locations.administrativeReference.country` (string)

  - `chauffeursTrips.trips.businesses.locations.contactDetails` (array)

  - `chauffeursTrips.trips.businesses.locations.contactPersons` (array)

  - `chauffeursTrips.trips.businesses.locations.openingTimes` (object)

  - `chauffeursTrips.trips.businesses.locations.openingTimes.monday` (object)

  - `chauffeursTrips.trips.businesses.locations.openingTimes.monday.start` (string)

  - `chauffeursTrips.trips.businesses.locations.openingTimes.monday.end` (string)

  - `chauffeursTrips.trips.businesses.locations.openingTimes.monday.open` (boolean)

  - `chauffeursTrips.trips.businesses.locations.openingTimes.monday.day` (string)

  - `chauffeursTrips.trips.businesses.locations.openingTimes.monday.name` (string)

  - `chauffeursTrips.trips.businesses.locations.openingTimes.monday.description` (string)

  - `chauffeursTrips.trips.businesses.locations.openingTimes.tuesday` (object)

  - `chauffeursTrips.trips.businesses.locations.openingTimes.wednesday` (object)

  - `chauffeursTrips.trips.businesses.locations.openingTimes.thursday` (object)

  - `chauffeursTrips.trips.businesses.locations.openingTimes.friday` (object)

  - `chauffeursTrips.trips.businesses.locations.openingTimes.saturday` (object)

  - `chauffeursTrips.trips.businesses.locations.openingTimes.sunday` (object)

  - `chauffeursTrips.trips.businesses.locations.terminal` (object)

  - `chauffeursTrips.trips.businesses.locations.terminal.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.businesses.locations.terminal.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.businesses.locations.terminal.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.businesses.locations.terminal.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.businesses.locations.terminal.name` (string, required)

  - `chauffeursTrips.trips.businesses.locations.terminal.integrationType` (string)
    Enum: "portbase", "psa", "dpworld"

  - `chauffeursTrips.trips.businesses.locations.terminal.ean` (string)

  - `chauffeursTrips.trips.businesses.locations.terminal.bicsCode` (string)

  - `chauffeursTrips.trips.businesses.locations.terminal.quayName` (string)

  - `chauffeursTrips.trips.businesses.locations.terminal.smdgCode` (string)

  - `chauffeursTrips.trips.businesses.locations.terminal.locations` (array)

  - `chauffeursTrips.trips.businesses.locations.terminal.allowedModalities` (array)

  - `chauffeursTrips.trips.businesses.locations.terminal.terminalSettings` (array)

  - `chauffeursTrips.trips.businesses.locations.terminal.terminalSettings.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `chauffeursTrips.trips.businesses.locations.terminal.terminalSettings.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `chauffeursTrips.trips.businesses.locations.terminal.terminalSettings.createdAt` (string)
    The date and time this Entity has been created

  - `chauffeursTrips.trips.businesses.locations.terminal.terminalSettings.updatedAt` (string)
    The date and time this Entity has been updated

  - `chauffeursTrips.trips.businesses.locations.terminal.terminalSettings.loading` (boolean)

  - `chauffeursTrips.trips.businesses.locations.terminal.terminalSettings.full` (boolean)

  - `chauffeursTrips.trips.businesses.locations.terminal.terminalSettings.modality` (string)

  - `chauffeursTrips.trips.businesses.locations.terminal.terminalSettings.sealNumberAllowed` (boolean)

  - `chauffeursTrips.trips.businesses.locations.terminal.terminalSettings.reeferAllowed` (boolean)

  - `chauffeursTrips.trips.businesses.locations.terminal.terminalSettings.grossWeightAllowed` (boolean)

  - `chauffeursTrips.trips.businesses.locations.terminal.terminalSettings.outOfGaugeAllowed` (boolean)

  - `chauffeursTrips.trips.businesses.locations.terminal.terminalSettings.dangerousGoodsAllowed` (boolean)

  - `chauffeursTrips.trips.businesses.locations.terminal.terminalSettings.cargoCutOffInMinutes` (integer)

  - `chauffeursTrips.trips.businesses.locations.terminal.tarRequired` (boolean)

  - `chauffeursTrips.trips.businesses.locations.terminal.roadLicenseIdRequired` (boolean)

  - `chauffeursTrips.trips.businesses.locations.pricingElements` (array)

  - `chauffeursTrips.trips.businesses.locations.hash` (string)

  - `chauffeursTrips.trips.businesses.locations.identifiers` (array)

  - `chauffeursTrips.trips.businesses.locations.externalAttributes` (object)

  - `chauffeursTrips.trips.businesses.locations.attributes` (array)

  - `chauffeursTrips.trips.businesses.locations.requiresTimeslotBooking` (boolean)

  - `chauffeursTrips.trips.businesses.locations.loadingDocks` (array)

  - `chauffeursTrips.trips.businesses.locations.dataIsComplete` (boolean)

  - `chauffeursTrips.trips.businesses.locations.actions` (array)

  - `chauffeursTrips.trips.businesses.locations.constraints` (array)

  - `chauffeursTrips.trips.businesses.locations.remark` (string)

  - `chauffeursTrips.trips.businesses.identification` (array)

  - `chauffeursTrips.trips.businesses.identifiers` (array)

  - `chauffeursTrips.trips.businesses.contactPersons` (array)

  - `chauffeursTrips.trips.businesses.partOf` (array)

  - `chauffeursTrips.trips.businesses.administration` (object)
    circular reference

  - `chauffeursTrips.trips.businesses.dataIsComplete` (boolean)

  - `chauffeursTrips.trips.businesses.pricingConfigurationCount` (integer)

  - `chauffeursTrips.trips.businesses.name` (string)

  - `chauffeursTrips.trips.businesses.alias` (string)

  - `chauffeursTrips.trips.businesses.description` (string)

  - `chauffeursTrips.trips.businesses.website` (string)

  - `chauffeursTrips.trips.businesses.coc` (string)

  - `chauffeursTrips.trips.businesses.vat` (string)

  - `chauffeursTrips.trips.businesses.contactDetails` (array)

  - `chauffeursTrips.trips.businesses.notes` (array)

  - `chauffeursTrips.trips.teams` (array)

  - `chauffeursTrips.trips.pricingElements` (array)

  - `chauffeursTrips.trips.startDate` (string)

  - `chauffeursTrips.trips.endDate` (string)

  - `chauffeursTrips.trips.estimatedEndDate` (string)

  - `chauffeursTrips.trips.kmStart` (integer)

  - `chauffeursTrips.trips.kmEnd` (integer)

  - `chauffeursTrips.trips.booking` (object)

  - `chauffeursTrips.trips.shareSettings` (object)

  - `chauffeursTrips.trips.externalAttributes` (object)

  - `chauffeursTrips.trips.expectedCost` (object)

  - `chauffeursTrips.trips.expectedRevenue` (object)

  - `chauffeursTrips.trips.actualCost` (object)

  - `chauffeursTrips.trips.quote` (object)
    Quote

  - `chauffeursTrips.trips.invoice` (object)
    Invoice

  - `chauffeursTrips.trips.CO2eWTW` (number)

  - `chauffeursTrips.trips.CO2eTTW` (number)

  - `chauffeursTrips.trips.firstAction` (object)

  - `chauffeursTrips.trips.nextAction` (object)

  - `chauffeursTrips.trips.lastAction` (object)

  - `chauffeursTrips.trips.estimatedDuration` (integer)

  - `chauffeursTrips.trips.settings` (object)

  - `chauffeursTrips.trips.name` (string)

  - `chauffeursTrips.trips.route` (object)

  - `chauffeursTrips.trips.stackMap` (object)


