# Get tenders

Search list of tenders based on query and params

Endpoint: POST /tenders/{offset}/{amount}
Version: 0.9.74
Security: bearer, apiKey, apiSecret

## Header parameters:

  - `Authorization` (string, required)

## Path parameters:

  - `offset` (integer, required)

  - `amount` (string, required)

## Request fields (application/json):

  - `query` (string)

  - `status` (string)
    Filter on a single status (deprecated, use statuses)
    Enum: "concept", "open", "accepted", "closed"

  - `statuses` (array)
    Filter on multiple statuses

  - `sources` (array)
    Filter on multiple sources

  - `source` (string)
    Filter on a single source (deprecated, use sources)
    Enum: "INTERNAL", "TIMOCOM", "TRANS_EU", "TELEROUTE", "FREIGHTOS", "DAT", "SENNDER", "API_INBOUND", "UTURN"

  - `types` (array)
    Filter on tender type (ONE_TIME, REOCCURRING)

  - `user` (string)
    The user ID who created the Tender

  - `business` (string)
    The business ID who created the Tender

  - `customers` (array)
    Filter by business IDs (customers)

  - `teams` (array)
    Filter by team IDs

  - `minTargetPrice` (number)
    Minimum target price amount

  - `maxTargetPrice` (number)
    Maximum target price amount

  - `minBidCount` (integer)
    Minimum total bid count

  - `maxBidCount` (integer)
    Maximum total bid count

  - `autoAccept` (boolean)
    Filter tenders with acceptAutomaticallyAtTargetPrice enabled

  - `externalPlatform` (string)
    Filter by external platform name

  - `createdAt` (object)

  - `createdAt.id` (string)

  - `createdAt.start` (string)

  - `createdAt.end` (string)

  - `currentLocationRadius` (object)

  - `currentLocationRadius.location` (object)

  - `currentLocationRadius.location.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.

  - `currentLocationRadius.location.uuid` (string, required)

  - `currentLocationRadius.location.primaryPlatformId` (string, required)

  - `currentLocationRadius.location.language` (object)
    circular reference

  - `currentLocationRadius.location.type` (string)
    Enum: "warehouse", "store", "environmentalZone", "restrictedArea", "customer", "parkingSpot", "loadingUnloadingArea", "operationalBase", "fuelStation"

  - `currentLocationRadius.location.name` (string)

  - `currentLocationRadius.location.unCode` (string)

  - `currentLocationRadius.location.geoReference` (object)

  - `currentLocationRadius.location.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.

  - `currentLocationRadius.location.geoReference.uuid` (string, required)

  - `currentLocationRadius.location.geoReference.primaryPlatformId` (string, required)

  - `currentLocationRadius.location.geoReference.language` (object)
    circular reference

  - `currentLocationRadius.location.geoReference.type` (string)
    Enum: "addressGeoReference", "zoneGeoReference", "tmcArrayGeoReference", "tmcLocationGeoReference", "openLRGeoReference", "GeoReference", "Feature", "latLonArrayGeoReference", "latLonPointGeoReference"

  - `currentLocationRadius.location.administrativeReference` (object)

  - `currentLocationRadius.location.administrativeReference.name` (string)

  - `currentLocationRadius.location.administrativeReference.street` (string)

  - `currentLocationRadius.location.administrativeReference.houseNumber` (string)

  - `currentLocationRadius.location.administrativeReference.houseNumberAddition` (string)

  - `currentLocationRadius.location.administrativeReference.postalCode` (string)

  - `currentLocationRadius.location.administrativeReference.city` (string)

  - `currentLocationRadius.location.administrativeReference.country` (string)

  - `currentLocationRadius.location.contactDetails` (array)

  - `currentLocationRadius.location.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.

  - `currentLocationRadius.location.contactDetails.uuid` (string, required)

  - `currentLocationRadius.location.contactDetails.primaryPlatformId` (string, required)

  - `currentLocationRadius.location.contactDetails.language` (object)
    circular reference

  - `currentLocationRadius.location.contactDetails.type` (string)
    Enum: "iban", "gln", "vatCode", "name", "lastName", "middleName", "firstName", "phone", "mobilePhone", "email", "language", "other"

  - `currentLocationRadius.location.contactDetails.value` (string)

  - `currentLocationRadius.location.contactDetails.remarks` (string)

  - `currentLocationRadius.location.openingTimes` (object)

  - `currentLocationRadius.location.openingTimes.monday` (object)

  - `currentLocationRadius.location.openingTimes.monday.start` (string)

  - `currentLocationRadius.location.openingTimes.monday.end` (string)

  - `currentLocationRadius.location.openingTimes.monday.open` (boolean)

  - `currentLocationRadius.location.openingTimes.monday.day` (string)

  - `currentLocationRadius.location.openingTimes.monday.name` (string)

  - `currentLocationRadius.location.openingTimes.monday.description` (string)

  - `currentLocationRadius.location.openingTimes.tuesday` (object)

  - `currentLocationRadius.location.openingTimes.wednesday` (object)

  - `currentLocationRadius.location.openingTimes.thursday` (object)

  - `currentLocationRadius.location.openingTimes.friday` (object)

  - `currentLocationRadius.location.openingTimes.saturday` (object)

  - `currentLocationRadius.location.openingTimes.sunday` (object)

  - `currentLocationRadius.location.terminal` (object)

  - `currentLocationRadius.location.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.

  - `currentLocationRadius.location.terminal.uuid` (string, required)

  - `currentLocationRadius.location.terminal.primaryPlatformId` (string, required)

  - `currentLocationRadius.location.terminal.language` (object)
    circular reference

  - `currentLocationRadius.location.terminal.name` (string, required)

  - `currentLocationRadius.location.terminal.integrationType` (string)
    Enum: "portbase", "psa", "dpworld"

  - `currentLocationRadius.location.terminal.ean` (string)

  - `currentLocationRadius.location.terminal.bicsCode` (string)

  - `currentLocationRadius.location.terminal.quayName` (string)

  - `currentLocationRadius.location.terminal.smdgCode` (string)

  - `currentLocationRadius.location.terminal.locations` (array)

  - `currentLocationRadius.location.terminal.allowedModalities` (array)

  - `currentLocationRadius.location.terminal.terminalSettings` (array)

  - `currentLocationRadius.location.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.

  - `currentLocationRadius.location.terminal.terminalSettings.uuid` (string, required)

  - `currentLocationRadius.location.terminal.terminalSettings.primaryPlatformId` (string, required)

  - `currentLocationRadius.location.terminal.terminalSettings.language` (object)
    circular reference

  - `currentLocationRadius.location.terminal.terminalSettings.loading` (boolean)

  - `currentLocationRadius.location.terminal.terminalSettings.full` (boolean)

  - `currentLocationRadius.location.terminal.terminalSettings.modality` (string)

  - `currentLocationRadius.location.terminal.terminalSettings.sealNumberAllowed` (boolean)

  - `currentLocationRadius.location.terminal.terminalSettings.reeferAllowed` (boolean)

  - `currentLocationRadius.location.terminal.terminalSettings.grossWeightAllowed` (boolean)

  - `currentLocationRadius.location.terminal.terminalSettings.outOfGaugeAllowed` (boolean)

  - `currentLocationRadius.location.terminal.terminalSettings.dangerousGoodsAllowed` (boolean)

  - `currentLocationRadius.location.terminal.terminalSettings.cargoCutOffInMinutes` (integer)

  - `currentLocationRadius.location.terminal.tarRequired` (boolean)

  - `currentLocationRadius.location.terminal.roadLicenseIdRequired` (boolean)

  - `currentLocationRadius.location.actions` (array)

  - `currentLocationRadius.location.actions.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.

  - `currentLocationRadius.location.actions.uuid` (string, required)

  - `currentLocationRadius.location.actions.primaryPlatformId` (string, required)

  - `currentLocationRadius.location.actions.language` (object)
    circular reference

  - `currentLocationRadius.location.actions.type` (string)
    Enum: "load", "unload", "handOver", "stop", "move", "attachTransportEquipment", "detachTransportEquipment", "attachChauffeur", "detachChauffeur", "genericAction", "wait", "break", "refuel", "customs", "weighing", "typeTakeAndReturn", "booking"

  - `currentLocationRadius.location.actions.groupId` (string)

  - `currentLocationRadius.location.actions.name` (string, required)
    The name of the action

  - `currentLocationRadius.location.actions.externalAttributes` (object)

  - `currentLocationRadius.location.actions.identifiers` (array)

  - `currentLocationRadius.location.actions.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.

  - `currentLocationRadius.location.actions.identifiers.uuid` (string, required)

  - `currentLocationRadius.location.actions.identifiers.primaryPlatformId` (string, required)

  - `currentLocationRadius.location.actions.identifiers.language` (object)
    circular reference

  - `currentLocationRadius.location.actions.identifiers.name` (string)

  - `currentLocationRadius.location.actions.identifiers.system` (string)

  - `currentLocationRadius.location.actions.identifiers.value` (string)

  - `currentLocationRadius.location.actions.identifiers.expiredAt` (string)

  - `currentLocationRadius.location.actions.lifeCycle` (string)
    Enum: "requested", "planned", "projected", "actual", "realized"

  - `currentLocationRadius.location.actions.result` (object)

  - `currentLocationRadius.location.actions.result.status` (string)
    Enum: "succeeded", "failed", "partiallySucceeded", "cancelled"

  - `currentLocationRadius.location.actions.result.remark` (string)

  - `currentLocationRadius.location.actions.result.reason` (string)

  - `currentLocationRadius.location.actions.result.results` (array)

  - `currentLocationRadius.location.actions.result.answers` (object)

  - `currentLocationRadius.location.actions.result.attachments` (array)

  - `currentLocationRadius.location.actions.result.attachments.questionId` (string)

  - `currentLocationRadius.location.actions.result.attachments.type` (string)
    Enum: "photo", "signature", "document"

  - `currentLocationRadius.location.actions.result.attachments.documentId` (string)

  - `currentLocationRadius.location.actions.result.attachments.dataUrl` (string)

  - `currentLocationRadius.location.actions.remark` (string)

  - `currentLocationRadius.location.actions.sequenceNr` (integer)
    The number in which order the Action occurs

  - `currentLocationRadius.location.actions.tripSequenceNr` (integer)
    The number in which order the Action occurs within the trip

  - `currentLocationRadius.location.actions.location` (object)

  - `currentLocationRadius.location.actions.location.associationType` (string)
    Enum: "inline", "reference"

  - `currentLocationRadius.location.actions.startTime` (string)

  - `currentLocationRadius.location.actions.endTime` (string)

  - `currentLocationRadius.location.actions.eta` (string)

  - `currentLocationRadius.location.actions.etd` (string)

  - `currentLocationRadius.location.actions.timeFormat` (string)

  - `currentLocationRadius.location.actions.recurrence` (string)

  - `currentLocationRadius.location.actions.duration` (integer)
    The actual duration of the action in minutes

  - `currentLocationRadius.location.actions.estimatedDuration` (integer)
    The estimated duration of the action in minutes

  - `currentLocationRadius.location.actions.inTripOnly` (boolean)

  - `currentLocationRadius.location.actions.actions` (array)

  - `currentLocationRadius.location.actions.actions.associationType` (string)
    Enum: "inline", "reference"

  - `currentLocationRadius.location.actions.communicationRequests` (array)

  - `currentLocationRadius.location.actions.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.

  - `currentLocationRadius.location.actions.communicationRequests.uuid` (string, required)

  - `currentLocationRadius.location.actions.communicationRequests.primaryPlatformId` (string, required)

  - `currentLocationRadius.location.actions.communicationRequests.language` (object)
    circular reference

  - `currentLocationRadius.location.actions.communicationRequests.name` (string)

  - `currentLocationRadius.location.actions.communicationRequests.description` (string)

  - `currentLocationRadius.location.actions.communicationRequests.status` (string)
    Enum: "pending", "processing", "success", "failure"

  - `currentLocationRadius.location.actions.communicationRequests.responseMessage` (string)

  - `currentLocationRadius.location.actions.communicationRequests.responseValue` (string)

  - `currentLocationRadius.location.actions.documents` (array)

  - `currentLocationRadius.location.actions.documents.associationType` (string)
    Enum: "inline", "reference"

  - `currentLocationRadius.location.actions.contextEvents` (array)

  - `currentLocationRadius.location.actions.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.

  - `currentLocationRadius.location.actions.contextEvents.uuid` (string, required)

  - `currentLocationRadius.location.actions.contextEvents.primaryPlatformId` (string, required)

  - `currentLocationRadius.location.actions.contextEvents.language` (object)
    circular reference

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

  - `currentLocationRadius.location.actions.contextEvents.lifeCycle` (string)
    Enum: "requested", "planned", "projected", "actual", "realized"

  - `currentLocationRadius.location.actions.contextEvents.externalAttributes` (object)

  - `currentLocationRadius.location.actions.contextEvents.identifiers` (array)

  - `currentLocationRadius.location.actions.contextEvents.dateTime` (string)

  - `currentLocationRadius.location.actions.attributes` (array)

  - `currentLocationRadius.location.actions.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.

  - `currentLocationRadius.location.actions.attributes.uuid` (string, required)

  - `currentLocationRadius.location.actions.attributes.primaryPlatformId` (string, required)

  - `currentLocationRadius.location.actions.attributes.language` (object)
    circular reference

  - `currentLocationRadius.location.actions.attributes.name` (string)

  - `currentLocationRadius.location.actions.attributes.color` (string)

  - `currentLocationRadius.location.actions.versionNumber` (integer)

  - `currentLocationRadius.location.actions.constraints` (array)

  - `currentLocationRadius.location.actions.constraints.associationType` (string, required)

  - `currentLocationRadius.location.constraints` (array)

  - `currentLocationRadius.location.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.

  - `currentLocationRadius.location.constraints.uuid` (string, required)

  - `currentLocationRadius.location.constraints.primaryPlatformId` (string, required)

  - `currentLocationRadius.location.constraints.language` (object)
    circular reference

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

  - `currentLocationRadius.location.constraints.name` (string)

  - `currentLocationRadius.location.constraints.enforceability` (string)
    Enum: "enforced", "preference"

  - `currentLocationRadius.location.pricingElements` (array)

  - `currentLocationRadius.location.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.

  - `currentLocationRadius.location.pricingElements.uuid` (string, required)

  - `currentLocationRadius.location.pricingElements.primaryPlatformId` (string, required)

  - `currentLocationRadius.location.pricingElements.language` (object)
    circular reference

  - `currentLocationRadius.location.pricingElements.sequenceNr` (integer)

  - `currentLocationRadius.location.pricingElements.quantity` (integer)

  - `currentLocationRadius.location.pricingElements.name` (string)

  - `currentLocationRadius.location.pricingElements.description` (string)

  - `currentLocationRadius.location.pricingElements.category` (object)

  - `currentLocationRadius.location.pricingElements.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.

  - `currentLocationRadius.location.pricingElements.category.uuid` (string, required)

  - `currentLocationRadius.location.pricingElements.category.primaryPlatformId` (string, required)

  - `currentLocationRadius.location.pricingElements.category.language` (object)
    circular reference

  - `currentLocationRadius.location.pricingElements.category.name` (string)

  - `currentLocationRadius.location.pricingElements.category.creditCode` (string)

  - `currentLocationRadius.location.pricingElements.category.debitCode` (string)

  - `currentLocationRadius.location.pricingElements.category.defaultValue` (number)

  - `currentLocationRadius.location.pricingElements.category.enabled` (boolean)

  - `currentLocationRadius.location.pricingElements.category.tripRevenue` (boolean)

  - `currentLocationRadius.location.pricingElements.business` (object)
    circular reference

  - `currentLocationRadius.location.remark` (string)

  - `currentLocationRadius.location.hash` (string)

  - `currentLocationRadius.location.identifiers` (array)

  - `currentLocationRadius.location.externalAttributes` (object)

  - `currentLocationRadius.location.dataIsComplete` (boolean)

  - `currentLocationRadius.radius` (number)

  - `nextActionLocationRadius` (object)

  - `lastActionLocationRadius` (object)

  - `corridor` (object)
    Find tenders along a route corridor between two locations

  - `corridor.fromLocation` (object)

  - `corridor.toLocation` (object)

  - `corridor.corridorWidth` (number)
    Corridor width in kilometers (distance from route)

  - `corridor.transportMode` (string)
    Transport mode for route calculation (ROAD, MARITIME, RAIL, AIR). Defaults to ROAD.
    Enum: "maritime", "road", "rail", "air", "inlandWaterway"

  - `corridor.vehicleId` (string)
    Vehicle ID to use for route calculation (uses vehicle's transport mode and profile)

  - `sortBy` (array)

  - `sortBy.fields` (array)

  - `sortBy.sortDirection` (string)
    Enum: "asc", "desc"

  - `nextAction.constraints.startDateTime` (object)

  - `nextAction.constraints.endDateTime` (object)

  - `lastAction.constraints.startDateTime` (object)

  - `lastAction.constraints.endDateTime` (object)

## Response 200 fields (application/json):

  - `success` (boolean)

  - `message` (string)

  - `code` (integer)

  - `tender` (object)

  - `tender.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

  - `tender.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.

  - `tender.uuid` (string, required)

  - `tender.primaryPlatformId` (string, required)

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

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

  - `tender.language` (object)

  - `tender.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

  - `tender.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.

  - `tender.language.uuid` (string, required)

  - `tender.language.primaryPlatformId` (string, required)

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

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

  - `tender.language.language` (object)
    circular reference

  - `tender.language.platforms` (array)

  - `tender.language.platforms.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

  - `tender.language.platforms.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.

  - `tender.language.platforms.uuid` (string, required)

  - `tender.language.platforms.primaryPlatformId` (string, required)

  - `tender.language.platforms.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.language` (object)
    circular reference

  - `tender.language.platforms.name` (string)

  - `tender.language.platforms.nameSpace` (string)

  - `tender.language.platforms.logo` (object)

  - `tender.language.platforms.logo.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

  - `tender.language.platforms.logo.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.

  - `tender.language.platforms.logo.uuid` (string, required)

  - `tender.language.platforms.logo.primaryPlatformId` (string, required)

  - `tender.language.platforms.logo.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.logo.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.logo.language` (object)
    circular reference

  - `tender.language.platforms.logo.url` (string)

  - `tender.language.platforms.logo.path` (string)

  - `tender.language.platforms.logo.name` (string)

  - `tender.language.platforms.logo.originalName` (string)

  - `tender.language.platforms.logo.size` (integer)

  - `tender.language.platforms.logo.purpose` (string)

  - `tender.language.platforms.logo.type` (string)
    Enum: "IMAGE", "VIDEO", "MUSIC", "WORD", "EXCEL", "CSV", "PDF", "EMAIL", "JSON"

  - `tender.language.platforms.logo.mimeType` (string)

  - `tender.language.platforms.logo.extension` (string)

  - `tender.language.platforms.logo.identifiers` (array)

  - `tender.language.platforms.logo.bucket` (object)

  - `tender.language.platforms.logo.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

  - `tender.language.platforms.logo.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.

  - `tender.language.platforms.logo.bucket.uuid` (string, required)

  - `tender.language.platforms.logo.bucket.primaryPlatformId` (string, required)

  - `tender.language.platforms.logo.bucket.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.logo.bucket.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.logo.bucket.language` (object)
    circular reference

  - `tender.language.platforms.logo.bucket.name` (string)

  - `tender.language.platforms.logo.uploadedAt` (string)

  - `tender.language.platforms.logo.tempFile` (string)

  - `tender.language.platforms.logo.contentMatrix` (array)

  - `tender.language.platforms.favicon` (object)

  - `tender.language.platforms.hostNames` (array)

  - `tender.language.platforms.hostNames.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

  - `tender.language.platforms.hostNames.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.

  - `tender.language.platforms.hostNames.uuid` (string, required)

  - `tender.language.platforms.hostNames.primaryPlatformId` (string, required)

  - `tender.language.platforms.hostNames.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.hostNames.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.hostNames.language` (object)
    circular reference

  - `tender.language.platforms.hostNames.hostName` (string)

  - `tender.language.platforms.features` (array)

  - `tender.language.platforms.features.name` (string)

  - `tender.language.platforms.features.accountTypes` (array)
    Enum: "default", "customer", "supplier", "planning", "financial"

  - `tender.language.platforms.allowedEmailDomains` (array)

  - `tender.language.platforms.emailIntegration` (object)

  - `tender.language.platforms.emailIntegration.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

  - `tender.language.platforms.emailIntegration.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.

  - `tender.language.platforms.emailIntegration.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.type` (string)
    Enum: "manual", "configured", "messageAutomation", "fileTemplate", "apiAccess"

  - `tender.language.platforms.emailIntegration.name` (string)

  - `tender.language.platforms.emailIntegration.description` (string)

  - `tender.language.platforms.emailIntegration.schedule` (object)

  - `tender.language.platforms.emailIntegration.schedule.integrationSchedulerScheduleValue` (integer)

  - `tender.language.platforms.emailIntegration.schedule.integrationSchedulerScheduleType` (string)
    Enum: "seconds", "minutes", "hours", "days", "months"

  - `tender.language.platforms.emailIntegration.schedule.milliseconds` (integer)

  - `tender.language.platforms.emailIntegration.dataSources` (array)

  - `tender.language.platforms.emailIntegration.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

  - `tender.language.platforms.emailIntegration.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.

  - `tender.language.platforms.emailIntegration.dataSources.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.dataSources.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.dataSources.directionType` (string)
    Enum: "in", "out"

  - `tender.language.platforms.emailIntegration.dataSources.connectionType` (string)
    Enum: "api", "ftp", "sftp", "sql", "web_hook", "email", "virtual_ftp"

  - `tender.language.platforms.emailIntegration.dataSources.requestMethod` (string)
    Enum: "get", "post", "put", "patch", "delete"

  - `tender.language.platforms.emailIntegration.dataSources.dataType` (string)
    Enum: "xml", "json", "csv", "empty"

  - `tender.language.platforms.emailIntegration.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"

  - `tender.language.platforms.emailIntegration.dataSources.url` (string)

  - `tender.language.platforms.emailIntegration.dataSources.port` (integer)

  - `tender.language.platforms.emailIntegration.dataSources.path` (string)

  - `tender.language.platforms.emailIntegration.dataSources.token` (string)

  - `tender.language.platforms.emailIntegration.dataSources.query` (string)

  - `tender.language.platforms.emailIntegration.dataSources.parameters` (array)

  - `tender.language.platforms.emailIntegration.dataSources.parameters.sequenceNr` (integer)

  - `tender.language.platforms.emailIntegration.dataSources.parameters.type` (string)
    Enum: "constant", "string", "integer", "float", "datetime", "duration", "date", "time", "boolean", "object", "array", "filters", "table"

  - `tender.language.platforms.emailIntegration.dataSources.parameters.regex` (string)

  - `tender.language.platforms.emailIntegration.dataSources.parameters.format` (string)

  - `tender.language.platforms.emailIntegration.dataSources.parameters.locale` (string)

  - `tender.language.platforms.emailIntegration.dataSources.parameters.zoneId` (string)

  - `tender.language.platforms.emailIntegration.dataSources.parameters.incomingPath` (string)

  - `tender.language.platforms.emailIntegration.dataSources.parameters.outgoingPath` (string)

  - `tender.language.platforms.emailIntegration.dataSources.parameters.insertRegexSelector` (string)

  - `tender.language.platforms.emailIntegration.dataSources.parameters.insertType` (string)
    Enum: "before", "replace", "after"

  - `tender.language.platforms.emailIntegration.dataSources.parameters.insertValue` (string)

  - `tender.language.platforms.emailIntegration.dataSources.parameters.defaultValue` (string)

  - `tender.language.platforms.emailIntegration.dataSources.parameters.fields` (array)

  - `tender.language.platforms.emailIntegration.dataSources.parameters.filters` (array)

  - `tender.language.platforms.emailIntegration.dataSources.parameters.filters.selector` (string)

  - `tender.language.platforms.emailIntegration.dataSources.parameters.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"

  - `tender.language.platforms.emailIntegration.dataSources.parameters.filters.value` (string)

  - `tender.language.platforms.emailIntegration.dataSources.parameters.filters.linkType` (string)
    Enum: "and", "or"

  - `tender.language.platforms.emailIntegration.dataSources.parameters.filters.filters` (array)

  - `tender.language.platforms.emailIntegration.dataSources.parameters.filters.sequenceNr` (integer)

  - `tender.language.platforms.emailIntegration.dataSources.parameters.filters.valueSelector` (string)

  - `tender.language.platforms.emailIntegration.dataSources.parameters.options` (array)
    Enum: "identifier", "to_lower_case", "to_upper_case", "capitalize", "trim", "remove_all_whitespace", "filters"

  - `tender.language.platforms.emailIntegration.dataSources.allowedIps` (array)

  - `tender.language.platforms.emailIntegration.dataSources.hasAuthentication` (boolean)

  - `tender.language.platforms.emailIntegration.dataSources.credentials` (object)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.authenticationMethod` (string)
    Enum: "apiKey", "accessKeys", "basic", "OAuth", "bearer", "openId", "clientKeysOpenId", "clientKeys", "headers"

  - `tender.language.platforms.emailIntegration.dataSources.credentials.username` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.password` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.accessKey` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.secretKey` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.clientId` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.clientSecret` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.grantType` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.scope` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.apiKey` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.bearer` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey` (object)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.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

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.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.

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.url` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.path` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.name` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.originalName` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.size` (integer)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.purpose` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.type` (string)
    Enum: "IMAGE", "VIDEO", "MUSIC", "WORD", "EXCEL", "CSV", "PDF", "EMAIL", "JSON"

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.mimeType` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.extension` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.identifiers` (array)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.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

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.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.

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.identifiers.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.identifiers.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.identifiers.name` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.identifiers.system` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.identifiers.value` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.identifiers.expiredAt` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.bucket` (object)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.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

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.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.

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.bucket.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.bucket.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.bucket.name` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.uploadedAt` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshKey.tempFile` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshTunnel` (boolean)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshHost` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshUsername` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.sshPassword` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.externalAttributes` (object)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.headers` (object)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.oauthUrl` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.oAuthCache` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.oAuthCacheCreationDate` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.openIdToken` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.openIdRefreshToken` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.openIdAccessToken` (string)

  - `tender.language.platforms.emailIntegration.dataSources.credentials.openIdExpiration` (string)

  - `tender.language.platforms.emailIntegration.dataSources.otm` (boolean)

  - `tender.language.platforms.emailIntegration.dataSources.fields` (array)

  - `tender.language.platforms.emailIntegration.dataSources.filters` (array)

  - `tender.language.platforms.emailIntegration.dataSources.template` (boolean)

  - `tender.language.platforms.emailIntegration.enabled` (boolean)

  - `tender.language.platforms.emailIntegration.lastHandled` (string)

  - `tender.language.platforms.emailIntegration.sectorType` (string)
    Enum: "boardComputer", "transportOrder", "terminal", "mail", "camera", "sending_data", "administration", "communication_channel", "CRM", "calendar", "ferry", "freight_exchange"

  - `tender.language.platforms.emailIntegration.manualType` (string)
    Enum: "transics", "web_fleet", "squarell", "evogps", "trimble", "portbase", "psa", "dpworld", "uturn", "imap", "smtp", "exchange", "samskip", "containership", "project44", "searates", "telenormic", "cbs", "afas", "twinfield", "exact", "moneybird", "telegram", "whatsapp", "timocom", "trans_eu", "teleroute", "freightos", "dat", "sennder", "hubspot", "bigmile", "iveco", "volvo", "champ", "opensky", "fleets_online", "fleet_access", "stripe", "mollie", "adyen", "dfds", "stena_line", "po_ferries", "cldn", "google_calendar", "microsoft_calendar", "apple_calendar", "avantida"

  - `tender.language.platforms.emailIntegration.enabledFunctions` (array)

  - `tender.language.platforms.emailIntegration.url` (string)

  - `tender.language.platforms.emailIntegration.port` (integer)

  - `tender.language.platforms.emailIntegration.credentials` (object)

  - `tender.language.platforms.emailIntegration.filters` (array)

  - `tender.language.platforms.emailIntegration.integration` (array)

  - `tender.language.platforms.emailIntegration.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

  - `tender.language.platforms.emailIntegration.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.

  - `tender.language.platforms.emailIntegration.integration.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author` (object)

  - `tender.language.platforms.emailIntegration.integration.author.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

  - `tender.language.platforms.emailIntegration.integration.author.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.

  - `tender.language.platforms.emailIntegration.integration.author.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.hasAgreedToPrice` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.type` (string)
    Enum: "user", "developer", "chauffeur"

  - `tender.language.platforms.emailIntegration.integration.author.username` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.avatar` (object)

  - `tender.language.platforms.emailIntegration.integration.author.firstName` (string)

  - `tender.language.platforms.emailIntegration.integration.author.lastName` (string)

  - `tender.language.platforms.emailIntegration.integration.author.email` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.phone` (string)

  - `tender.language.platforms.emailIntegration.integration.author.password` (string)

  - `tender.language.platforms.emailIntegration.integration.author.passwordModified` (string)

  - `tender.language.platforms.emailIntegration.integration.author.twoFactorAuthentication` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.totdSecret` (string)

  - `tender.language.platforms.emailIntegration.integration.author.recoveryCodes` (array)

  - `tender.language.platforms.emailIntegration.integration.author.status` (string)
    Enum: "DELETED", "DEFAULT", "CONFIRMED", "REGISTERED"

  - `tender.language.platforms.emailIntegration.integration.author.loginMethod` (string)
    Enum: "DEFAULT", "SAML"

  - `tender.language.platforms.emailIntegration.integration.author.role` (object)

  - `tender.language.platforms.emailIntegration.integration.author.role.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

  - `tender.language.platforms.emailIntegration.integration.author.role.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.

  - `tender.language.platforms.emailIntegration.integration.author.role.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.role.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.role.name` (string)

  - `tender.language.platforms.emailIntegration.integration.author.role.level` (integer)

  - `tender.language.platforms.emailIntegration.integration.author.role.permissions` (array)

  - `tender.language.platforms.emailIntegration.integration.author.role.permissions.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

  - `tender.language.platforms.emailIntegration.integration.author.role.permissions.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.

  - `tender.language.platforms.emailIntegration.integration.author.role.permissions.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.role.permissions.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.role.permissions.name` (string)

  - `tender.language.platforms.emailIntegration.integration.author.role.permissions.read` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.role.permissions.write` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.role.permissions.delete` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.role.permissions.permissionScope` (string)
    Enum: "PUBLIC", "PRIVATE", "OWNER"

  - `tender.language.platforms.emailIntegration.integration.author.role.permissions.isObjectPermission` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.role.specifiedPlatformId` (string)

  - `tender.language.platforms.emailIntegration.integration.author.currency` (object)

  - `tender.language.platforms.emailIntegration.integration.author.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

  - `tender.language.platforms.emailIntegration.integration.author.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.

  - `tender.language.platforms.emailIntegration.integration.author.currency.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.currency.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.currency.name` (string)

  - `tender.language.platforms.emailIntegration.integration.author.currency.short` (string)

  - `tender.language.platforms.emailIntegration.integration.author.currency.sign` (string)

  - `tender.language.platforms.emailIntegration.integration.author.currency.decimalDelimiter` (string)

  - `tender.language.platforms.emailIntegration.integration.author.currency.thousandDelimiter` (string)

  - `tender.language.platforms.emailIntegration.integration.author.currency.enabled` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.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.

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.name` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.primary` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.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.

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.uuid` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.primaryPlatformId` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.language` (object)
    circular reference

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.name` (string)
    The name of the business

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.relationType` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.alias` (string)
    The alias name of the business

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.description` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.transportLicenseNumber` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.eori` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.scacCode` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.industry` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.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.

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.industry.uuid` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.industry.primaryPlatformId` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.industry.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.industry.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.industry.language` (object)
    circular reference

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.industry.name` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.industry.abbreviated` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.industry.enabled` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.website` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.coc` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.vat` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.invoiceAttentionTo` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.invoiceEmail` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.quoteAttentionTo` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.quoteEmail` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.verified` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.documents` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.documents.associationType` (string)
    Enum: "inline", "reference"

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.logo` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.banners` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.locations` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.identification` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.identifiers` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.contactDetails` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.contactPersons` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.contactPersons.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.contactPersons.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.

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.contactPersons.uuid` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.contactPersons.primaryPlatformId` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.contactPersons.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.contactPersons.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.contactPersons.language` (object)
    circular reference

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.contactPersons.firstName` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.contactPersons.lastName` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.contactPersons.position` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.contactPersons.email` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.contactPersons.phone` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.contactPersons.mobilePhone` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.notes` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.notes.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.notes.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.

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.notes.uuid` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.notes.primaryPlatformId` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.notes.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.notes.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.notes.language` (object)
    circular reference

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.notes.author` (object)
    circular reference

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.notes.name` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.notes.text` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.partOf` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.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.

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.uuid` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.primaryPlatformId` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.language` (object)
    circular reference

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.platforms` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.name` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.primary` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.transportOrderPrefix` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.consignmentPrefix` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.business` (object)
    circular reference

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.currency` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.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.

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.currency.uuid` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.currency.primaryPlatformId` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.currency.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.currency.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.currency.language` (object)
    circular reference

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.currency.name` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.currency.short` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.currency.sign` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.currency.decimalDelimiter` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.currency.thousandDelimiter` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.currency.enabled` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.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.

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.uuid` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.primaryPlatformId` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.language` (object)
    circular reference

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.amount` (number)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.currency` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.taxRate` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.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.

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.taxRate.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.taxRate.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.taxRate.creditCode` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.taxRate.debitCode` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.taxRate.identifiers` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.taxRate.name` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.taxRate.description` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.taxRate.jurisdiction` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.taxRate.percentage` (number)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.taxRate.inclusive` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.taxRate.active` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.balance.inclusiveOfTax` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts.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.

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts.uuid` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts.primaryPlatformId` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts.language` (object)
    circular reference

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts.accountHolderName` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts.accountHolderType` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts.bankName` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts.routingNumber` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts.accountNumber` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts.last4` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts.currency` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts.country` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts.validation` (object)
    circular reference

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts.validated` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.bankAccounts.identifiers` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.numberFormat` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.numberLength` (integer)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.dueDays` (integer)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceNumberIndex` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.quoteNumberIndex` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.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.

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.uuid` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.primaryPlatformId` (string, required)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.language` (object)
    circular reference

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.type` (string)
    Enum: "messageAutomation", "questionAnswerAutomation", "fileRequestAutomation"

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.name` (string, required)
    The name of a messageAutomation

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.description` (string, required)
    The description of a messageAutomation

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.triggerType` (string)
    Enum: "trigger", "scheduler", "listener"

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.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"

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.schedule` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.uniqueIdentifierSelector` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.uniqueIdentifierSchedule` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.filters` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.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.

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.fields` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.fields.name` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.fields.groupByAggregate` (string)
    Enum: "count", "max", "min", "sum", "avg"

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.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"

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.joins` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.joins.type` (string)
    Enum: "inner_join"

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.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"

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.joins.onLeft` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.joins.onRight` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.filters` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.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.

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.filters.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.filters.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.filters.sequenceNr` (integer)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.filters.field` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.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"

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.filters.value` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.filters.valueType` (string)
    Enum: "constant", "string", "integer", "float", "datetime", "duration", "date", "time", "boolean", "object", "array", "filters", "table"

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.filters.linkType` (string)
    Enum: "and", "or"

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.groupBy` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.having` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.sortFields` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.sortDirection` (string)
    Enum: "asc", "desc"

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.limit` (integer)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.query.offset` (integer)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.recipients` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.recipientSelector` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.toggleForAll` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.channel` (string)
    Enum: "email", "chat", "notification", "whatsapp", "telegram"

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.manualIntegration` (object)
    circular reference

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.includeAttachments` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.documentAttachments` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.documentAttachments.documentSourceType` (string)
    Enum: "ENTITY_PDF", "CUSTOM_TEMPLATE", "INSIGHT_REPORT", "STATIC_FILE"

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.documentAttachments.documentType` (string)
    Enum: "cmr", "waybill", "invoice", "quote", "transportOrder", "trip", "custom"

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.documentAttachments.documentTemplateId` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.documentAttachments.fileUrl` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.documentAttachments.insightType` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.documentAttachments.reportParameters` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.documentAttachments.entityIdSelector` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.documentAttachments.fileNameTemplate` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.subject` (string)
    The subject of a message for a particular messageAutomation

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.currentTriggerPosition` (integer)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.localizedTexts` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.localizedTexts.language` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.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.

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.localizedTexts.language.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.localizedTexts.language.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.localizedTexts.language.name` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.localizedTexts.language.localName` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.localizedTexts.language.code` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.localizedTexts.language.iso3166` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.localizedTexts.language.decimalDelimiter` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.localizedTexts.language.thousandDelimiter` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.localizedTexts.language.dateFormat` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.localizedTexts.language.measurementUnit` (string)
    Enum: "metric", "imperial"

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.localizedTexts.content` (string, required)
    The template of a message for a particular messageAutomation

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.localizedTexts.messageTemplate` (string, required)
    The template of a message for a particular messageAutomation

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.localizedTexts.subject` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.defaultLanguageId` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.languageSelector` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.userEnableable` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.automationConfig.userPermissionFilters` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.messageAutomationIntegration` (object)
    circular reference

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.enabled` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.lastHandled` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.template` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSendMessageAutomation.templateCategory` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.automaticallySendReminders` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceFirstReminderMessageAutomation` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceSecondReminderMessageAutomation` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceThirdReminderMessageAutomation` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoicePaidMessageAutomation` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.quoteSendMessageAutomation` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceTermsAndConditions` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceTermsAndConditions.language` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.invoiceTermsAndConditions.text` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.quoteTermsAndConditions` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.transportOrderTermsAndConditions` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.administration.identifiers` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.dataIsComplete` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.pricingConfigurationCount` (integer)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.business.hasAgreedToPrice` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.currency` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.balance` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.balance.amount` (number)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.balance.currency` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.balance.taxRate` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.balance.inclusiveOfTax` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.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.

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.routingNumber` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.accountNumber` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.last4` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.currency` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.country` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.validation` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.validation.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.validation.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.

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.validation.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.validation.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.validation.firstValue` (number)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.validation.secondValue` (number)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.validated` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.identifiers` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.accountHolderName` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.accountHolderType` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.bankAccounts.bankName` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.numberFormat` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.numberLength` (integer)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.dueDays` (integer)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceNumberIndex` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.quoteNumberIndex` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceSendMessageAutomation` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceSendMessageAutomation.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceSendMessageAutomation.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.

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceSendMessageAutomation.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceSendMessageAutomation.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceSendMessageAutomation.name` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceSendMessageAutomation.description` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceSendMessageAutomation.automationConfig` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceSendMessageAutomation.messageAutomationIntegration` (object)
    circular reference

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceSendMessageAutomation.enabled` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceSendMessageAutomation.lastHandled` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceSendMessageAutomation.template` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceSendMessageAutomation.templateCategory` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceSendMessageAutomation.type` (string)
    Enum: "messageAutomation", "questionAnswerAutomation", "fileRequestAutomation"

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceSendMessageAutomation.notes` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.automaticallySendReminders` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceFirstReminderMessageAutomation` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceSecondReminderMessageAutomation` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceThirdReminderMessageAutomation` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoicePaidMessageAutomation` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.quoteSendMessageAutomation` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceTermsAndConditions` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.quoteTermsAndConditions` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.transportOrderTermsAndConditions` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.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.

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.description` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.expiresAt` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.fileName` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.mimeType` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.encoding` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.verified` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.isPublic` (boolean)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.owner` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.content` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.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

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.content.contentType` (string)
    Enum: "data", "uri"

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.file` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.identifiers` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.externalAttributes` (object)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.invoiceStandardDocuments.name` (string, required)
    The name of the document

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.quoteStandardDocuments` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.identifiers` (array)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.transportOrderPrefix` (string)

  - `tender.language.platforms.emailIntegration.integration.author.activeAdministration.consignmentPrefix` (string)

  - `tender.language.platforms.emailIntegration.integration.author.identifiers` (array)

  - `tender.language.platforms.emailIntegration.integration.author.accountType` (string)
    Enum: "default", "customer", "supplier", "planning", "financial"

  - `tender.language.platforms.emailIntegration.integration.author.standardLoadingSize` (integer)

  - `tender.language.platforms.emailIntegration.integration.author.notes` (array)

  - `tender.language.platforms.emailIntegration.integration.author.businesses` (array)

  - `tender.language.platforms.emailIntegration.integration.author.features` (array)

  - `tender.language.platforms.emailIntegration.integration.author.timezone` (string)

  - `tender.language.platforms.emailIntegration.integration.author.vehicleGroups` (array)

  - `tender.language.platforms.emailIntegration.integration.author.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

  - `tender.language.platforms.emailIntegration.integration.author.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.

  - `tender.language.platforms.emailIntegration.integration.author.vehicleGroups.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.emailIntegration.integration.author.vehicleGroups.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.emailIntegration.integration.author.vehicleGroups.name` (string)

  - `tender.language.platforms.emailIntegration.integration.author.vehicleGroups.vehicles` (array)

  - `tender.language.platforms.emailIntegration.integration.name` (string)

  - `tender.language.platforms.emailIntegration.integration.text` (string)

  - `tender.language.platforms.notificationLogo` (object)

  - `tender.language.platforms.fullLogo` (object)

  - `tender.language.platforms.backgroundImage` (object)

  - `tender.language.platforms.darkLogo` (object)

  - `tender.language.platforms.darkFavicon` (object)

  - `tender.language.platforms.darkNotificationLogo` (object)

  - `tender.language.platforms.darkFullLogo` (object)

  - `tender.language.platforms.darkBackgroundImage` (object)

  - `tender.language.platforms.primaryColor` (string)

  - `tender.language.platforms.secondaryColor` (string)

  - `tender.language.platforms.darkPrimaryColor` (string)

  - `tender.language.platforms.darkSecondaryColor` (string)

  - `tender.language.platforms.planningSettings` (object)

  - `tender.language.platforms.planningSettings.defaultDeliveryTerms` (string)
    Enum: "EXW", "FCA", "FAS", "FOB", "CPT", "CIP", "CFR", "CIF", "DAP", "DPU", "DDP"

  - `tender.language.platforms.planningSettings.optimizerEngine` (string)
    The optimizer engine to use for trip optimization. Defaults to PTV.
    Enum: "transportial", "ptv", "osrm", "cloveropt"

  - `tender.language.platforms.planningSettings.alwaysCombinedTransport` (boolean)

  - `tender.language.platforms.planningSettings.finishTripOnActionsComplete` (boolean)

  - `tender.language.platforms.planningSettings.requirePlannerCompletionForTrips` (boolean)
    When enabled, finishing a trip sets it to PENDING_COMPLETION instead of COMPLETED. Planners must explicitly complete the trip.

  - `tender.language.platforms.planningSettings.showEventsOnActionCards` (boolean)

  - `tender.language.platforms.planningSettings.goodsWeightsAndLoadMetersAreTotalFields` (boolean)
    Flag indicating Non-Dimensional Metrics Fields of Goods like 'Weight', 'LoadMeters', etc. contains Cumulative/Total information of all instances (quantity) or not.

  - `tender.language.platforms.planningSettings.optimizerAlgorithmConfiguration` (object)

  - `tender.language.platforms.planningSettings.optimizerAlgorithmConfiguration.defaultVehicleOperatingIntervals` (array)

  - `tender.language.platforms.planningSettings.optimizerAlgorithmConfiguration.defaultVehicleOperatingIntervals.start` (integer)

  - `tender.language.platforms.planningSettings.optimizerAlgorithmConfiguration.defaultVehicleOperatingIntervals.end` (integer)

  - `tender.language.platforms.planningSettings.optimizerAlgorithmConfiguration.maxDrivingPeriod` (integer)

  - `tender.language.platforms.planningSettings.optimizerAlgorithmConfiguration.maxPeriod` (integer)

  - `tender.language.platforms.planningSettings.optimizerAlgorithmConfiguration.ignoreLocationConstraints` (boolean)

  - `tender.language.platforms.planningSettings.optimizerAlgorithmConfiguration.ignoreConsignmentConstraints` (boolean)

  - `tender.language.platforms.planningSettings.optimizerAlgorithmConfiguration.ignoreActionConstraints` (boolean)

  - `tender.language.platforms.planningSettings.loadActionDefaultDuration` (integer)
    Default action duration in seconds if not yet enough data is available

  - `tender.language.platforms.planningSettings.unloadActionDefaultDuration` (integer)
    Default action duration in seconds if not yet enough data is available

  - `tender.language.platforms.planningSettings.stopActionDefaultDuration` (integer)
    Default action duration in seconds if not yet enough data is available

  - `tender.language.platforms.planningSettings.attachTransportEquipmentActionDefaultDuration` (integer)
    Default action duration in seconds if not yet enough data is available

  - `tender.language.platforms.planningSettings.detachTransportEquipmentActionDefaultDuration` (integer)
    Default action duration in seconds if not yet enough data is available

  - `tender.language.platforms.planningSettings.groupedStopActionDurationSeconds` (integer)
    Duration in seconds for subsequent StopActions within the same group

  - `tender.language.platforms.planningSettings.defaultTransportOrderTemplate` (string)

  - `tender.language.platforms.planningSettings.consignmentAttributeCheckmarks` (array)

  - `tender.language.platforms.planningSettings.consignmentAttributeCheckmarks.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

  - `tender.language.platforms.planningSettings.consignmentAttributeCheckmarks.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.

  - `tender.language.platforms.planningSettings.consignmentAttributeCheckmarks.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.planningSettings.consignmentAttributeCheckmarks.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.planningSettings.consignmentAttributeCheckmarks.name` (string)

  - `tender.language.platforms.planningSettings.consignmentAttributeCheckmarks.color` (string)

  - `tender.language.platforms.planningSettings.defaultTripStartDuration` (integer)

  - `tender.language.platforms.planningSettings.defaultTripStartDateFromNextActionTimeWindow` (boolean)

  - `tender.language.platforms.planningSettings.defaultTollCostPricingCategory` (object)

  - `tender.language.platforms.planningSettings.defaultTollCostPricingCategory.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

  - `tender.language.platforms.planningSettings.defaultTollCostPricingCategory.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.

  - `tender.language.platforms.planningSettings.defaultTollCostPricingCategory.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.planningSettings.defaultTollCostPricingCategory.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.planningSettings.defaultTollCostPricingCategory.name` (string)

  - `tender.language.platforms.planningSettings.defaultTollCostPricingCategory.creditCode` (string)

  - `tender.language.platforms.planningSettings.defaultTollCostPricingCategory.debitCode` (string)

  - `tender.language.platforms.planningSettings.defaultTollCostPricingCategory.defaultValue` (number)

  - `tender.language.platforms.planningSettings.defaultTollCostPricingCategory.enabled` (boolean)

  - `tender.language.platforms.planningSettings.defaultTollCostPricingCategory.tripRevenue` (boolean)

  - `tender.language.platforms.planningSettings.defaultTollCostPricingCategory.identifiers` (array)

  - `tender.language.platforms.planningSettings.mapUris` (array)

  - `tender.language.platforms.planningSettings.mapUris.name` (string)

  - `tender.language.platforms.planningSettings.mapUris.previewUrl` (string)

  - `tender.language.platforms.planningSettings.mapUris.url` (string)

  - `tender.language.platforms.planningSettings.preferredTransportModes` (array)
    List of transport modes preferred by the platform for trip planning.
    Enum: "maritime", "road", "rail", "air", "inlandWaterway"

  - `tender.language.platforms.planningSettings.onlyCalculateRouteOnTripConfirmed` (boolean)
    When enabled, only calculates detailed road routes when trip status is CONFIRMED. Before confirmation, uses direct line (as-the-crow-flies) routing for better performance.

  - `tender.language.platforms.planningSettings.onlyCalculateCapacityOnTripConfirmed` (boolean)
    When enabled, only calculates capacity change events when trip status is CONFIRMED. Improves performance for draft and planning stages.

  - `tender.language.platforms.planningSettings.onlyCalculateFinanceOnTripConfirmed` (boolean)
    When enabled, only processes trip financials (pricing, costs) when trip status is CONFIRMED. Improves performance for draft and planning stages.

  - `tender.language.platforms.planningSettings.actionResultQuestionnaires` (object)
    Configurable questionnaires for action results, keyed by action type. Enables dynamic question-answer flows that can set result status and modify action/consignment fields.

  - `tender.language.platforms.planningSettings.sortActionsOnConsignmentDrop` (boolean)
    When enabled, actions are automatically sorted in a logical geographic order (nearest-neighbour, as the crow flies) when a consignment is drag-and-dropped onto an existing trip or vehicle.

  - `tender.language.platforms.planningSettings.includeQuoteLinesOnTransportOrderPdf` (boolean)
    When enabled, the transport order PDF includes the associated quote lines (pricing) when a quote exists for the order.

  - `tender.language.platforms.pricingSettings` (object)

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing` (array)

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.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

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.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.

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.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"

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.name` (string)

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.sequenceNr` (integer)

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.description` (string)

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.category` (object)

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.taxRates` (array)

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.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

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.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.

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.taxRates.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.taxRates.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.taxRates.sequenceNr` (integer)

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.taxRates.name` (string)

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.taxRates.description` (string)

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.taxRates.taxRate` (object)

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.taxRates.filters` (array)

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.taxRates.filters.selector` (string)

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.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"

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.taxRates.filters.value` (string)

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.taxRates.filters.linkType` (string)
    Enum: "and", "or"

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.taxRates.filters.filters` (array)

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.taxRates.filters.sequenceNr` (integer)

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.taxRates.filters.valueSelector` (string)

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.filters` (array)

  - `tender.language.platforms.pricingSettings.defaultChauffeurCostPricing.oncePerInvoice` (boolean)

  - `tender.language.platforms.pricingSettings.defaultVehicleCostPricing` (array)

  - `tender.language.platforms.credentialSettings` (object)

  - `tender.language.platforms.credentialSettings.force2FA` (boolean)

  - `tender.language.platforms.credentialSettings.stripeKey` (string)

  - `tender.language.platforms.credentialSettings.stripePublicKey` (string)

  - `tender.language.platforms.credentialSettings.ptvKey` (string)

  - `tender.language.platforms.credentialSettings.ptvSecret` (string)

  - `tender.language.platforms.credentialSettings.awsKey` (string)

  - `tender.language.platforms.credentialSettings.awsSecret` (string)

  - `tender.language.platforms.credentialSettings.googleApiKey` (string)

  - `tender.language.platforms.credentialSettings.googleApiSecret` (string)

  - `tender.language.platforms.credentialSettings.hereApiKey` (string)

  - `tender.language.platforms.credentialSettings.osrmUrl` (string)

  - `tender.language.platforms.credentialSettings.cloverOptApiKey` (string)

  - `tender.language.platforms.credentialSettings.googleCaptchaKey` (string)

  - `tender.language.platforms.credentialSettings.googleCaptchaSecret` (string)

  - `tender.language.platforms.routingSettings` (object)

  - `tender.language.platforms.routingSettings.routingEngine` (string)
    Enum: "transportial", "ptv", "here", "google", "osrm"

  - `tender.language.platforms.routingSettings.seaPassages` (object)

  - `tender.language.platforms.routingSettings.seaPassages.allowSuez` (boolean)

  - `tender.language.platforms.routingSettings.seaPassages.allowPanama` (boolean)

  - `tender.language.platforms.routingSettings.seaPassages.allowMalacca` (boolean)

  - `tender.language.platforms.routingSettings.seaPassages.allowGibraltar` (boolean)

  - `tender.language.platforms.routingSettings.seaPassages.allowDover` (boolean)

  - `tender.language.platforms.routingSettings.seaPassages.allowBering` (boolean)

  - `tender.language.platforms.routingSettings.seaPassages.allowMagellan` (boolean)

  - `tender.language.platforms.routingSettings.seaPassages.allowBabelmandeb` (boolean)

  - `tender.language.platforms.routingSettings.seaPassages.allowKiel` (boolean)

  - `tender.language.platforms.routingSettings.seaPassages.allowCorinth` (boolean)

  - `tender.language.platforms.routingSettings.seaPassages.allowNorthwest` (boolean)

  - `tender.language.platforms.routingSettings.seaPassages.allowNortheast` (boolean)

  - `tender.language.platforms.translationSettings` (object)

  - `tender.language.platforms.translationSettings.languagesLabels` (array)

  - `tender.language.platforms.translationSettings.languagesLabels.language` (string)

  - `tender.language.platforms.translationSettings.languagesLabels.labels` (string)

  - `tender.language.platforms.uiSettings` (object)

  - `tender.language.platforms.uiSettings.hiddenFields` (array)

  - `tender.language.platforms.uiSettings.requiredFields` (array)

  - `tender.language.platforms.uiSettings.validationRules` (array)

  - `tender.language.platforms.uiSettings.requireVerifiedBusinesses` (boolean)

  - `tender.language.platforms.uiSettings.userSettableMessageAutomations` (array)

  - `tender.language.platforms.alertsSettings` (object)

  - `tender.language.platforms.alertsSettings.enableCapacityAlerts` (boolean)
    Enable or disable capacity availability warnings for trips. Defaults to true.

  - `tender.language.platforms.alertsSettings.enableDocumentsNeededAlerts` (boolean)
    Enable or disable warnings for completed trip actions missing documents. Defaults to true.

  - `tender.language.platforms.alertsSettings.enableVehicleConflictAlerts` (boolean)
    Enable or disable warnings for vehicle conflicts (double booking). Defaults to true.

  - `tender.language.platforms.alertsSettings.enableTransportEquipmentConflictAlerts` (boolean)
    Enable or disable warnings for transport equipment conflicts (double booking). Defaults to true.

  - `tender.language.platforms.alertsSettings.enableChauffeurConflictAlerts` (boolean)
    Enable or disable warnings for chauffeur conflicts (double booking). Defaults to true.

  - `tender.language.platforms.financialSettings` (object)

  - `tender.language.platforms.financialSettings.defaultTaxRate` (object)

  - `tender.language.platforms.financialSettings.enableInvoiceApprovalFlow` (boolean)

  - `tender.language.platforms.canRegister` (boolean)

  - `tender.language.platforms.canRequestAccess` (boolean)

  - `tender.language.platforms.description` (string)

  - `tender.language.platforms.contactEmail` (string)

  - `tender.language.platforms.business` (object)

  - `tender.language.platforms.childOf` (object)
    circular reference

  - `tender.language.platforms.billing` (object)

  - `tender.language.platforms.billing.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

  - `tender.language.platforms.billing.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.

  - `tender.language.platforms.billing.uuid` (string, required)

  - `tender.language.platforms.billing.primaryPlatformId` (string, required)

  - `tender.language.platforms.billing.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.billing.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.billing.language` (object)
    circular reference

  - `tender.language.platforms.billing.plan` (object)

  - `tender.language.platforms.billing.plan.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

  - `tender.language.platforms.billing.plan.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.

  - `tender.language.platforms.billing.plan.uuid` (string, required)

  - `tender.language.platforms.billing.plan.primaryPlatformId` (string, required)

  - `tender.language.platforms.billing.plan.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.billing.plan.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.billing.plan.language` (object)
    circular reference

  - `tender.language.platforms.billing.plan.name` (string)

  - `tender.language.platforms.billing.plan.description` (string)

  - `tender.language.platforms.billing.plan.interval` (string)
    Enum: "endOfWeek", "endOfWeekOrMonth", "endOfMonth", "endOfQuarter", "endOfTrip", "endOfTransportOrder"

  - `tender.language.platforms.billing.plan.intervalCount` (integer)

  - `tender.language.platforms.billing.plan.trialPeriodDays` (integer)

  - `tender.language.platforms.billing.plan.amount` (object)

  - `tender.language.platforms.billing.plan.usageElementTypePrices` (object)

  - `tender.language.platforms.billing.plan.identifiers` (array)

  - `tender.language.platforms.billing.plan.startedAt` (string)

  - `tender.language.platforms.billing.plan.expiredAt` (string)

  - `tender.language.platforms.billing.plan.primary` (boolean)

  - `tender.language.platforms.billing.companyName` (string)

  - `tender.language.platforms.billing.vat` (string)

  - `tender.language.platforms.billing.email` (string)

  - `tender.language.platforms.billing.administrativeReference` (object)

  - `tender.language.platforms.billing.customerId` (string)

  - `tender.language.platforms.billing.intentId` (string)

  - `tender.language.platforms.billing.lastBilled` (string)

  - `tender.language.platforms.billing.lastUsageEventsRun` (string)

  - `tender.language.platforms.billing.approvedBillingElementTypes` (array)
    Enum: "user", "vehicle", "consignment", "invoice", "quote", "trip", "messageAutomation", "integration"

  - `tender.language.platforms.apps` (array)

  - `tender.language.platforms.apps.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

  - `tender.language.platforms.apps.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.

  - `tender.language.platforms.apps.uuid` (string, required)

  - `tender.language.platforms.apps.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.language` (object)
    circular reference

  - `tender.language.platforms.apps.logo` (object)

  - `tender.language.platforms.apps.name` (string)

  - `tender.language.platforms.apps.description` (string)

  - `tender.language.platforms.apps.publisher` (object)

  - `tender.language.platforms.apps.publisher.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

  - `tender.language.platforms.apps.publisher.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.

  - `tender.language.platforms.apps.publisher.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.logo` (object)

  - `tender.language.platforms.apps.publisher.name` (string)

  - `tender.language.platforms.apps.publisher.description` (string)

  - `tender.language.platforms.apps.publisher.users` (array)

  - `tender.language.platforms.apps.publisher.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

  - `tender.language.platforms.apps.publisher.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.

  - `tender.language.platforms.apps.publisher.users.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.type` (string)
    Enum: "user", "developer", "chauffeur"

  - `tender.language.platforms.apps.publisher.users.username` (string)

  - `tender.language.platforms.apps.publisher.users.avatar` (object)

  - `tender.language.platforms.apps.publisher.users.firstName` (string)

  - `tender.language.platforms.apps.publisher.users.lastName` (string)

  - `tender.language.platforms.apps.publisher.users.email` (string)

  - `tender.language.platforms.apps.publisher.users.phone` (string)

  - `tender.language.platforms.apps.publisher.users.password` (string)

  - `tender.language.platforms.apps.publisher.users.passwordModified` (string)

  - `tender.language.platforms.apps.publisher.users.twoFactorAuthentication` (boolean)

  - `tender.language.platforms.apps.publisher.users.status` (string)
    Enum: "DELETED", "DEFAULT", "CONFIRMED", "REGISTERED"

  - `tender.language.platforms.apps.publisher.users.loginMethod` (string)
    Enum: "DEFAULT", "SAML"

  - `tender.language.platforms.apps.publisher.users.role` (object)

  - `tender.language.platforms.apps.publisher.users.timezone` (string)

  - `tender.language.platforms.apps.publisher.users.currency` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups` (array)

  - `tender.language.platforms.apps.publisher.users.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

  - `tender.language.platforms.apps.publisher.users.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.vin` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.licensePlate` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.business` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.pictures` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.vehicleType` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.transportMode` (string)
    Enum: "maritime", "road", "rail", "air", "inlandWaterway"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.emissionStandard` (string)
    Enum: "euro0", "euro1", "euro2", "euro3", "euro4", "euro5", "euro6", "euro7", "euro_eev"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fuelCapacity` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fuelCapacity.value` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fuelCapacity.unit` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fuelType` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.maxLinks` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.loadCapacities` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.length` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.height` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.width` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.loadLength` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.loadHeight` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.loadWidth` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.maxWeight` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.emptyWeight` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.loadLoadMeters` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.axles` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.axles.driveAxle` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.axles.liftAxle` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.axles.sequenceNr` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.axles.legalAllowedLoad` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.axles.technicalAllowedLoad` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.brand` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.brand.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.brand.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.brand.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.brand.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.brand.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.brand.logo` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.brand.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.brand.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.brand.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.brand.business` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.brand.url` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.type` (string)
    Enum: "vehicle", "meansOfTransport", "mobile"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.active` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.boardComputerId` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.inviteCode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.inviteUrl` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.type` (string)
    Enum: "manual", "configured", "messageAutomation", "fileTemplate", "apiAccess"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.schedule` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.directionType` (string)
    Enum: "in", "out"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.connectionType` (string)
    Enum: "api", "ftp", "sftp", "sql", "web_hook", "email", "virtual_ftp"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.requestMethod` (string)
    Enum: "get", "post", "put", "patch", "delete"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.dataType` (string)
    Enum: "xml", "json", "csv", "empty"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.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"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.url` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.port` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.path` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.token` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.query` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.parameters` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.allowedIps` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.hasAuthentication` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.authenticationMethod` (string)
    Enum: "apiKey", "accessKeys", "basic", "OAuth", "bearer", "openId", "clientKeysOpenId", "clientKeys", "headers"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.username` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.password` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.accessKey` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.secretKey` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.clientId` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.clientSecret` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.grantType` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.scope` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.apiKey` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.bearer` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.sshKey` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.sshTunnel` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.sshHost` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.sshUsername` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.sshPassword` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.externalAttributes` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.headers` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.oauthUrl` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.oAuthCache` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.oAuthCacheCreationDate` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.openIdToken` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.openIdRefreshToken` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.openIdAccessToken` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.credentials.openIdExpiration` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.otm` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.fields` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.filters` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.dataSources.template` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.enabled` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.integration.lastHandled` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.vehicle` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.type` (string)
    Enum: "transportEquipment", "items"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.remark` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.barCode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.quantity` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.weight` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.grossWeight` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.maxStackableWeight` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.width` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.height` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.length` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.loadMeters` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents.expiresAt` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents.fileName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents.mimeType` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents.encoding` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents.verified` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents.owner` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents.owner.associationType` (string)
    Enum: "inline", "reference"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents.content` (object, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents.file` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.documents.externalAttributes` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.actors` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.actors.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.actors.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.actors.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.actors.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.actors.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.actors.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.actors.user` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.actors.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.actors.contactDetails` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.actions` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.constraints` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.attributes` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.stackObjectMetrics` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.stackObjectMetrics.totalMinimumGroundSpace` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.stackObjectMetrics.totalVolume` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.stackObjectMetrics.totalWeight` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.stackObjectMetrics.totalMinimumLoadMeters` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.isStackObjectMetricsUpdated` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.loadWidth` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.loadHeight` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.loadLength` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.maxWeight` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.loadLoadMeters` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.axles` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.type` (string)
    Enum: "transportEquipment", "items"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.remark` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.barCode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.quantity` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.weight` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.grossWeight` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.maxStackableWeight` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.width` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.height` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.length` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.loadMeters` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.documents` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.actors` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.actions` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.constraints` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.attributes` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.stackObjectMetrics` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.containedGoods.isStackObjectMetricsUpdated` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.equipmentType` (string)
    The type of equipment (Trailer/Chassis/Pallet/Box/etc.)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.equipmentSubType` (string)
    The subtype of equipment (EuroPallet/Dry van/Reefer Van/Lowbed/Backbone/Block pallet)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.licensePlate` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.vin` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.equipmentId` (string)
    The container number of the transport order.Should be 11 characters.First 3 characters should be letters. 
            4th character should be U, J or Z and last 7 characters should be numbers.The format is in ISO 6346.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.seal` (string)
    Seal number of the equipment

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.requirementCodes` (array)
    The specific requirements for the transport.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.adr` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.adr.UNNumber` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.adr.language` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.adr.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.adr.technicalName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.adr.waste` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.adr.environmentallyHazardous` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.adr.class` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.adr.classificationCode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.adr.packagingGroup` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.adr.dangerLabels` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.adr.dangerNUmber` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.adr.tunnelCode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.sensors` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.boardComputers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.type` (string)
    Enum: "generalEvent", "sensorUpdateEvent", "gateInEvent", "gateOutEvent", "arrivalEvent", "departureEvent", "stopEngineEvent", "startEngineEvent", "startWaitingEvent", "stopWaitingEvent", "stopMovingEvent", "startMovingEvent", "locationUpdateEvent", "updateEvent", "associationRemovedEvent", "associationCreatedEvent", "capacityChangeEvent"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.lifeCycle` (string)
    Enum: "requested", "planned", "projected", "actual", "realized"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.externalAttributes` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.dateTime` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.vehicle` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.transportEquipment` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.type` (string)
    Enum: "internal", "internal_empty", "forwarded"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.tripNr` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.remark` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.time` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.cost` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.distance` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.expenses` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.expenses.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.expenses.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.expenses.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.expenses.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.expenses.sequenceNr` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.expenses.quantity` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.expenses.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.expenses.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.expenses.category` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.expenses.business` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.expenses.amount` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.expenses.subTotal` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.expenses.tax` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.expenses.total` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.additionalInfo` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.lineString` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.actors` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.actions` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.constraints` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.route.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.type` (string)
    Enum: "vehicle", "transportEquipment"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.length` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.width` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.height` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.loadLength` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.loadWidth` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.loadHeight` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.referencedEntityID` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.quantity` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.startingInstanceNo` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.excludedOccupantIDs` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.capacitorID` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.totalInstances` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.occupantsIDToQuantityMap` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.loadLength_Dx` (number)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.loadWidth_Dy` (number)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.loadHeight_Dz` (number)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.instancesStackPlan` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.instancesStackPlan.order` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.instancesStackPlan.capacitorObjectID` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.instancesStackPlan.capacitorInstanceNo` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.instancesStackPlan.occupantsIDToQuantityMap` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.availableCapacitors.previousStackPlan.instancesStackPlan.stackString` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.stackedOccupants` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.stackedOccupants.type` (string)
    Enum: "goods"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.stackedOccupants.length` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.stackedOccupants.width` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.stackedOccupants.height` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.stackedOccupants.maxStackableWeight` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.stackedOccupants.referencedEntityID` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.stackedOccupants.quantity` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.stackedOccupants.startingInstanceNo` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.stackedOccupants.specifiedCapacitorID` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.unstackedOccupants` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.capacitorsStackPlan` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.stopAction` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.stopAction.trip` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.stackMap.stackSnapshots.stopAction.trip.associationType` (string)
    Enum: "inline", "reference"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.status` (string)
    Enum: "draft", "requested", "accepted", "confirmed", "in_transit", "pending_completion", "completed", "cancelled", "modified"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.planStatus` (string)
    Enum: "ok", "too_late", "too_early", "off_route"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.routeStatus` (string)
    Enum: "on_route", "off_route"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.currentAction` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.transportMode` (string)
    Enum: "maritime", "road", "rail", "air", "inlandWaterway"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.type` (string)
    Enum: "permanentContract", "oneTimeContract", "transportOrderContract"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.communicationMethod` (string)
    Enum: "messageAutomation", "integration", "pdf"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.contract` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.contract.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.contract.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.contract.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.contract.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.contract.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.contract.title` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.contract.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.contract.deliveryTerms` (string)
    Enum: "EXW", "FCA", "FAS", "FOB", "CPT", "CIP", "CFR", "CIF", "DAP", "DPU", "DDP"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.contract.contractor` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.contract.contractorSignee` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.contract.client` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.contract.clientSignee` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.business` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.administration` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.startTime` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.endTime` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.selfBilling` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.currency` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.triggerType` (string)
    Enum: "endOfWeek", "endOfWeekOrMonth", "endOfMonth", "endOfQuarter", "endOfTrip", "endOfTransportOrder"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.pricingModules` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.lastHandledSelfBilling` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.signature` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.signature.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.signature.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.signature.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.signature.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.signature.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.signature.ip` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.signature.userAgent` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.signature.date` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.signature.file` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.integration` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.capacityContract.messageAutomation` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.vehicle` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.linkedTrip` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.type` (string)
    Enum: "driver", "conductor", "captain", "pilot"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.picture` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.user` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.firstName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.dateOfBirth` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.birthPlace` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.nationality` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.hourlyRate` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.hoursPerMonth` (number)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.preferredVehicle` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.capacityContract` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.adr` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.adr.hasADR` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.adr.ADRNumber` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.adr.ADRValidFromDate` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.adr.ADRExpirationDate` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.adr.ADRFiles` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.driverLicense` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.driverLicense.hasDriverLicense` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.driverLicense.driverLicenseNumber` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.driverLicense.driverLicenseValidFromDate` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.driverLicense.driverLicenseExpirationDate` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.driverLicense.driverLicenseObtainedOn` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.driverLicense.driverLicenseCountryOfIssue` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.driverLicense.driverLicenseIssuingAuthority` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.driverLicense.driverLicenseFiles` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.tachoCard` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.tachoCard.cardId` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.tachoCard.countryOfIssue` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.tachoCard.renewalIndex` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.tachoCard.replacementIndex` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.tachoCard.startOfValidity` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.tachoCard.endOfValidity` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.operational` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingRestingTimes` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingRestingTimes.workWeek` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingRestingTimes.workWeek.total` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingRestingTimes.workWeek.maximum` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingRestingTimes.workWeek.minimum` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingRestingTimes.workWeek.remaining` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingRestingTimes.workWeekEndWithoutCompensation` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingRestingTimes.nextMinimumWeeklyRestWithoutCompensation` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingRestingTimes.breakBelowMinimum` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingRestingTimes.dailyRest` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingRestingTimes.previousDailyRest` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingDrivingTimes` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingDrivingTimes.daysOfReducedRest` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingDrivingTimes.dailyAmplitude` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingDrivingTimes.drivingTimeBelowMaximum` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingDrivingTimes.dailyDrivingTime` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingDrivingTimes.daysOfDrivingLongerThan9h` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingDrivingTimes.weeklyDrivingTime` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingDrivingTimes.BIWeeklyDrivingTime` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.remainingDrivingTimes.daysOfConsecutiveDriving` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.upcomingRestingTimes` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.upcomingRestingTimes.week` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.upcomingRestingTimes.year` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.upcomingRestingTimes.upcomingRestingTime` (integer)
    The upcoming resting times in seconds

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.languages` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.notes` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.boardComputers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.type` (string)
    Enum: "work", "driving", "available", "rest", "vacation"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.lifeCycle` (string)
    Enum: "requested", "planned", "projected", "actual", "realized"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.chauffeur` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.vehicle` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.transportEquipments` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.trip` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.remarks` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.kmsStart` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.kmsEnd` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.start` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.end` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.lastActivity.isFromTacho` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.contactDetails` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.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"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.sequenceNr` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.category` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.sequenceNr` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.taxRate` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.taxRate.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.taxRate.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.taxRate.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.taxRate.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.taxRate.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.taxRate.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.taxRate.creditCode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.taxRate.debitCode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.taxRate.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.taxRate.jurisdiction` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.taxRate.percentage` (number)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.taxRate.inclusive` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.taxRate.active` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.taxRate.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.taxRates.filters` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.filters` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.chauffeurs.pricingModules.oncePerInvoice` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.transportEquipments` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.name` (string, required)
    Name of the Consignment. For display purposes and search only.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.consignmentNr` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.description` (string)
    General description of consignment in Free text. e.g 20 europallets fruit. Meant for human inspection, not for automating processes.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.status` (string)
    Enum: "draft", "requested", "confirmed", "in_transit", "completed", "cancelled", "partially_planned", "planned", "partially_completed", "partially_in_transit", "concept"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.highValueGoods` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.goods` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.team` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.combined` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.consignment` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.originalPhysicalSender` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.originalLegalSender` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.originalPhysicalAddressee` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.originalLegalAddressee` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.currentLocation` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.currentLocation.administrativeReference` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.currentLocation.lat` (number)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.currentLocation.lon` (number)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.currentLocation.speed` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.currentLocation.heading` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.currentLocation.bearing` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.currentLocation.bearingType` (string)
    Enum: "absolute", "relative"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.nextAction` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.lastAction` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.lastPlannedAction` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.isPlannedToLastLocation` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.type` (string)
    This field can be used to categorize and/or group shipments by type, depending on the needs of a specific logistic process.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.remark` (string)
    Remark concerning the complete consignment, to be printed on the transport document.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.documents` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.actors` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.actions` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.attributes` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.externalAttributes` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.expectedRevenue` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.expectedRevenue.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.expectedRevenue.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.expectedRevenue.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.expectedRevenue.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.expectedRevenue.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.expectedRevenue.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.expectedRevenue.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.expectedRevenue.amount` (number)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.expectedRevenue.currency` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.expectedRevenue.taxRate` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.expectedRevenue.inclusiveOfTax` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.expectedRevenue.moneyBuildBlocks` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.expectedRevenue.moneyBuildBlocks.amount` (number)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.expectedRevenue.moneyBuildBlocks.relationship` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.expectedRevenue.moneyBuildBlocks.relationship.entityId` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.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"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.expectedCost` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.versionNumber` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.consignments.nextPlanFromAction` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.contextEvents` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.documents` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.actors` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.actions` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.constraints` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.businesses` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.startDate` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.endDate` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.kmStart` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.kmEnd` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.type` (string, required)
    The type of booking
    Enum: "maritime", "road", "air", "rail"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.capacitySubType` (string)
    Enum: "load", "vehicle", "transport_equipment", "chauffeur"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.bookingNumber` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.externalReference` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.transportOrder` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.capacityContract` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.administration` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.year` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.number` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.status` (string)
    Enum: "concept", "open", "accepted", "declined", "invoiced", "cancelled"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.direction` (string)
    Enum: "in", "out"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.currency` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.declinedReason` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.sequenceNr` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.optional` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.quantity` (number)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.startDateTime` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.endDateTime` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.value` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.subTotal` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.tax` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.total` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.plan` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.subscription` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.subscription.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.subscription.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.subscription.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.subscription.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.subscription.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.subscription.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.subscription.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.subscription.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.subscription.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.subscription.plans` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.pricingCategory` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.entityId` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.lines.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"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.subjectBusiness` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.targetBusiness` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.contactPerson` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.creator` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.date` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.dueAt` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.subTotal` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.tax` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.total` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.transportOrder` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.administration` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.year` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.number` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.reference` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.paymentReference` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.status` (string)
    Enum: "concept", "pending_approval", "approved", "rejected", "open", "paid", "reminded", "too_late", "cancelled"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.reminderCount` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.direction` (string)
    Enum: "in", "out"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.currency` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.cancelledReason` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.sequenceNr` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.quantity` (number)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.startDateTime` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.endDateTime` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.value` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.subTotal` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.tax` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.total` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.plan` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.subscription` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.entityId` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.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"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.quoteLine` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.pricingCategory` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.lines.distinctPerInvoiceId` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.subjectBusiness` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.targetBusiness` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.contactPerson` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.creator` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.date` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.dueAt` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.nextReminderDate` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.subTotal` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.tax` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.total` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.totalOpen` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.administration` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.status` (string)
    Enum: "SUCCESS", "CANCELLED"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.transferredFrom` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.transferredTo` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.creator` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.fromUser` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.fromBusiness` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.toUser` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.toBusiness` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.amount` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.fee` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.net` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.parent` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.amount` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.type` (string)
    Enum: "ach_credit_transfer", "ach_debit", "alipay", "bancontact", "card", "card_present", "eps", "giropay", "ideal", "multibanco", "klarna", "p24", "sepa_debit", "sofort", "three_d_secure", "wechat"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.clientSecret` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.codeVerification` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achCreditTransfer` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achCreditTransfer.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achCreditTransfer.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achCreditTransfer.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achCreditTransfer.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achCreditTransfer.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achCreditTransfer.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achCreditTransfer.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achCreditTransfer.accountNumber` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achCreditTransfer.bankName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achCreditTransfer.fingerprint` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achCreditTransfer.refundAccountHolderName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achCreditTransfer.refundAccountHolderType` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achCreditTransfer.refundRoutingNumber` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achCreditTransfer.routingNumber` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achCreditTransfer.swiftCode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achDebit` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achDebit.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achDebit.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achDebit.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achDebit.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achDebit.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achDebit.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achDebit.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achDebit.bankName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achDebit.country` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achDebit.fingerprint` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achDebit.last4` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achDebit.routingNumber` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.achDebit.type` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.acssDebit` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.acssDebit.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.acssDebit.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.acssDebit.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.acssDebit.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.acssDebit.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.acssDebit.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.acssDebit.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.acssDebit.bankAddressCity` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.acssDebit.bankAddressLine1` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.acssDebit.bankAddressLine2` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.acssDebit.bankAddressPostalCode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.acssDebit.bankName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.acssDebit.category` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.acssDebit.country` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.acssDebit.fingerprint` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.acssDebit.last4` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.acssDebit.routingNumber` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.alipay` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.alipay.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.alipay.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.alipay.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.alipay.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.alipay.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.alipay.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.alipay.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.alipay.dataString` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.alipay.nativeUrl` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.alipay.statementDescriptor` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.auBecsDebit` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.auBecsDebit.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.auBecsDebit.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.auBecsDebit.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.auBecsDebit.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.auBecsDebit.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.auBecsDebit.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.auBecsDebit.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.auBecsDebit.bsbNumber` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.auBecsDebit.fingerprint` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.auBecsDebit.last4` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.bancontact` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.bancontact.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.bancontact.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.bancontact.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.bancontact.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.bancontact.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.bancontact.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.bancontact.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.bancontact.bankCode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.bancontact.bankName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.bancontact.bic` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.bancontact.ibanLast4` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.bancontact.preferredLanguage` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.bancontact.statementDescriptor` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.addressLine1Check` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.addressZipCheck` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.brand` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.country` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.cvcCheck` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.dynamicLast4` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.expMonth` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.expYear` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.fingerprint` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.funding` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.iin` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.issuer` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.last4` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.threeDSecure` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.card.tokenizationMethod` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.applicationCryptogram` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.applicationPreferredName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.authorizationCode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.authorizationResponseCode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.brand` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.country` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.cvmType` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.dataType` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.dedicatedFileName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.emvAuthData` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.evidenceCustomerSignature` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.evidenceTransactionCertificate` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.expMonth` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.expYear` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.fingerprint` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.funding` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.iin` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.issuer` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.last4` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.posDeviceId` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.posEntryMode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.readMethod` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.reader` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.terminalVerificationResults` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.cardPresent.transactionStatusInformation` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.eps` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.eps.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.eps.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.eps.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.eps.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.eps.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.eps.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.eps.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.eps.reference` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.eps.statementDescriptor` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.ideal` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.ideal.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.ideal.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.ideal.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.ideal.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.ideal.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.ideal.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.ideal.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.ideal.bank` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.ideal.bic` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.ideal.ibanLast4` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.ideal.statementDescriptor` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.backgroundImageUrl` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.clientToken` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.firstName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.lastName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.locale` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.logoUrl` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.pageTitle` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.payLaterAssetUrlsDescriptive` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.payLaterAssetUrlsStandard` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.payLaterName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.payLaterRedirectUrl` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.payNowAssetUrlsDescriptive` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.payNowAssetUrlsStandard` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.payNowName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.payNowRedirectUrl` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.payOverTimeAssetUrlsDescriptive` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.payOverTimeAssetUrlsStandard` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.payOverTimeName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.payOverTimeRedirectUrl` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.paymentMethodCategories` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.purchaseCountry` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.purchaseType` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.redirectUrl` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.shippingFirstName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.klarna.shippingLastName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.multibanco` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.multibanco.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.multibanco.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.multibanco.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.multibanco.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.multibanco.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.multibanco.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.multibanco.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.multibanco.entity` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.multibanco.reference` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.multibanco.refundAccountHolderAddressCity` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.multibanco.refundAccountHolderAddressCountry` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.multibanco.refundAccountHolderAddressLine1` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.multibanco.refundAccountHolderAddressLine2` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.multibanco.refundAccountHolderAddressPostalCode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.multibanco.refundAccountHolderAddressState` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.multibanco.refundAccountHolderName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.multibanco.refundIban` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.p24` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.p24.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.p24.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.p24.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.p24.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.p24.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.p24.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.p24.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.p24.reference` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer.bankName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer.bic` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer.iban` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer.refundAccountHolderAddressCity` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer.refundAccountHolderAddressCountry` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer.refundAccountHolderAddressLine1` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer.refundAccountHolderAddressLine2` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer.refundAccountHolderAddressPostalCode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer.refundAccountHolderAddressState` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer.refundAccountHolderName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaCreditTransfer.refundIban` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaDebit` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaDebit.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaDebit.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaDebit.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaDebit.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaDebit.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaDebit.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaDebit.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaDebit.bankCode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaDebit.branchCode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaDebit.country` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaDebit.fingerprint` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaDebit.last4` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaDebit.mandateReference` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sepaDebit.mandateUrl` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sofort` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sofort.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sofort.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sofort.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sofort.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sofort.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sofort.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sofort.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sofort.bankCode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sofort.bankName` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sofort.bic` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sofort.country` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sofort.ibanLast4` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sofort.preferredLanguage` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.sofort.statementDescriptor` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.addressLine1Check` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.addressZipCheck` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.authenticated` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.brand` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.card` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.country` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.customer` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.cvcCheck` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.description` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.dynamicLast4` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.expMonth` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.expYear` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.fingerprint` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.funding` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.iin` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.issuer` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.last4` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.threeDSecure` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.threeDSecure.tokenizationMethod` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.wechat` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.wechat.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.wechat.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.wechat.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.wechat.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.wechat.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.wechat.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.wechat.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.wechat.prepayId` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.wechat.qrCodeUrl` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.source.wechat.statementDescriptor` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.type` (string)
    Enum: "INTERNAL", "EXTERNAL", "WITHDRAW"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.transactions.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.documents` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.shareSettings` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.shareSettings.isOpen` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.shareSettings.shareCode` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.shareSettings.validUntil` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.invoices.billing` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.documents` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.quote.shareSettings` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.invoice` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.booking.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.shareSettings` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.externalAttributes` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.expectedCost` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.expectedRevenue` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.actualCost` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.quote` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.CO2eWTW` (number)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.CO2eTTW` (number)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.nextAction` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.lastAction` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.estimatedDuration` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.trip.versionNumber` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.geoReference` (object, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.distanceToNextStop` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.latestLocation.timeToNextStop` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.business` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.operational` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.internal` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.trip` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.capacityContract` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.transportEquipment.pricingModules` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.chauffeur` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.boardComputers.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.operational` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.notes` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.sensors` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.fleet` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.fleet.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.fleet.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.fleet.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.fleet.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.fleet.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.fleet.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.fleet.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.fleet.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.fleet.number` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.fleet.vehicles` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.fleet.teams` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.fleet.businesses` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.order` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.fleets.vehicle` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.title` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.type` (string)
    Enum: "private", "public"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.image` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.active` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.starter` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.users` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.users.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.users.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.users.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.users.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.users.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.users.chat` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.users.user` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.users.business` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.users.chauffeur` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.users.vehicle` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.users.permission` (string)
    Enum: "NONE", "READ", "CHAT", "MODERATOR", "ADMIN"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.users.muted` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.users.markedAsUnread` (boolean)
    If this user has the chat on read yes/no

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.users.unreadMessages` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.users.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.chat` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.user` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.message` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.state` (string)
    Enum: "normal", "important", "pinned", "deleted"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.type` (string)
    Enum: "normal", "mail_message"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.edited` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.files` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.replyTo` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.responses` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.received` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.received.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.received.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.received.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.received.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.received.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.received.user` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.read` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.read.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.read.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.read.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.read.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.read.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.read.user` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.imap` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.imap.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.imap.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.imap.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.imap.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.imap.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.imap.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.imap.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.imap.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.imap.host` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.imap.port` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.imap.username` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.imap.password` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.imap.enabled` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.contentId` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.messageNumber` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.receivedDate` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sentDate` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.read` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.starred` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.subject` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.plainText` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.text` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.email` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.smtp` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.smtp.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.smtp.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.smtp.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.smtp.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.smtp.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.smtp.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.smtp.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.smtp.name` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.smtp.host` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.smtp.port` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.smtp.username` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.smtp.password` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.smtp.useOAuth` (boolean)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.smtp.tenantId` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.smtp.clientId` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.smtp.clientSecret` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.smtp.oauthScopes` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.sender.imap` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.recipients` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.attachments` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.threadId` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.parentMessageId` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.linkedTransportOrderIds` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.mailMessage.linkedConsignmentIds` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.messages.translatedMessage` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.unreadMessages` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.maxCharacters` (integer)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.latestMessage` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chat.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.trip` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.chauffeurs` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.transportEquipments` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.latestLocation` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.actors` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.cameras` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.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.

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.cameras.uuid` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.cameras.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.cameras.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.cameras.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.cameras.language` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.cameras.type` (string)
    Enum: "telenormicCamera"

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.cameras.vehicle` (object)
    circular reference

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.legalStatistics` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.legalStatistics.lastInstantOfAVehicleOwnerLocation` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.legalStatistics.countryCabotageStatistics` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.legalStatistics.lastInstantOfInternationalTrip` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.legalStatistics.lastInternationalTripDestinationCountry` (string)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.capacityContract` (object)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.pricingModules` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.attributes` (array)

  - `tender.language.platforms.apps.publisher.users.vehicleGroups.vehicles.versionNumber` (integer)

  - `tender.language.platforms.apps.publisher.users.activeAdministration` (object)

  - `tender.language.platforms.apps.publisher.users.identifiers` (array)

  - `tender.language.platforms.apps.publisher.users.accountType` (string)
    Enum: "default", "customer", "supplier", "planning", "financial"

  - `tender.language.platforms.apps.publisher.users.standardLoadingSize` (integer)

  - `tender.language.platforms.apps.publisher.users.notes` (array)

  - `tender.language.platforms.apps.publisher.users.businesses` (array)

  - `tender.language.platforms.apps.termsAndConditions` (string)

  - `tender.language.platforms.apps.lastVersion` (object)

  - `tender.language.platforms.apps.lastVersion.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

  - `tender.language.platforms.apps.lastVersion.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.

  - `tender.language.platforms.apps.lastVersion.uuid` (string, required)

  - `tender.language.platforms.apps.lastVersion.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.lastVersion.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.lastVersion.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.lastVersion.language` (object)
    circular reference

  - `tender.language.platforms.apps.lastVersion.name` (string)

  - `tender.language.platforms.apps.lastVersion.description` (string)

  - `tender.language.platforms.apps.lastVersion.buildNumber` (integer)

  - `tender.language.platforms.apps.lastVersion.version` (string)

  - `tender.language.platforms.apps.lastVersion.permissions` (array)

  - `tender.language.platforms.apps.lastVersion.permissions.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

  - `tender.language.platforms.apps.lastVersion.permissions.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.

  - `tender.language.platforms.apps.lastVersion.permissions.uuid` (string, required)

  - `tender.language.platforms.apps.lastVersion.permissions.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.lastVersion.permissions.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.lastVersion.permissions.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.lastVersion.permissions.language` (object)
    circular reference

  - `tender.language.platforms.apps.lastVersion.permissions.name` (string)

  - `tender.language.platforms.apps.lastVersion.permissions.read` (boolean)

  - `tender.language.platforms.apps.lastVersion.permissions.write` (boolean)

  - `tender.language.platforms.apps.lastVersion.permissions.delete` (boolean)

  - `tender.language.platforms.apps.lastVersion.permissions.permissionScope` (string)
    Enum: "PUBLIC", "PRIVATE", "OWNER"

  - `tender.language.platforms.apps.lastVersion.permissions.isObjectPermission` (boolean)

  - `tender.language.platforms.apps.lastVersion.hooks` (array)

  - `tender.language.platforms.apps.lastVersion.hooks.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

  - `tender.language.platforms.apps.lastVersion.hooks.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.

  - `tender.language.platforms.apps.lastVersion.hooks.uuid` (string, required)

  - `tender.language.platforms.apps.lastVersion.hooks.primaryPlatformId` (string, required)

  - `tender.language.platforms.apps.lastVersion.hooks.createdAt` (string)
    The date and time this Entity has been created

  - `tender.language.platforms.apps.lastVersion.hooks.updatedAt` (string)
    The date and time this Entity has been updated

  - `tender.language.platforms.apps.lastVersion.hooks.language` (object)
    circular reference

  - `tender.language.platforms.apps.lastVersion.hooks.type` (string)
    Enum: "ui", "api"

  - `tender.language.platforms.apps.lastVersion.hooks.subtype` (string)
    Enum: "ui_dashboard_tab", "ui_menu_tab"

  - `tender.language.platforms.apps.lastVersion.hooks.name` (string)

  - `tender.language.platforms.apps.lastVersion.hooks.description` (string)

  - `tender.language.platforms.apps.lastVersion.hooks.iframeURI` (string)

  - `tender.language.platforms.apps.lastVersion.approved` (boolean)

  - `tender.language.platforms.apps.versions` (array)

  - `tender.language.platforms.apps.approved` (boolean)

  - `tender.language.platforms.apps.public` (boolean)

  - `tender.language.platforms.disablingAt` (string)

  - `tender.language.platforms.disabled` (boolean)

  - `tender.language.platforms.inWaitList` (boolean)

  - `tender.language.name` (string)

  - `tender.language.localName` (string)

  - `tender.language.code` (string)

  - `tender.language.iso3166` (string)

  - `tender.language.decimalDelimiter` (string)

  - `tender.language.thousandDelimiter` (string)

  - `tender.language.dateFormat` (string)

  - `tender.language.measurementUnit` (string)
    Enum: "metric", "imperial"

  - `tender.platforms` (array)

  - `tender.name` (string)

  - `tender.description` (string)

  - `tender.type` (string)
    Enum: "one_time", "reoccurring"

  - `tender.status` (string)
    Enum: "concept", "open", "accepted", "closed"

  - `tender.targetPrice` (object)

  - `tender.acceptAutomaticallyAtTargetPrice` (boolean)

  - `tender.business` (object)

  - `tender.creator` (object)

  - `tender.brokers` (array)

  - `tender.brokers.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

  - `tender.brokers.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.

  - `tender.brokers.uuid` (string, required)

  - `tender.brokers.primaryPlatformId` (string, required)

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

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

  - `tender.brokers.language` (object)

  - `tender.brokers.platforms` (array)

  - `tender.brokers.logo` (object)

  - `tender.brokers.name` (string)

  - `tender.brokers.description` (string)

  - `tender.brokers.business` (object)

  - `tender.contract` (object)

  - `tender.consignment` (object)

  - `tender.mostRecentBid` (object)

  - `tender.mostRecentBid.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

  - `tender.mostRecentBid.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.

  - `tender.mostRecentBid.uuid` (string, required)

  - `tender.mostRecentBid.primaryPlatformId` (string, required)

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

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

  - `tender.mostRecentBid.language` (object)

  - `tender.mostRecentBid.platforms` (array)

  - `tender.mostRecentBid.status` (string)
    Enum: "concept", "offered", "declined", "accepted", "not_chosen"

  - `tender.mostRecentBid.business` (object)

  - `tender.mostRecentBid.user` (object)

  - `tender.mostRecentBid.broker` (object)

  - `tender.mostRecentBid.bid` (object)

  - `tender.mostRecentBid.remark` (string)

  - `tender.mostRecentBid.counterBid` (object)
    circular reference

  - `tender.lowestAmountBid` (object)

  - `tender.totalBidCount` (integer)

## Response 400 fields (application/json):

  - `success` (boolean)

  - `message` (string)

  - `code` (integer)

  - `errors` (array)

  - `suggestion` (string)


