Transportial OTMS API (0.9.2)

Download OpenAPI description
Languages
Servers
Mock server
https://docs.transportial.com/_mock/apis/
Test environment
https://test.api.otms.transportial.com/api/
Production
https://api.otms.transportial.com/api/

Transportial

Our full API documentation can be found here for OTMS. It describes our endpoints and the way we accept data.

Authentication

You can authenticate users by a login call and sending their token in the Authorization header.

OTM5

Our API is fully supportive of the OTM5 data structure. You can send and receive those objects in the exact definition. In our documentation you will find our other objects and you don't need to use Associations, we do return that structure however.

ServiceCard

Object describing a geographic ServiceCard. A ServiceCard can either be a point or an area.

Operations

Tire

Object describing a geographic Tire. A Tire can either be a point or an area.

Operations

Action

Actions are dynamic entities that are able to couple together various static entities at a certain moment in time. For instance a Load action couples together a Consignment and a Vehicle at the moment the Loading happens.

Operations

Actor

Actors can be stacked and constrain different activities in their context

Operations

Charge

Charges

Operations

Invoice

Invoices

Operations

LedgerEntry

LedgerEntry ...

Operations

Payout

Payouts

Operations

Plan

Plans

Operations

Quote

Quotes

Operations

Administration

Administrations can be stacked and constrain different activities in their context

Operations

Transaction

Transactions

Operations

Alert

Object describing a geographic alert. A alert can either be a point or an area.

Operations

Publisher

Object describing a geographic publisher. A publisher can either be a point or an area.

Operations

App

Object describing a geographic app. A app can either be a point or an area.

Operations

Attribute

A generic entity that can help in defining other entities properties

Operations

Ban

Object describing a geographic Ban. A Ban can either be a point or an area.

Operations

Board

Boards contain Lanes and might represent a module of a project or a project itself

Operations

Booking

Object describing a geographic booking. A booking can either be a point or an area.

Operations

Business

Business is a base entity that describes a companies information. Thiis entity is used for contracts, clients, invoices, quotes, etc. It can be any type of relation you do business with.

Operations

Camera

A Camera

Operations

CapacityContract

The CapacityContract is the entity to model a contract of a purchase of certain amount of scheduled capacity.

Operations

Capacity

A capacity models the amount of cargo, a schedule can deliver.

Operations

Certificate

Object describing a geographic Certificate. A Certificate can either be a point or an area.

Operations

Chat

Sending messages to users grouped by rooms

Operations

MessageTemplate

MessageTemplates can be stacked and constrain different activities in their context

Operations

Chauffeur

Chauffeurs are the people who are responsible for controlling a Vehicle. They have schedules, planning and legal responsibilities.

Operations

Complaint

Object describing a geographic Complaint. A Complaint can either be a point or an area.

Operations

Consignment

Consignments can be stacked and constrain different activities in their context

Operations

Constraint

Constraints can be stacked and constrain different activities in their context

Operations

Contract

Contracts

Operations

Damage

Object describing a geographic damage. A damage can either be a point or an area.

Operations

Document

Documents are the base entities to handle all types of external data files and the references to them

Operations

Event

Events - like actions - model dynamic entities that couple various static entities at a certain moment in time. Events are used for either real-time updates, or updates on earlier provided data. Notice that in both event types these are updates on earlier provided data, whereas actions are usually used together with the entities they dynamically couple.

Operations

Feedback

Feedbacks

Operations

File

File management. Upload, retrieve and download files. Categorized by it's purpose.

Operations

Fleet

Fleets can be stacked and constrain different activities in their context

Operations

General

General reference data sets like Languages, Currencies etc. and functions

Operations

Goods

Goods are the items to be transported as part of a consignment. Goods can be divided into two sub-types of goods, depending on the use case and the level of detail. Goods either consists of items, describing the actual goods to be transported. Or a transport equipment, which is equipment used to carry the actual goods to be transported. Transport equipment is (usually) a means to an end, not something that needs to be transported on itself, such as pallets.

Operations

TransportEquipment

TransportEquipment are the items to be transported as part of a consignment. TransportEquipment can be divided into two sub-types of transportEquipment, depending on the use case and the level of detail. TransportEquipment either consists of items, describing the actual transportEquipment to be transported. Or a transport equipment, which is equipment used to carry the actual transportEquipment to be transported. Transport equipment is (usually) a means to an end, not something that needs to be transported on itself, such as pallets.

Operations

Insights

All the insights you need can be gathered from these endpoints

Operations

Integration

An Integration is the connection for 2 systems. An integration can be configured and enabled through this object. It can also configure the entire connection or it can be pre-configured.

Operations

Lane

A lane contains a location and status of a todo task.

Operations

ToDo

A lane contains a location and status of a todo task.

Operations

Location

Object describing a geographic location. A location can either be a point or an area.

Operations

Mail

Mails can be stacked and constrain different activities in their context

Operations

Management

The management overviews

Operations

MessageAutomation

Message-Automations are communication automation connectors that can use events

Operations

Notification

Notification endpoint to notify people, groups or the entire user base of things they might want to know or need to know

Operations

Platform

Platforms can be stacked and constrain different activities in their context

Operations

SAML

SAML Configuration for Single-SignOn(SSO) establishment between Service-Provider(SP) and Identity-Provider(IDP)

Operations

Pricing

A pricing models the path going from one location to at least one other location.

Operations

Route

A route models the path going from one location to at least one other location.

Operations

Routing

Everything routing: meaning the routes from A-B supporting multiple modalities

Operations

ScheduleRoute

A scheduleRoute is a device that is able to measure a quantity in a certain unit, such as measuring the speed in km/h.

Operations

Sensor

A sensor is a device that is able to measure a quantity in a certain unit, such as measuring the speed in km/h.

Operations

Support

Support tickets are there to diagnose issues in the software or help users if they have a question

Operations

Tachograph

Tachograph methods

Operations

Team

A Team is a group of Vehicle's. Groups can be used to reference a list of vehicles without having to select each individual one.

Operations

Tender

Tenders can be stacked and constrain different activities in their context

Operations

Terminal

Terminals

Operations

ToDoComment

Object describing a geographic toDoComment. A toDoComment can either be a point or an area.

Operations

TQL

TQL stands for "Transportial Query Language". It's used to be able to run any query from a given JSON request

Operations

TransportOrder

The TransportOrder is the top-level entity to model a group of related consignments that might be transported separately, but need to be administered together.

Operations

Trip

A Trip is an aggregate entity that combines various entities to model visiting various locations, potentially doing one or multiple actions on each location, such as loading or unloading consignments. It is optionally coupled to a Vehicle that is/was driving this trip.

Operations

Add documents

Request

Add documents to tripp

Path
idstringrequired
Headers
Authorizationstringrequired
Bodyapplication/jsonrequired
documentsArray of objects(DocumentAssociation)
curl -i -X PUT \
  'https://docs.transportial.com/_mock/apis/trip/{id}/documents' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "documents": [
      {
        "associationType": "inline",
        "entity": {
          "nonce": "string",
          "description": "string",
          "expiresAt": "2019-08-24T14:15:22Z",
          "fileName": "string",
          "mimeType": "string",
          "encoding": "string",
          "verified": true,
          "content": {
            "contentType": "data",
            "data": "string"
          },
          "file": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "externalAttributes": {
            "property1": {},
            "property2": {}
          },
          "name": "string"
        }
      }
    ]
  }'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
tripobject(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "trip": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "name": "string", "type": "internal", "tripNr": "string", "route": {}, "status": "draft", "planStatus": "ok", "routeStatus": "on_route", "currentAction": {}, "transportMode": "maritime", "capacityContract": {}, "linkedTrip": true, "chauffeurs": [], "transportEquipments": [], "documents": [], "actors": [], "constraints": [], "identifiers": [], "pricingElements": [], "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "kmStart": 0, "kmEnd": 0, "booking": {}, "shareSettings": {}, "externalAttributes": {}, "expectedCost": {}, "expectedRevenue": {}, "actualCost": {}, "CO2eWTW": 0.1, "CO2eTTW": 0.1, "nextAction": {}, "lastAction": {}, "versionNumber": 0 } }

Cancel a trip

Request

Cancel a trip, realize all actions below, remove from Vehicle and change Consignment status

Path
idstringrequired
Headers
Authorizationstringrequired
curl -i -X GET \
  'https://docs.transportial.com/_mock/apis/trip/{id}/cancel' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
tripobject(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "trip": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "name": "string", "type": "internal", "tripNr": "string", "route": {}, "status": "draft", "planStatus": "ok", "routeStatus": "on_route", "currentAction": {}, "transportMode": "maritime", "capacityContract": {}, "linkedTrip": true, "chauffeurs": [], "transportEquipments": [], "documents": [], "actors": [], "constraints": [], "identifiers": [], "pricingElements": [], "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "kmStart": 0, "kmEnd": 0, "booking": {}, "shareSettings": {}, "externalAttributes": {}, "expectedCost": {}, "expectedRevenue": {}, "actualCost": {}, "CO2eWTW": 0.1, "CO2eTTW": 0.1, "nextAction": {}, "lastAction": {}, "versionNumber": 0 } }

Cancel trips

Request

Cancel a list of trips

Headers
Authorizationstringrequired
Bodyapplication/jsonrequired
tripIdsArray of strings
curl -i -X POST \
  https://docs.transportial.com/_mock/apis/trips/cancel \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "tripIds": [
      "string"
    ]
  }'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
totalResultsinteger(int32)
tripsArray of objects(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "totalResults": 0, "trips": [ {} ] }

Confirm a trip

Request

Confirming a trip and detaching it to the vehicle

Path
idstringrequired
Headers
Authorizationstringrequired
curl -i -X GET \
  'https://docs.transportial.com/_mock/apis/trip/{id}/confirm' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
tripobject(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "trip": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "name": "string", "type": "internal", "tripNr": "string", "route": {}, "status": "draft", "planStatus": "ok", "routeStatus": "on_route", "currentAction": {}, "transportMode": "maritime", "capacityContract": {}, "linkedTrip": true, "chauffeurs": [], "transportEquipments": [], "documents": [], "actors": [], "constraints": [], "identifiers": [], "pricingElements": [], "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "kmStart": 0, "kmEnd": 0, "booking": {}, "shareSettings": {}, "externalAttributes": {}, "expectedCost": {}, "expectedRevenue": {}, "actualCost": {}, "CO2eWTW": 0.1, "CO2eTTW": 0.1, "nextAction": {}, "lastAction": {}, "versionNumber": 0 } }

Confirm trips

Request

Confirm a list of trips

Headers
Authorizationstringrequired
Bodyapplication/jsonrequired
tripIdsArray of strings
curl -i -X POST \
  https://docs.transportial.com/_mock/apis/trips/confirm \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "tripIds": [
      "string"
    ]
  }'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
totalResultsinteger(int32)
tripsArray of objects(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "totalResults": 0, "trips": [ {} ] }

Create trips

Request

Create a new trip

Headers
Authorizationstringrequired
Bodyapplication/jsonrequired
optimizeTypestring
Enum"time""co2""cost"
locationsArray of strings
consignmentsArray of strings
vehiclesArray of strings
transportEquipmentsArray of strings
startDatestring(date-time)
curl -i -X POST \
  https://docs.transportial.com/_mock/apis/trip/optimizer \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "optimizeType": "time",
    "locations": [
      "string"
    ],
    "consignments": [
      "string"
    ],
    "vehicles": [
      "string"
    ],
    "transportEquipments": [
      "string"
    ],
    "startDate": "2019-08-24T14:15:22Z"
  }'

Responses

Success

Bodyapplication/json
optimizeTypestring
Enum"time""co2""cost"
locationsArray of strings
consignmentsArray of strings
vehiclesArray of strings
transportEquipmentsArray of strings
startDatestring(date-time)
Response
application/json
{ "optimizeType": "time", "locations": [ "string" ], "consignments": [ "string" ], "vehicles": [ "string" ], "transportEquipments": [ "string" ], "startDate": "2019-08-24T14:15:22Z" }

Create trip and generate route

Request

Create a new trip and calculate a route

Headers
Authorizationstringrequired
Bodyapplication/jsonrequired
noncestring

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.

versionNumberinteger(int32)
hasAgreedToPriceboolean
typestring
Enum"internal""internal_empty""forwarded"
tripNrstring
statusstring
Enum"draft""requested""accepted""confirmed""in_transit""completed""cancelled""modified"
planStatusstring
Enum"ok""too_late""too_early""off_route"
routeStatusstring
Enum"on_route""off_route"
currentActionobject(Action)
transportModestring
Enum"maritime""road""rail""air""inlandWaterway"
capacityContractobject(CapacityContract)
linkedTripboolean
chauffeursArray of objects(Chauffeur)
transportEquipmentsArray of objects(TransportEquipment)
documentsArray of objects(Document)
actorsArray of objects(Actor)
constraintsArray of objects(Constraint)
pricingElementsArray of objects(PricingElement)
startDatestring(date-time)
endDatestring(date-time)
kmStartinteger(int32)
kmEndinteger(int32)
bookingobject(Booking)
shareSettingsobject(ShareSettings)
externalAttributesobject
expectedCostobject(Money)
expectedRevenueobject(Money)
actualCostobject(Money)
CO2eWTWnumber(double)
CO2eTTWnumber(double)
nextActionobject(Action)
lastActionobject(Action)
estimatedDurationinteger(int32)
namestring
routeobject(Route)
curl -i -X POST \
  https://docs.transportial.com/_mock/apis/trip:route \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "nonce": "string",
    "versionNumber": 0,
    "hasAgreedToPrice": true,
    "type": "internal",
    "tripNr": "string",
    "status": "draft",
    "planStatus": "ok",
    "routeStatus": "on_route",
    "currentAction": {
      "nonce": "string",
      "versionNumber": 0,
      "type": "load",
      "groupId": "string",
      "name": "string",
      "externalAttributes": {
        "property1": {},
        "property2": {}
      },
      "lifeCycle": "requested",
      "result": {
        "status": "succeeded",
        "remark": "string",
        "reason": "string"
      },
      "remark": "string",
      "sequenceNr": 0,
      "location": {
        "associationType": "inline",
        "entity": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "type": "warehouse",
          "name": "string",
          "unCode": "string",
          "geoReference": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "addressGeoReference",
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string",
            "hash": "string"
          },
          "administrativeReference": {
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string"
          },
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "constraints": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "accessConstraint",
              "name": "string",
              "enforceability": "enforced",
              "description": "string"
            }
          ],
          "pricingElements": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "category": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "creditCode": "string",
                "debitCode": "string",
                "defaultValue": 0.1,
                "enabled": true
              },
              "amount": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              }
            }
          ],
          "remark": "string",
          "hash": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          }
        },
        "description": "string"
      },
      "startTime": "2019-08-24T14:15:22Z",
      "endTime": "2019-08-24T14:15:22Z",
      "eta": "2019-08-24T14:15:22Z",
      "etd": "2019-08-24T14:15:22Z",
      "timeFormat": "string",
      "recurrence": "string",
      "duration": 0,
      "estimatedDuration": 0,
      "actions": [
        {
          "type": "inline",
          "associationType": "string",
          "entity": {},
          "description": "string"
        }
      ],
      "documents": [
        {
          "associationType": "inline"
        }
      ],
      "identifiers": [
        {
          "nonce": "string",
          "name": "string",
          "system": "string",
          "value": "string",
          "expiredAt": "2019-08-24T14:15:22Z"
        }
      ],
      "constraints": [
        {
          "associationType": "inline",
          "entity": {
            "nonce": "string",
            "name": "string",
            "enforceability": "enforced",
            "type": "accessConstraint",
            "description": "string"
          },
          "description": "string"
        }
      ],
      "communicationRequests": [
        {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "status": "pending",
          "responseMessage": "string",
          "responseValue": "string",
          "communicationRequests": [
            {}
          ]
        }
      ],
      "isContainmentAction": true,
      "vehicle": {
        "associationType": "inline"
      },
      "pin": "string",
      "tar": "string",
      "shipmentLine": {
        "scacCode": "string",
        "smdgCode": "string"
      },
      "containmentUUID": "string"
    },
    "transportMode": "maritime",
    "capacityContract": {
      "nonce": "string",
      "name": "string",
      "type": "permanentContract",
      "communicationMethod": "messageAutomation",
      "contract": {
        "nonce": "string",
        "title": "string",
        "description": "string",
        "deliveryTerms": "EXW",
        "contractor": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "relationType": "string",
          "alias": "string",
          "description": "string",
          "transportLicenseNumber": "string",
          "eori": "string",
          "scacCode": "string",
          "industry": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "abbreviated": "string",
            "enabled": true
          },
          "website": "string",
          "coc": "string",
          "vat": "string",
          "verified": true,
          "documents": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "content": {},
                "file": {},
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "name": "string"
              }
            }
          ],
          "logo": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "banners": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "locations": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            }
          ],
          "identification": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "contactPersons": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          ],
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {},
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "pricingConfigurationCount": 0,
          "hasAgreedToPrice": true
        },
        "contractorSignee": {
          "nonce": "string",
          "firstName": "string",
          "lastName": "string",
          "position": "string",
          "email": "string",
          "phone": "string"
        },
        "client": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "relationType": "string",
          "alias": "string",
          "description": "string",
          "transportLicenseNumber": "string",
          "eori": "string",
          "scacCode": "string",
          "industry": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "abbreviated": "string",
            "enabled": true
          },
          "website": "string",
          "coc": "string",
          "vat": "string",
          "verified": true,
          "documents": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "content": {},
                "file": {},
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "name": "string"
              }
            }
          ],
          "logo": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "banners": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "locations": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            }
          ],
          "identification": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "contactPersons": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          ],
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {},
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "pricingConfigurationCount": 0,
          "hasAgreedToPrice": true
        },
        "clientSignee": {
          "nonce": "string",
          "firstName": "string",
          "lastName": "string",
          "position": "string",
          "email": "string",
          "phone": "string"
        }
      },
      "business": {
        "id": "string",
        "nonce": "string",
        "uuid": "string",
        "primaryPlatformId": "string",
        "createdAt": "2019-08-24T14:15:22Z",
        "updatedAt": "2019-08-24T14:15:22Z",
        "name": "string",
        "relationType": "string",
        "alias": "string",
        "description": "string",
        "transportLicenseNumber": "string",
        "eori": "string",
        "scacCode": "string",
        "industry": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "abbreviated": "string",
          "enabled": true
        },
        "website": "string",
        "coc": "string",
        "vat": "string",
        "verified": true,
        "documents": [
          {
            "associationType": "inline",
            "entity": {
              "nonce": "string",
              "description": "string",
              "expiresAt": "2019-08-24T14:15:22Z",
              "fileName": "string",
              "mimeType": "string",
              "encoding": "string",
              "verified": true,
              "content": {
                "contentType": "data",
                "data": "string"
              },
              "file": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "name": "string"
            }
          }
        ],
        "logo": {
          "nonce": "string",
          "url": "string",
          "path": "string",
          "name": "string",
          "originalName": "string",
          "size": 0,
          "purpose": "string",
          "type": "IMAGE",
          "mimeType": "string",
          "extension": "string",
          "uploadedAt": "2019-08-24T14:15:22Z"
        },
        "banners": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          }
        ],
        "locations": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "addressGeoReference",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string",
              "hash": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "constraints": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "accessConstraint",
                "name": "string",
                "enforceability": "enforced",
                "description": "string"
              }
            ],
            "pricingElements": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "description": "string",
                "category": {},
                "amount": {}
              }
            ],
            "remark": "string",
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            }
          }
        ],
        "identification": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          }
        ],
        "contactDetails": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "iban",
            "value": "string",
            "remarks": "string"
          }
        ],
        "contactPersons": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "firstName": "string",
            "lastName": "string",
            "position": "string",
            "email": "string",
            "phone": "string"
          }
        ],
        "administration": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "primary": true,
          "business": {},
          "currency": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "balance": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "amount": 0.1,
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "taxRate": {
              "nonce": "string",
              "creditCode": "string",
              "debitCode": "string",
              "identifiers": [
                {}
              ],
              "name": "string",
              "description": "string",
              "jurisdiction": "string",
              "percentage": 0.1,
              "inclusive": true,
              "active": true
            },
            "inclusiveOfTax": true
          },
          "numberFormat": "string",
          "numberLength": 0,
          "dueDays": 0,
          "invoiceNumberIndex": {
            "property1": 0,
            "property2": 0
          },
          "quoteNumberIndex": {
            "property1": 0,
            "property2": 0
          },
          "automaticallySendReminders": true,
          "invoiceTermsAndConditions": "string",
          "quoteTermsAndConditions": "string",
          "invoiceNumbering": 0,
          "quoteNumbering": 0
        },
        "pricingConfigurationCount": 0,
        "hasAgreedToPrice": true
      },
      "administration": {
        "nonce": "string",
        "name": "string",
        "primary": true,
        "business": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "relationType": "string",
          "alias": "string",
          "description": "string",
          "transportLicenseNumber": "string",
          "eori": "string",
          "scacCode": "string",
          "industry": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "abbreviated": "string",
            "enabled": true
          },
          "website": "string",
          "coc": "string",
          "vat": "string",
          "verified": true,
          "documents": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "content": {},
                "file": {},
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "name": "string"
              }
            }
          ],
          "logo": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "banners": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "locations": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            }
          ],
          "identification": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "contactPersons": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          ],
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {},
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "pricingConfigurationCount": 0,
          "hasAgreedToPrice": true
        },
        "currency": {
          "nonce": "string",
          "name": "string",
          "short": "string",
          "sign": "string",
          "decimalDelimiter": "string",
          "thousandDelimiter": "string",
          "enabled": true
        },
        "balance": {
          "nonce": "string",
          "amount": 0.1,
          "currency": {
            "nonce": "string",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "taxRate": {
            "nonce": "string",
            "creditCode": "string",
            "debitCode": "string",
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "name": "string",
            "description": "string",
            "jurisdiction": "string",
            "percentage": 0.1,
            "inclusive": true,
            "active": true
          },
          "inclusiveOfTax": true
        },
        "numberFormat": "string",
        "numberLength": 0,
        "dueDays": 0,
        "invoiceNumberIndex": {
          "property1": 0,
          "property2": 0
        },
        "quoteNumberIndex": {
          "property1": 0,
          "property2": 0
        },
        "automaticallySendReminders": true,
        "invoiceTermsAndConditions": "string",
        "quoteTermsAndConditions": "string",
        "invoiceStandardDocuments": [
          {
            "nonce": "string",
            "description": "string",
            "expiresAt": "2019-08-24T14:15:22Z",
            "fileName": "string",
            "mimeType": "string",
            "encoding": "string",
            "verified": true,
            "content": {
              "contentType": "data",
              "data": "string"
            },
            "file": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "name": "string"
          }
        ],
        "quoteStandardDocuments": [
          {
            "nonce": "string",
            "description": "string",
            "expiresAt": "2019-08-24T14:15:22Z",
            "fileName": "string",
            "mimeType": "string",
            "encoding": "string",
            "verified": true,
            "content": {
              "contentType": "data",
              "data": "string"
            },
            "file": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "name": "string"
          }
        ],
        "invoiceNumbering": 0,
        "quoteNumbering": 0
      },
      "startTime": "2019-08-24T14:15:22Z",
      "endTime": "2019-08-24T14:15:22Z",
      "selfBilling": true,
      "currency": {
        "nonce": "string",
        "name": "string",
        "short": "string",
        "sign": "string",
        "decimalDelimiter": "string",
        "thousandDelimiter": "string",
        "enabled": true
      },
      "triggerType": "endOfWeek",
      "pricingModules": [
        {
          "nonce": "string",
          "type": "fixed",
          "name": "string",
          "sequenceNr": 0,
          "description": "string",
          "category": {
            "nonce": "string",
            "name": "string",
            "creditCode": "string",
            "debitCode": "string",
            "defaultValue": 0.1,
            "enabled": true
          },
          "taxRates": [
            {
              "nonce": "string",
              "sequenceNr": 0,
              "name": "string",
              "description": "string",
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "filters": [
                {
                  "filters": []
                }
              ]
            }
          ],
          "filters": [
            {
              "selector": "string",
              "comparisonType": "equal",
              "value": "string",
              "linkType": "and",
              "filters": [
                {
                  "filters": []
                }
              ],
              "sequenceNr": 0
            }
          ],
          "oncePerInvoice": true
        }
      ],
      "lastHandledSelfBilling": "2019-08-24T14:15:22Z",
      "signature": {
        "nonce": "string",
        "ip": "string",
        "userAgent": "string",
        "date": "2019-08-24T14:15:22Z",
        "file": {
          "nonce": "string",
          "url": "string",
          "path": "string",
          "name": "string",
          "originalName": "string",
          "size": 0,
          "purpose": "string",
          "type": "IMAGE",
          "mimeType": "string",
          "extension": "string",
          "uploadedAt": "2019-08-24T14:15:22Z"
        }
      },
      "integration": {
        "nonce": "string",
        "type": "manual",
        "name": "string",
        "description": "string",
        "schedule": {
          "integrationSchedulerScheduleValue": 0,
          "integrationSchedulerScheduleType": "seconds",
          "milliseconds": 0
        },
        "dataSources": [
          {
            "nonce": "string",
            "directionType": "in",
            "connectionType": "api",
            "requestMethod": "get",
            "dataType": "xml",
            "entityType": "action",
            "url": "string",
            "port": 0,
            "path": "string",
            "token": "string",
            "query": "string",
            "parameters": [
              {
                "sequenceNr": 0,
                "type": "constant",
                "regex": "string",
                "format": "string",
                "locale": "string",
                "zoneId": "string",
                "incomingPath": "string",
                "outgoingPath": "string",
                "fields": [
                  null
                ],
                "filters": [
                  null
                ],
                "options": [
                  null
                ]
              }
            ],
            "allowedIps": [
              "string"
            ],
            "hasAuthentication": true,
            "credentials": {
              "nonce": "string",
              "authenticationMethod": "apiKey",
              "username": "string",
              "password": "string",
              "accessKey": "string",
              "secretKey": "string",
              "clientId": "string",
              "clientSecret": "string",
              "grantType": "string",
              "scope": "string",
              "apiKey": "string",
              "bearer": "string",
              "sshKey": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "sshTunnel": true,
              "sshHost": "string",
              "sshUsername": "string",
              "sshPassword": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "headers": {
                "property1": {},
                "property2": {}
              },
              "oauthUrl": "string",
              "oAuthCache": "string",
              "oAuthCacheCreationDate": "2019-08-24T14:15:22Z",
              "openIdToken": "string",
              "openIdRefreshToken": "string",
              "openIdAccessToken": "string",
              "openIdExpiration": "2019-08-24T14:15:22Z"
            },
            "otm": true,
            "fields": [
              {
                "sequenceNr": 0,
                "type": "constant",
                "regex": "string",
                "format": "string",
                "locale": "string",
                "zoneId": "string",
                "incomingPath": "string",
                "outgoingPath": "string",
                "fields": [
                  null
                ],
                "filters": [
                  null
                ],
                "options": [
                  null
                ]
              }
            ],
            "filters": [
              {
                "selector": "string",
                "comparisonType": "equal",
                "value": "string",
                "linkType": "and",
                "filters": [
                  null
                ],
                "sequenceNr": 0
              }
            ],
            "template": true
          }
        ],
        "enabled": true,
        "lastHandled": "2019-08-24T14:15:22Z",
        "integration": [
          {
            "nonce": "string",
            "author": {
              "nonce": "string",
              "hasAgreedToPrice": true,
              "type": "user",
              "username": "string",
              "firstName": "string",
              "lastName": "string",
              "email": "string",
              "phone": "string",
              "passwordModified": "2019-08-24T14:15:22Z",
              "twoFactorAuthentication": true,
              "status": "DELETED",
              "loginMethod": "DEFAULT",
              "accountType": "default",
              "standardLoadingSize": 10,
              "timezone": "string",
              "vehicleGroups": [
                {
                  "vehicles": []
                }
              ]
            },
            "name": "string",
            "text": "string"
          }
        ],
        "triggerType": "trigger",
        "triggerEvent": "afterCreatingTrip",
        "filters": [
          {
            "selector": "string",
            "comparisonType": "equal",
            "value": "string",
            "linkType": "and",
            "filters": [
              {}
            ],
            "sequenceNr": 0
          }
        ]
      },
      "messageAutomation": {
        "nonce": "string",
        "name": "string",
        "description": "string",
        "automationConfig": {
          "triggerType": "trigger",
          "triggerEvent": "afterCreatingTrip",
          "schedule": {
            "integrationSchedulerScheduleValue": 0,
            "integrationSchedulerScheduleType": "seconds",
            "milliseconds": 0
          },
          "filters": [
            {
              "selector": "string",
              "comparisonType": "equal",
              "value": "string",
              "linkType": "and",
              "filters": [
                {}
              ],
              "sequenceNr": 0
            }
          ],
          "query": {
            "nonce": "string",
            "fields": [
              {
                "name": "string",
                "groupByAggregate": "count"
              }
            ],
            "entityType": "action",
            "joins": [
              {
                "type": "inner_join",
                "entityType": "action",
                "onLeft": {},
                "onRight": {}
              }
            ],
            "filters": [
              {
                "nonce": "string",
                "sequenceNr": 0,
                "field": "string",
                "comparisonOperations": "equal",
                "value": "string",
                "valueType": "constant",
                "linkType": "and"
              }
            ],
            "groupBy": [
              {
                "name": "string",
                "groupByAggregate": "count"
              }
            ],
            "having": {
              "name": "string",
              "groupByAggregate": "count"
            },
            "sortFields": [
              {
                "name": "string",
                "groupByAggregate": "count"
              }
            ],
            "sortDirection": "asc",
            "limit": 0,
            "offset": 0
          },
          "recipients": [
            "string"
          ],
          "recipientSelector": "string",
          "toggleForAll": true,
          "channel": "email",
          "manualIntegration": {
            "nonce": "string",
            "type": "manual",
            "name": "string",
            "description": "string",
            "schedule": {
              "integrationSchedulerScheduleValue": 0,
              "integrationSchedulerScheduleType": "seconds",
              "milliseconds": 0
            },
            "dataSources": [
              {
                "nonce": "string",
                "directionType": "in",
                "connectionType": "api",
                "requestMethod": "get",
                "dataType": "xml",
                "entityType": "action",
                "url": "string",
                "port": 0,
                "path": "string",
                "token": "string",
                "query": "string",
                "parameters": [
                  null
                ],
                "allowedIps": [
                  null
                ],
                "hasAuthentication": true,
                "credentials": {
                  "externalAttributes": {},
                  "headers": {}
                },
                "otm": true,
                "fields": [
                  null
                ],
                "filters": [
                  null
                ],
                "template": true
              }
            ],
            "enabled": true,
            "lastHandled": "2019-08-24T14:15:22Z",
            "sectorType": "boardComputer",
            "manualType": "transics",
            "enabledFunctions": [
              "string"
            ],
            "url": "string",
            "port": 0,
            "credentials": {
              "nonce": "string",
              "authenticationMethod": "apiKey",
              "username": "string",
              "password": "string",
              "accessKey": "string",
              "secretKey": "string",
              "clientId": "string",
              "clientSecret": "string",
              "grantType": "string",
              "scope": "string",
              "apiKey": "string",
              "bearer": "string",
              "sshKey": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "sshTunnel": true,
              "sshHost": "string",
              "sshUsername": "string",
              "sshPassword": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "headers": {
                "property1": {},
                "property2": {}
              },
              "oauthUrl": "string",
              "oAuthCache": "string",
              "oAuthCacheCreationDate": "2019-08-24T14:15:22Z",
              "openIdToken": "string",
              "openIdRefreshToken": "string",
              "openIdAccessToken": "string",
              "openIdExpiration": "2019-08-24T14:15:22Z"
            },
            "filters": [
              {
                "selector": "string",
                "comparisonType": "equal",
                "value": "string",
                "linkType": "and",
                "filters": [
                  null
                ],
                "sequenceNr": 0
              }
            ],
            "integration": [
              {
                "nonce": "string",
                "author": {
                  "vehicleGroups": []
                },
                "name": "string",
                "text": "string"
              }
            ]
          },
          "includeAttachments": true,
          "subject": "string",
          "currentTriggerPosition": 0,
          "localizedTexts": [
            {
              "language": {
                "nonce": "string",
                "name": "string",
                "localName": "string",
                "code": "string",
                "iso3166": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "dateFormat": "string",
                "measurementUnit": "metric"
              },
              "content": "string",
              "messageTemplate": "string",
              "subject": "string"
            }
          ],
          "defaultLanguageId": "string",
          "languageSelector": "string"
        },
        "enabled": true,
        "lastHandled": "2019-08-24T14:15:22Z",
        "template": true,
        "templateCategory": "string",
        "type": "messageAutomation",
        "notes": [
          {
            "nonce": "string",
            "author": {
              "nonce": "string",
              "hasAgreedToPrice": true,
              "type": "user",
              "username": "string",
              "firstName": "string",
              "lastName": "string",
              "email": "string",
              "phone": "string",
              "passwordModified": "2019-08-24T14:15:22Z",
              "twoFactorAuthentication": true,
              "status": "DELETED",
              "loginMethod": "DEFAULT",
              "accountType": "default",
              "standardLoadingSize": 10,
              "timezone": "string",
              "vehicleGroups": [
                {
                  "vehicles": []
                }
              ]
            },
            "name": "string",
            "text": "string"
          }
        ]
      },
      "consignments": [
        {
          "nonce": "string",
          "versionNumber": 0,
          "hasAgreedToPrice": true,
          "name": "string",
          "consignmentNr": "string",
          "description": "string",
          "status": "draft",
          "highValueGoods": true,
          "goods": [
            {
              "associationType": "inline"
            }
          ],
          "consignment": {},
          "originalPhysicalSender": {
            "nonce": "string",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "nonce": "string",
              "type": "addressGeoReference",
              "hash": "string",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postCode": "string",
              "city": "string",
              "country": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactPersons": [
              {
                "nonce": "string",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "attributes": [
              {
                "nonce": "string",
                "name": "string",
                "color": "string"
              }
            ],
            "remark": "string"
          },
          "originalLegalSender": {
            "nonce": "string",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "nonce": "string",
              "type": "addressGeoReference",
              "hash": "string",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postCode": "string",
              "city": "string",
              "country": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactPersons": [
              {
                "nonce": "string",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "attributes": [
              {
                "nonce": "string",
                "name": "string",
                "color": "string"
              }
            ],
            "remark": "string"
          },
          "originalPhysicalAddressee": {
            "nonce": "string",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "nonce": "string",
              "type": "addressGeoReference",
              "hash": "string",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postCode": "string",
              "city": "string",
              "country": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactPersons": [
              {
                "nonce": "string",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "attributes": [
              {
                "nonce": "string",
                "name": "string",
                "color": "string"
              }
            ],
            "remark": "string"
          },
          "originalLegalAddressee": {
            "nonce": "string",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "nonce": "string",
              "type": "addressGeoReference",
              "hash": "string",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postCode": "string",
              "city": "string",
              "country": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactPersons": [
              {
                "nonce": "string",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "attributes": [
              {
                "nonce": "string",
                "name": "string",
                "color": "string"
              }
            ],
            "remark": "string"
          },
          "isPlannedToLastLocation": true,
          "documents": [
            {
              "associationType": "inline"
            }
          ],
          "actors": [
            {
              "associationType": "inline"
            }
          ],
          "pricingElements": [
            {
              "nonce": "string",
              "name": "string",
              "description": "string",
              "category": {
                "nonce": "string",
                "name": "string",
                "creditCode": "string",
                "debitCode": "string",
                "defaultValue": 0.1,
                "enabled": true
              },
              "amount": {
                "nonce": "string",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              }
            }
          ],
          "externalAttributes": {
            "property1": {},
            "property2": {}
          },
          "expectedRevenue": {
            "nonce": "string",
            "amount": 0.1,
            "currency": {
              "nonce": "string",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "taxRate": {
              "nonce": "string",
              "creditCode": "string",
              "debitCode": "string",
              "identifiers": [
                {}
              ],
              "name": "string",
              "description": "string",
              "jurisdiction": "string",
              "percentage": 0.1,
              "inclusive": true,
              "active": true
            },
            "inclusiveOfTax": true
          },
          "expectedCost": {
            "nonce": "string",
            "amount": 0.1,
            "currency": {
              "nonce": "string",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "taxRate": {
              "nonce": "string",
              "creditCode": "string",
              "debitCode": "string",
              "identifiers": [
                {}
              ],
              "name": "string",
              "description": "string",
              "jurisdiction": "string",
              "percentage": 0.1,
              "inclusive": true,
              "active": true
            },
            "inclusiveOfTax": true
          },
          "combined": true,
          "type": "string",
          "remark": "string",
          "constraints": [
            {
              "nonce": "string",
              "name": "string",
              "enforceability": "enforced",
              "type": "accessConstraint",
              "description": "string"
            }
          ],
          "attributes": [
            {
              "nonce": "string",
              "name": "string",
              "color": "string"
            }
          ]
        }
      ],
      "purchasedUnits": 0,
      "capacity": {
        "nonce": "string",
        "name": "string",
        "description": "string",
        "business": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "relationType": "string",
          "alias": "string",
          "description": "string",
          "transportLicenseNumber": "string",
          "eori": "string",
          "scacCode": "string",
          "industry": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "abbreviated": "string",
            "enabled": true
          },
          "website": "string",
          "coc": "string",
          "vat": "string",
          "verified": true,
          "documents": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "content": {},
                "file": {},
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "name": "string"
              }
            }
          ],
          "logo": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "banners": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "locations": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            }
          ],
          "identification": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "contactPersons": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          ],
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {},
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "pricingConfigurationCount": 0,
          "hasAgreedToPrice": true
        },
        "schedule": {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "weekDays": [
            "sunday"
          ],
          "startDate": "2019-08-24T14:15:22Z",
          "endDate": "2019-08-24T14:15:22Z",
          "timeSlotTemplates": [
            {
              "nonce": "string",
              "capacityUnits": 0,
              "weekDay": "sunday",
              "startTime": "2019-08-24T14:15:22Z",
              "endTime": "2019-08-24T14:15:22Z",
              "pricingModules": [
                {
                  "taxRates": [],
                  "filters": []
                }
              ]
            }
          ],
          "timeSlots": [
            {
              "nonce": "string",
              "date": "2019-08-24T14:15:22Z",
              "startTime": "2019-08-24T14:15:22Z",
              "endTime": "2019-08-24T14:15:22Z",
              "consignments": [
                {
                  "goods": [],
                  "documents": [],
                  "actors": [],
                  "pricingElements": [],
                  "externalAttributes": {},
                  "constraints": [],
                  "attributes": []
                }
              ],
              "route": {
                "nonce": "string",
                "time": 0,
                "cost": 0,
                "distance": 0,
                "expenses": [
                  null
                ],
                "additionalInfo": {
                  "property1": {},
                  "property2": {}
                },
                "lineString": "string",
                "actors": [
                  null
                ],
                "actions": [
                  null
                ],
                "name": "string",
                "constraints": [
                  null
                ]
              }
            }
          ]
        },
        "modality": "maritime",
        "subType": "load",
        "capacityPerUnit": {
          "value": "string",
          "unit": "string"
        },
        "totalUnits": 0,
        "availableCapacity": {
          "value": "string",
          "unit": "string"
        },
        "totalCapacity": {
          "value": "string",
          "unit": "string"
        },
        "pricingModules": [
          {
            "nonce": "string",
            "type": "fixed",
            "name": "string",
            "sequenceNr": 0,
            "description": "string",
            "category": {
              "nonce": "string",
              "name": "string",
              "creditCode": "string",
              "debitCode": "string",
              "defaultValue": 0.1,
              "enabled": true
            },
            "taxRates": [
              {
                "nonce": "string",
                "sequenceNr": 0,
                "name": "string",
                "description": "string",
                "taxRate": {
                  "identifiers": []
                },
                "filters": [
                  null
                ]
              }
            ],
            "filters": [
              {
                "selector": "string",
                "comparisonType": "equal",
                "value": "string",
                "linkType": "and",
                "filters": [
                  null
                ],
                "sequenceNr": 0
              }
            ],
            "oncePerInvoice": true
          }
        ]
      }
    },
    "linkedTrip": true,
    "chauffeurs": [
      {
        "nonce": "string",
        "type": "driver",
        "picture": {
          "nonce": "string",
          "url": "string",
          "path": "string",
          "name": "string",
          "originalName": "string",
          "size": 0,
          "purpose": "string",
          "type": "IMAGE",
          "mimeType": "string",
          "extension": "string",
          "uploadedAt": "2019-08-24T14:15:22Z"
        },
        "user": {
          "nonce": "string",
          "hasAgreedToPrice": true,
          "type": "user",
          "username": "string",
          "firstName": "string",
          "lastName": "string",
          "email": "string",
          "phone": "string",
          "passwordModified": "2019-08-24T14:15:22Z",
          "twoFactorAuthentication": true,
          "status": "DELETED",
          "loginMethod": "DEFAULT",
          "accountType": "default",
          "standardLoadingSize": 10,
          "timezone": "string",
          "vehicleGroups": [
            {
              "nonce": "string",
              "name": "string",
              "vehicles": [
                {
                  "loadCapacities": [],
                  "actors": [],
                  "attributes": []
                }
              ]
            }
          ]
        },
        "firstName": "string",
        "lastName": "string",
        "dateOfBirth": "2019-08-24",
        "birthPlace": "string",
        "nationality": "string",
        "hourlyRate": {
          "nonce": "string",
          "amount": 0.1,
          "currency": {
            "nonce": "string",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "taxRate": {
            "nonce": "string",
            "creditCode": "string",
            "debitCode": "string",
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "name": "string",
            "description": "string",
            "jurisdiction": "string",
            "percentage": 0.1,
            "inclusive": true,
            "active": true
          },
          "inclusiveOfTax": true
        },
        "hoursPerMonth": 0.1,
        "adr": {
          "hasADR": true,
          "ADRNumber": "string",
          "ADRValidFromDate": "2019-08-24",
          "ADRExpirationDate": "2019-08-24",
          "ADRFiles": [
            {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ]
        },
        "driverLicense": {
          "hasDriverLicense": true,
          "driverLicenseNumber": "string",
          "driverLicenseValidFromDate": "2019-08-24",
          "driverLicenseExpirationDate": "2019-08-24",
          "driverLicenseObtainedOn": "2019-08-24",
          "driverLicenseCountryOfIssue": "string",
          "driverLicenseIssuingAuthority": "string",
          "driverLicenseFiles": [
            {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ]
        },
        "tachoCard": {
          "cardId": "string",
          "countryOfIssue": "string",
          "renewalIndex": "string",
          "replacementIndex": "string",
          "startOfValidity": "2019-08-24T14:15:22Z",
          "endOfValidity": "2019-08-24T14:15:22Z"
        },
        "remainingDrivingTimes": {
          "daysOfReducedRest": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "dailyAmplitude": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "drivingTimeBelowMaximum": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "dailyDrivingTime": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "daysOfDrivingLongerThan9h": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "weeklyDrivingTime": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "BIWeeklyDrivingTime": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "daysOfConsecutiveDriving": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          }
        },
        "upcomingRestingTimes": {
          "week": 0,
          "year": 0,
          "upcomingRestingTime": 0
        },
        "languages": [
          "string"
        ],
        "contactDetails": [
          {
            "associationType": "inline"
          }
        ]
      }
    ],
    "transportEquipments": [
      {
        "nonce": "string",
        "type": "transportEquipment",
        "name": "string",
        "description": "string",
        "remark": "string",
        "barCode": "string",
        "quantity": 0,
        "weight": {
          "value": "string",
          "unit": "string"
        },
        "grossWeight": {
          "value": "string",
          "unit": "string"
        },
        "maxStackableWeight": {
          "value": "string",
          "unit": "string"
        },
        "width": {
          "value": "string",
          "unit": "string"
        },
        "height": {
          "value": "string",
          "unit": "string"
        },
        "length": {
          "value": "string",
          "unit": "string"
        },
        "documents": [
          {
            "nonce": "string",
            "description": "string",
            "expiresAt": "2019-08-24T14:15:22Z",
            "fileName": "string",
            "mimeType": "string",
            "encoding": "string",
            "verified": true,
            "content": {
              "contentType": "data",
              "data": "string"
            },
            "file": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "name": "string"
          }
        ],
        "actors": [
          {
            "nonce": "string",
            "name": "string",
            "user": {
              "nonce": "string",
              "hasAgreedToPrice": true,
              "type": "user",
              "username": "string",
              "firstName": "string",
              "lastName": "string",
              "email": "string",
              "phone": "string",
              "passwordModified": "2019-08-24T14:15:22Z",
              "twoFactorAuthentication": true,
              "status": "DELETED",
              "loginMethod": "DEFAULT",
              "accountType": "default",
              "standardLoadingSize": 10,
              "timezone": "string",
              "vehicleGroups": [
                {
                  "vehicles": []
                }
              ]
            },
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "contactDetails": [
              {
                "nonce": "string",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ]
          }
        ],
        "stackObjectMetrics": {
          "totalMinimumGroundSpace": {
            "value": "string",
            "unit": "string"
          },
          "totalVolume": {
            "value": "string",
            "unit": "string"
          },
          "totalWeight": {
            "value": "string",
            "unit": "string"
          },
          "totalMinimumLoadMeters": {
            "value": "string",
            "unit": "string"
          }
        },
        "isStackObjectMetricsUpdated": true,
        "loadWidth": {
          "value": "string",
          "unit": "string"
        },
        "loadHeight": {
          "value": "string",
          "unit": "string"
        },
        "loadLength": {
          "value": "string",
          "unit": "string"
        },
        "maxWeight": {
          "value": "string",
          "unit": "string"
        },
        "loadMeters": {
          "value": "string",
          "unit": "string"
        },
        "equipmentType": "string",
        "equipmentSubType": "string",
        "licensePlate": "string",
        "vin": "string",
        "equipmentId": "string",
        "seal": "string",
        "requirementCodes": [
          "string"
        ],
        "business": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "relationType": "string",
          "alias": "string",
          "description": "string",
          "transportLicenseNumber": "string",
          "eori": "string",
          "scacCode": "string",
          "industry": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "abbreviated": "string",
            "enabled": true
          },
          "website": "string",
          "coc": "string",
          "vat": "string",
          "verified": true,
          "documents": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "content": {},
                "file": {},
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "name": "string"
              }
            }
          ],
          "logo": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "banners": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "locations": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            }
          ],
          "identification": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "contactPersons": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          ],
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {},
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "pricingConfigurationCount": 0,
          "hasAgreedToPrice": true
        },
        "operational": true,
        "internal": true,
        "constraints": [
          {
            "nonce": "string",
            "name": "string",
            "enforceability": "enforced",
            "type": "accessConstraint",
            "description": "string"
          }
        ],
        "attributes": [
          {
            "nonce": "string",
            "name": "string",
            "color": "string"
          }
        ]
      }
    ],
    "documents": [
      {
        "nonce": "string",
        "description": "string",
        "expiresAt": "2019-08-24T14:15:22Z",
        "fileName": "string",
        "mimeType": "string",
        "encoding": "string",
        "verified": true,
        "content": {
          "contentType": "data",
          "data": "string"
        },
        "file": {
          "nonce": "string",
          "url": "string",
          "path": "string",
          "name": "string",
          "originalName": "string",
          "size": 0,
          "purpose": "string",
          "type": "IMAGE",
          "mimeType": "string",
          "extension": "string",
          "uploadedAt": "2019-08-24T14:15:22Z"
        },
        "externalAttributes": {
          "property1": {},
          "property2": {}
        },
        "name": "string"
      }
    ],
    "actors": [
      {
        "nonce": "string",
        "name": "string",
        "user": {
          "nonce": "string",
          "hasAgreedToPrice": true,
          "type": "user",
          "username": "string",
          "firstName": "string",
          "lastName": "string",
          "email": "string",
          "phone": "string",
          "passwordModified": "2019-08-24T14:15:22Z",
          "twoFactorAuthentication": true,
          "status": "DELETED",
          "loginMethod": "DEFAULT",
          "accountType": "default",
          "standardLoadingSize": 10,
          "timezone": "string",
          "vehicleGroups": [
            {
              "nonce": "string",
              "name": "string",
              "vehicles": [
                {
                  "loadCapacities": [],
                  "actors": [],
                  "attributes": []
                }
              ]
            }
          ]
        },
        "identifiers": [
          {
            "nonce": "string",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "contactDetails": [
          {
            "nonce": "string",
            "type": "iban",
            "value": "string",
            "remarks": "string"
          }
        ]
      }
    ],
    "constraints": [
      {
        "nonce": "string",
        "name": "string",
        "enforceability": "enforced",
        "type": "accessConstraint",
        "description": "string"
      }
    ],
    "pricingElements": [
      {
        "nonce": "string",
        "name": "string",
        "description": "string",
        "category": {
          "nonce": "string",
          "name": "string",
          "creditCode": "string",
          "debitCode": "string",
          "defaultValue": 0.1,
          "enabled": true
        },
        "amount": {
          "nonce": "string",
          "amount": 0.1,
          "currency": {
            "nonce": "string",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "taxRate": {
            "nonce": "string",
            "creditCode": "string",
            "debitCode": "string",
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "name": "string",
            "description": "string",
            "jurisdiction": "string",
            "percentage": 0.1,
            "inclusive": true,
            "active": true
          },
          "inclusiveOfTax": true
        }
      }
    ],
    "startDate": "2019-08-24T14:15:22Z",
    "endDate": "2019-08-24T14:15:22Z",
    "kmStart": 0,
    "kmEnd": 0,
    "booking": {
      "nonce": "string",
      "type": "maritime",
      "name": "string",
      "bookingNumber": "string",
      "externalReference": "string",
      "billOfLadingNumber": "string",
      "billOfLading": {
        "nonce": "string",
        "description": "string",
        "expiresAt": "2019-08-24T14:15:22Z",
        "fileName": "string",
        "mimeType": "string",
        "encoding": "string",
        "verified": true,
        "content": {
          "contentType": "data",
          "data": "string"
        },
        "file": {
          "nonce": "string",
          "url": "string",
          "path": "string",
          "name": "string",
          "originalName": "string",
          "size": 0,
          "purpose": "string",
          "type": "IMAGE",
          "mimeType": "string",
          "extension": "string",
          "uploadedAt": "2019-08-24T14:15:22Z"
        },
        "externalAttributes": {
          "property1": {},
          "property2": {}
        },
        "name": "string"
      }
    },
    "shareSettings": {
      "isOpen": true,
      "shareCode": "string",
      "validUntil": "2019-08-24T14:15:22Z"
    },
    "externalAttributes": {
      "property1": {},
      "property2": {}
    },
    "expectedCost": {
      "nonce": "string",
      "amount": 0.1,
      "currency": {
        "nonce": "string",
        "name": "string",
        "short": "string",
        "sign": "string",
        "decimalDelimiter": "string",
        "thousandDelimiter": "string",
        "enabled": true
      },
      "taxRate": {
        "nonce": "string",
        "creditCode": "string",
        "debitCode": "string",
        "identifiers": [
          {
            "nonce": "string",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "name": "string",
        "description": "string",
        "jurisdiction": "string",
        "percentage": 0.1,
        "inclusive": true,
        "active": true
      },
      "inclusiveOfTax": true
    },
    "expectedRevenue": {
      "nonce": "string",
      "amount": 0.1,
      "currency": {
        "nonce": "string",
        "name": "string",
        "short": "string",
        "sign": "string",
        "decimalDelimiter": "string",
        "thousandDelimiter": "string",
        "enabled": true
      },
      "taxRate": {
        "nonce": "string",
        "creditCode": "string",
        "debitCode": "string",
        "identifiers": [
          {
            "nonce": "string",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "name": "string",
        "description": "string",
        "jurisdiction": "string",
        "percentage": 0.1,
        "inclusive": true,
        "active": true
      },
      "inclusiveOfTax": true
    },
    "actualCost": {
      "nonce": "string",
      "amount": 0.1,
      "currency": {
        "nonce": "string",
        "name": "string",
        "short": "string",
        "sign": "string",
        "decimalDelimiter": "string",
        "thousandDelimiter": "string",
        "enabled": true
      },
      "taxRate": {
        "nonce": "string",
        "creditCode": "string",
        "debitCode": "string",
        "identifiers": [
          {
            "nonce": "string",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "name": "string",
        "description": "string",
        "jurisdiction": "string",
        "percentage": 0.1,
        "inclusive": true,
        "active": true
      },
      "inclusiveOfTax": true
    },
    "CO2eWTW": 0.1,
    "CO2eTTW": 0.1,
    "nextAction": {
      "nonce": "string",
      "versionNumber": 0,
      "type": "load",
      "groupId": "string",
      "name": "string",
      "externalAttributes": {
        "property1": {},
        "property2": {}
      },
      "lifeCycle": "requested",
      "result": {
        "status": "succeeded",
        "remark": "string",
        "reason": "string"
      },
      "remark": "string",
      "sequenceNr": 0,
      "location": {
        "associationType": "inline",
        "entity": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "type": "warehouse",
          "name": "string",
          "unCode": "string",
          "geoReference": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "addressGeoReference",
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string",
            "hash": "string"
          },
          "administrativeReference": {
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string"
          },
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "constraints": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "accessConstraint",
              "name": "string",
              "enforceability": "enforced",
              "description": "string"
            }
          ],
          "pricingElements": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "category": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "creditCode": "string",
                "debitCode": "string",
                "defaultValue": 0.1,
                "enabled": true
              },
              "amount": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              }
            }
          ],
          "remark": "string",
          "hash": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          }
        },
        "description": "string"
      },
      "startTime": "2019-08-24T14:15:22Z",
      "endTime": "2019-08-24T14:15:22Z",
      "eta": "2019-08-24T14:15:22Z",
      "etd": "2019-08-24T14:15:22Z",
      "timeFormat": "string",
      "recurrence": "string",
      "duration": 0,
      "estimatedDuration": 0,
      "actions": [
        {
          "type": "inline",
          "associationType": "string",
          "entity": {},
          "description": "string"
        }
      ],
      "documents": [
        {
          "associationType": "inline"
        }
      ],
      "identifiers": [
        {
          "nonce": "string",
          "name": "string",
          "system": "string",
          "value": "string",
          "expiredAt": "2019-08-24T14:15:22Z"
        }
      ],
      "constraints": [
        {
          "associationType": "inline",
          "entity": {
            "nonce": "string",
            "name": "string",
            "enforceability": "enforced",
            "type": "accessConstraint",
            "description": "string"
          },
          "description": "string"
        }
      ],
      "communicationRequests": [
        {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "status": "pending",
          "responseMessage": "string",
          "responseValue": "string",
          "communicationRequests": [
            {}
          ]
        }
      ],
      "isContainmentAction": true,
      "vehicle": {
        "associationType": "inline"
      },
      "pin": "string",
      "tar": "string",
      "shipmentLine": {
        "scacCode": "string",
        "smdgCode": "string"
      },
      "containmentUUID": "string"
    },
    "lastAction": {
      "nonce": "string",
      "versionNumber": 0,
      "type": "load",
      "groupId": "string",
      "name": "string",
      "externalAttributes": {
        "property1": {},
        "property2": {}
      },
      "lifeCycle": "requested",
      "result": {
        "status": "succeeded",
        "remark": "string",
        "reason": "string"
      },
      "remark": "string",
      "sequenceNr": 0,
      "location": {
        "associationType": "inline",
        "entity": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "type": "warehouse",
          "name": "string",
          "unCode": "string",
          "geoReference": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "addressGeoReference",
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string",
            "hash": "string"
          },
          "administrativeReference": {
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string"
          },
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "constraints": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "accessConstraint",
              "name": "string",
              "enforceability": "enforced",
              "description": "string"
            }
          ],
          "pricingElements": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "category": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "creditCode": "string",
                "debitCode": "string",
                "defaultValue": 0.1,
                "enabled": true
              },
              "amount": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              }
            }
          ],
          "remark": "string",
          "hash": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          }
        },
        "description": "string"
      },
      "startTime": "2019-08-24T14:15:22Z",
      "endTime": "2019-08-24T14:15:22Z",
      "eta": "2019-08-24T14:15:22Z",
      "etd": "2019-08-24T14:15:22Z",
      "timeFormat": "string",
      "recurrence": "string",
      "duration": 0,
      "estimatedDuration": 0,
      "actions": [
        {
          "type": "inline",
          "associationType": "string",
          "entity": {},
          "description": "string"
        }
      ],
      "documents": [
        {
          "associationType": "inline"
        }
      ],
      "identifiers": [
        {
          "nonce": "string",
          "name": "string",
          "system": "string",
          "value": "string",
          "expiredAt": "2019-08-24T14:15:22Z"
        }
      ],
      "constraints": [
        {
          "associationType": "inline",
          "entity": {
            "nonce": "string",
            "name": "string",
            "enforceability": "enforced",
            "type": "accessConstraint",
            "description": "string"
          },
          "description": "string"
        }
      ],
      "communicationRequests": [
        {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "status": "pending",
          "responseMessage": "string",
          "responseValue": "string",
          "communicationRequests": [
            {}
          ]
        }
      ],
      "isContainmentAction": true,
      "vehicle": {
        "associationType": "inline"
      },
      "pin": "string",
      "tar": "string",
      "shipmentLine": {
        "scacCode": "string",
        "smdgCode": "string"
      },
      "containmentUUID": "string"
    },
    "estimatedDuration": 0,
    "name": "string",
    "route": {
      "nonce": "string",
      "time": 0,
      "cost": 0,
      "distance": 0,
      "expenses": [
        {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "money": {
            "nonce": "string",
            "amount": 0.1,
            "currency": {
              "nonce": "string",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "taxRate": {
              "nonce": "string",
              "creditCode": "string",
              "debitCode": "string",
              "identifiers": [
                {}
              ],
              "name": "string",
              "description": "string",
              "jurisdiction": "string",
              "percentage": 0.1,
              "inclusive": true,
              "active": true
            },
            "inclusiveOfTax": true
          }
        }
      ],
      "additionalInfo": {
        "property1": {},
        "property2": {}
      },
      "lineString": "string",
      "actors": [
        {
          "nonce": "string",
          "name": "string",
          "user": {
            "nonce": "string",
            "hasAgreedToPrice": true,
            "type": "user",
            "username": "string",
            "firstName": "string",
            "lastName": "string",
            "email": "string",
            "phone": "string",
            "passwordModified": "2019-08-24T14:15:22Z",
            "twoFactorAuthentication": true,
            "status": "DELETED",
            "loginMethod": "DEFAULT",
            "accountType": "default",
            "standardLoadingSize": 10,
            "timezone": "string",
            "vehicleGroups": [
              {
                "nonce": "string",
                "name": "string",
                "vehicles": [
                  null
                ]
              }
            ]
          },
          "identifiers": [
            {
              "nonce": "string",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "nonce": "string",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ]
        }
      ],
      "actions": [
        {
          "nonce": "string",
          "versionNumber": 0,
          "type": "load",
          "groupId": "string",
          "name": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          },
          "lifeCycle": "requested",
          "result": {
            "status": "succeeded",
            "remark": "string",
            "reason": "string"
          },
          "remark": "string",
          "sequenceNr": 0,
          "location": {
            "associationType": "inline",
            "entity": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            },
            "description": "string"
          },
          "startTime": "2019-08-24T14:15:22Z",
          "endTime": "2019-08-24T14:15:22Z",
          "eta": "2019-08-24T14:15:22Z",
          "etd": "2019-08-24T14:15:22Z",
          "timeFormat": "string",
          "recurrence": "string",
          "duration": 0,
          "estimatedDuration": 0,
          "actions": [
            {
              "type": "inline",
              "associationType": "string",
              "entity": {},
              "description": "string"
            }
          ],
          "documents": [
            {
              "associationType": "inline"
            }
          ],
          "identifiers": [
            {
              "nonce": "string",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "constraints": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "name": "string",
                "enforceability": "enforced",
                "type": "accessConstraint",
                "description": "string"
              },
              "description": "string"
            }
          ],
          "communicationRequests": [
            {
              "nonce": "string",
              "name": "string",
              "description": "string",
              "status": "pending",
              "responseMessage": "string",
              "responseValue": "string",
              "communicationRequests": [
                {}
              ]
            }
          ],
          "isContainmentAction": true,
          "vehicle": {
            "associationType": "inline"
          },
          "pin": "string",
          "tar": "string",
          "shipmentLine": {
            "scacCode": "string",
            "smdgCode": "string"
          },
          "containmentUUID": "string"
        }
      ],
      "name": "string",
      "constraints": [
        {
          "nonce": "string",
          "name": "string",
          "enforceability": "enforced",
          "type": "accessConstraint",
          "description": "string"
        }
      ]
    }
  }'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
tripobject(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "trip": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "name": "string", "type": "internal", "tripNr": "string", "route": {}, "status": "draft", "planStatus": "ok", "routeStatus": "on_route", "currentAction": {}, "transportMode": "maritime", "capacityContract": {}, "linkedTrip": true, "chauffeurs": [], "transportEquipments": [], "documents": [], "actors": [], "constraints": [], "identifiers": [], "pricingElements": [], "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "kmStart": 0, "kmEnd": 0, "booking": {}, "shareSettings": {}, "externalAttributes": {}, "expectedCost": {}, "expectedRevenue": {}, "actualCost": {}, "CO2eWTW": 0.1, "CO2eTTW": 0.1, "nextAction": {}, "lastAction": {}, "versionNumber": 0 } }

Update trip

Request

Update a trip

Headers
Authorizationstringrequired
Bodyapplication/jsonrequired
noncestring

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.

versionNumberinteger(int32)
hasAgreedToPriceboolean
typestring
Enum"internal""internal_empty""forwarded"
tripNrstring
statusstring
Enum"draft""requested""accepted""confirmed""in_transit""completed""cancelled""modified"
planStatusstring
Enum"ok""too_late""too_early""off_route"
routeStatusstring
Enum"on_route""off_route"
currentActionobject(Action)
transportModestring
Enum"maritime""road""rail""air""inlandWaterway"
capacityContractobject(CapacityContract)
linkedTripboolean
chauffeursArray of objects(Chauffeur)
transportEquipmentsArray of objects(TransportEquipment)
documentsArray of objects(Document)
actorsArray of objects(Actor)
constraintsArray of objects(Constraint)
pricingElementsArray of objects(PricingElement)
startDatestring(date-time)
endDatestring(date-time)
kmStartinteger(int32)
kmEndinteger(int32)
bookingobject(Booking)
shareSettingsobject(ShareSettings)
externalAttributesobject
expectedCostobject(Money)
expectedRevenueobject(Money)
actualCostobject(Money)
CO2eWTWnumber(double)
CO2eTTWnumber(double)
nextActionobject(Action)
lastActionobject(Action)
estimatedDurationinteger(int32)
namestring
routeobject(Route)
curl -i -X PUT \
  https://docs.transportial.com/_mock/apis/trip \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "nonce": "string",
    "versionNumber": 0,
    "hasAgreedToPrice": true,
    "type": "internal",
    "tripNr": "string",
    "status": "draft",
    "planStatus": "ok",
    "routeStatus": "on_route",
    "currentAction": {
      "nonce": "string",
      "versionNumber": 0,
      "type": "load",
      "groupId": "string",
      "name": "string",
      "externalAttributes": {
        "property1": {},
        "property2": {}
      },
      "lifeCycle": "requested",
      "result": {
        "status": "succeeded",
        "remark": "string",
        "reason": "string"
      },
      "remark": "string",
      "sequenceNr": 0,
      "location": {
        "associationType": "inline",
        "entity": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "type": "warehouse",
          "name": "string",
          "unCode": "string",
          "geoReference": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "addressGeoReference",
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string",
            "hash": "string"
          },
          "administrativeReference": {
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string"
          },
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "constraints": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "accessConstraint",
              "name": "string",
              "enforceability": "enforced",
              "description": "string"
            }
          ],
          "pricingElements": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "category": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "creditCode": "string",
                "debitCode": "string",
                "defaultValue": 0.1,
                "enabled": true
              },
              "amount": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              }
            }
          ],
          "remark": "string",
          "hash": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          }
        },
        "description": "string"
      },
      "startTime": "2019-08-24T14:15:22Z",
      "endTime": "2019-08-24T14:15:22Z",
      "eta": "2019-08-24T14:15:22Z",
      "etd": "2019-08-24T14:15:22Z",
      "timeFormat": "string",
      "recurrence": "string",
      "duration": 0,
      "estimatedDuration": 0,
      "actions": [
        {
          "type": "inline",
          "associationType": "string",
          "entity": {},
          "description": "string"
        }
      ],
      "documents": [
        {
          "associationType": "inline"
        }
      ],
      "identifiers": [
        {
          "nonce": "string",
          "name": "string",
          "system": "string",
          "value": "string",
          "expiredAt": "2019-08-24T14:15:22Z"
        }
      ],
      "constraints": [
        {
          "associationType": "inline",
          "entity": {
            "nonce": "string",
            "name": "string",
            "enforceability": "enforced",
            "type": "accessConstraint",
            "description": "string"
          },
          "description": "string"
        }
      ],
      "communicationRequests": [
        {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "status": "pending",
          "responseMessage": "string",
          "responseValue": "string",
          "communicationRequests": [
            {}
          ]
        }
      ],
      "isContainmentAction": true,
      "vehicle": {
        "associationType": "inline"
      },
      "pin": "string",
      "tar": "string",
      "shipmentLine": {
        "scacCode": "string",
        "smdgCode": "string"
      },
      "containmentUUID": "string"
    },
    "transportMode": "maritime",
    "capacityContract": {
      "nonce": "string",
      "name": "string",
      "type": "permanentContract",
      "communicationMethod": "messageAutomation",
      "contract": {
        "nonce": "string",
        "title": "string",
        "description": "string",
        "deliveryTerms": "EXW",
        "contractor": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "relationType": "string",
          "alias": "string",
          "description": "string",
          "transportLicenseNumber": "string",
          "eori": "string",
          "scacCode": "string",
          "industry": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "abbreviated": "string",
            "enabled": true
          },
          "website": "string",
          "coc": "string",
          "vat": "string",
          "verified": true,
          "documents": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "content": {},
                "file": {},
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "name": "string"
              }
            }
          ],
          "logo": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "banners": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "locations": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            }
          ],
          "identification": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "contactPersons": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          ],
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {},
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "pricingConfigurationCount": 0,
          "hasAgreedToPrice": true
        },
        "contractorSignee": {
          "nonce": "string",
          "firstName": "string",
          "lastName": "string",
          "position": "string",
          "email": "string",
          "phone": "string"
        },
        "client": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "relationType": "string",
          "alias": "string",
          "description": "string",
          "transportLicenseNumber": "string",
          "eori": "string",
          "scacCode": "string",
          "industry": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "abbreviated": "string",
            "enabled": true
          },
          "website": "string",
          "coc": "string",
          "vat": "string",
          "verified": true,
          "documents": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "content": {},
                "file": {},
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "name": "string"
              }
            }
          ],
          "logo": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "banners": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "locations": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            }
          ],
          "identification": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "contactPersons": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          ],
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {},
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "pricingConfigurationCount": 0,
          "hasAgreedToPrice": true
        },
        "clientSignee": {
          "nonce": "string",
          "firstName": "string",
          "lastName": "string",
          "position": "string",
          "email": "string",
          "phone": "string"
        }
      },
      "business": {
        "id": "string",
        "nonce": "string",
        "uuid": "string",
        "primaryPlatformId": "string",
        "createdAt": "2019-08-24T14:15:22Z",
        "updatedAt": "2019-08-24T14:15:22Z",
        "name": "string",
        "relationType": "string",
        "alias": "string",
        "description": "string",
        "transportLicenseNumber": "string",
        "eori": "string",
        "scacCode": "string",
        "industry": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "abbreviated": "string",
          "enabled": true
        },
        "website": "string",
        "coc": "string",
        "vat": "string",
        "verified": true,
        "documents": [
          {
            "associationType": "inline",
            "entity": {
              "nonce": "string",
              "description": "string",
              "expiresAt": "2019-08-24T14:15:22Z",
              "fileName": "string",
              "mimeType": "string",
              "encoding": "string",
              "verified": true,
              "content": {
                "contentType": "data",
                "data": "string"
              },
              "file": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "name": "string"
            }
          }
        ],
        "logo": {
          "nonce": "string",
          "url": "string",
          "path": "string",
          "name": "string",
          "originalName": "string",
          "size": 0,
          "purpose": "string",
          "type": "IMAGE",
          "mimeType": "string",
          "extension": "string",
          "uploadedAt": "2019-08-24T14:15:22Z"
        },
        "banners": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          }
        ],
        "locations": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "addressGeoReference",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string",
              "hash": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "constraints": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "accessConstraint",
                "name": "string",
                "enforceability": "enforced",
                "description": "string"
              }
            ],
            "pricingElements": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "description": "string",
                "category": {},
                "amount": {}
              }
            ],
            "remark": "string",
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            }
          }
        ],
        "identification": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          }
        ],
        "contactDetails": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "iban",
            "value": "string",
            "remarks": "string"
          }
        ],
        "contactPersons": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "firstName": "string",
            "lastName": "string",
            "position": "string",
            "email": "string",
            "phone": "string"
          }
        ],
        "administration": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "primary": true,
          "business": {},
          "currency": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "balance": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "amount": 0.1,
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "taxRate": {
              "nonce": "string",
              "creditCode": "string",
              "debitCode": "string",
              "identifiers": [
                {}
              ],
              "name": "string",
              "description": "string",
              "jurisdiction": "string",
              "percentage": 0.1,
              "inclusive": true,
              "active": true
            },
            "inclusiveOfTax": true
          },
          "numberFormat": "string",
          "numberLength": 0,
          "dueDays": 0,
          "invoiceNumberIndex": {
            "property1": 0,
            "property2": 0
          },
          "quoteNumberIndex": {
            "property1": 0,
            "property2": 0
          },
          "automaticallySendReminders": true,
          "invoiceTermsAndConditions": "string",
          "quoteTermsAndConditions": "string",
          "invoiceNumbering": 0,
          "quoteNumbering": 0
        },
        "pricingConfigurationCount": 0,
        "hasAgreedToPrice": true
      },
      "administration": {
        "nonce": "string",
        "name": "string",
        "primary": true,
        "business": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "relationType": "string",
          "alias": "string",
          "description": "string",
          "transportLicenseNumber": "string",
          "eori": "string",
          "scacCode": "string",
          "industry": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "abbreviated": "string",
            "enabled": true
          },
          "website": "string",
          "coc": "string",
          "vat": "string",
          "verified": true,
          "documents": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "content": {},
                "file": {},
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "name": "string"
              }
            }
          ],
          "logo": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "banners": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "locations": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            }
          ],
          "identification": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "contactPersons": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          ],
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {},
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "pricingConfigurationCount": 0,
          "hasAgreedToPrice": true
        },
        "currency": {
          "nonce": "string",
          "name": "string",
          "short": "string",
          "sign": "string",
          "decimalDelimiter": "string",
          "thousandDelimiter": "string",
          "enabled": true
        },
        "balance": {
          "nonce": "string",
          "amount": 0.1,
          "currency": {
            "nonce": "string",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "taxRate": {
            "nonce": "string",
            "creditCode": "string",
            "debitCode": "string",
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "name": "string",
            "description": "string",
            "jurisdiction": "string",
            "percentage": 0.1,
            "inclusive": true,
            "active": true
          },
          "inclusiveOfTax": true
        },
        "numberFormat": "string",
        "numberLength": 0,
        "dueDays": 0,
        "invoiceNumberIndex": {
          "property1": 0,
          "property2": 0
        },
        "quoteNumberIndex": {
          "property1": 0,
          "property2": 0
        },
        "automaticallySendReminders": true,
        "invoiceTermsAndConditions": "string",
        "quoteTermsAndConditions": "string",
        "invoiceStandardDocuments": [
          {
            "nonce": "string",
            "description": "string",
            "expiresAt": "2019-08-24T14:15:22Z",
            "fileName": "string",
            "mimeType": "string",
            "encoding": "string",
            "verified": true,
            "content": {
              "contentType": "data",
              "data": "string"
            },
            "file": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "name": "string"
          }
        ],
        "quoteStandardDocuments": [
          {
            "nonce": "string",
            "description": "string",
            "expiresAt": "2019-08-24T14:15:22Z",
            "fileName": "string",
            "mimeType": "string",
            "encoding": "string",
            "verified": true,
            "content": {
              "contentType": "data",
              "data": "string"
            },
            "file": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "name": "string"
          }
        ],
        "invoiceNumbering": 0,
        "quoteNumbering": 0
      },
      "startTime": "2019-08-24T14:15:22Z",
      "endTime": "2019-08-24T14:15:22Z",
      "selfBilling": true,
      "currency": {
        "nonce": "string",
        "name": "string",
        "short": "string",
        "sign": "string",
        "decimalDelimiter": "string",
        "thousandDelimiter": "string",
        "enabled": true
      },
      "triggerType": "endOfWeek",
      "pricingModules": [
        {
          "nonce": "string",
          "type": "fixed",
          "name": "string",
          "sequenceNr": 0,
          "description": "string",
          "category": {
            "nonce": "string",
            "name": "string",
            "creditCode": "string",
            "debitCode": "string",
            "defaultValue": 0.1,
            "enabled": true
          },
          "taxRates": [
            {
              "nonce": "string",
              "sequenceNr": 0,
              "name": "string",
              "description": "string",
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "filters": [
                {
                  "filters": []
                }
              ]
            }
          ],
          "filters": [
            {
              "selector": "string",
              "comparisonType": "equal",
              "value": "string",
              "linkType": "and",
              "filters": [
                {
                  "filters": []
                }
              ],
              "sequenceNr": 0
            }
          ],
          "oncePerInvoice": true
        }
      ],
      "lastHandledSelfBilling": "2019-08-24T14:15:22Z",
      "signature": {
        "nonce": "string",
        "ip": "string",
        "userAgent": "string",
        "date": "2019-08-24T14:15:22Z",
        "file": {
          "nonce": "string",
          "url": "string",
          "path": "string",
          "name": "string",
          "originalName": "string",
          "size": 0,
          "purpose": "string",
          "type": "IMAGE",
          "mimeType": "string",
          "extension": "string",
          "uploadedAt": "2019-08-24T14:15:22Z"
        }
      },
      "integration": {
        "nonce": "string",
        "type": "manual",
        "name": "string",
        "description": "string",
        "schedule": {
          "integrationSchedulerScheduleValue": 0,
          "integrationSchedulerScheduleType": "seconds",
          "milliseconds": 0
        },
        "dataSources": [
          {
            "nonce": "string",
            "directionType": "in",
            "connectionType": "api",
            "requestMethod": "get",
            "dataType": "xml",
            "entityType": "action",
            "url": "string",
            "port": 0,
            "path": "string",
            "token": "string",
            "query": "string",
            "parameters": [
              {
                "sequenceNr": 0,
                "type": "constant",
                "regex": "string",
                "format": "string",
                "locale": "string",
                "zoneId": "string",
                "incomingPath": "string",
                "outgoingPath": "string",
                "fields": [
                  null
                ],
                "filters": [
                  null
                ],
                "options": [
                  null
                ]
              }
            ],
            "allowedIps": [
              "string"
            ],
            "hasAuthentication": true,
            "credentials": {
              "nonce": "string",
              "authenticationMethod": "apiKey",
              "username": "string",
              "password": "string",
              "accessKey": "string",
              "secretKey": "string",
              "clientId": "string",
              "clientSecret": "string",
              "grantType": "string",
              "scope": "string",
              "apiKey": "string",
              "bearer": "string",
              "sshKey": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "sshTunnel": true,
              "sshHost": "string",
              "sshUsername": "string",
              "sshPassword": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "headers": {
                "property1": {},
                "property2": {}
              },
              "oauthUrl": "string",
              "oAuthCache": "string",
              "oAuthCacheCreationDate": "2019-08-24T14:15:22Z",
              "openIdToken": "string",
              "openIdRefreshToken": "string",
              "openIdAccessToken": "string",
              "openIdExpiration": "2019-08-24T14:15:22Z"
            },
            "otm": true,
            "fields": [
              {
                "sequenceNr": 0,
                "type": "constant",
                "regex": "string",
                "format": "string",
                "locale": "string",
                "zoneId": "string",
                "incomingPath": "string",
                "outgoingPath": "string",
                "fields": [
                  null
                ],
                "filters": [
                  null
                ],
                "options": [
                  null
                ]
              }
            ],
            "filters": [
              {
                "selector": "string",
                "comparisonType": "equal",
                "value": "string",
                "linkType": "and",
                "filters": [
                  null
                ],
                "sequenceNr": 0
              }
            ],
            "template": true
          }
        ],
        "enabled": true,
        "lastHandled": "2019-08-24T14:15:22Z",
        "integration": [
          {
            "nonce": "string",
            "author": {
              "nonce": "string",
              "hasAgreedToPrice": true,
              "type": "user",
              "username": "string",
              "firstName": "string",
              "lastName": "string",
              "email": "string",
              "phone": "string",
              "passwordModified": "2019-08-24T14:15:22Z",
              "twoFactorAuthentication": true,
              "status": "DELETED",
              "loginMethod": "DEFAULT",
              "accountType": "default",
              "standardLoadingSize": 10,
              "timezone": "string",
              "vehicleGroups": [
                {
                  "vehicles": []
                }
              ]
            },
            "name": "string",
            "text": "string"
          }
        ],
        "triggerType": "trigger",
        "triggerEvent": "afterCreatingTrip",
        "filters": [
          {
            "selector": "string",
            "comparisonType": "equal",
            "value": "string",
            "linkType": "and",
            "filters": [
              {}
            ],
            "sequenceNr": 0
          }
        ]
      },
      "messageAutomation": {
        "nonce": "string",
        "name": "string",
        "description": "string",
        "automationConfig": {
          "triggerType": "trigger",
          "triggerEvent": "afterCreatingTrip",
          "schedule": {
            "integrationSchedulerScheduleValue": 0,
            "integrationSchedulerScheduleType": "seconds",
            "milliseconds": 0
          },
          "filters": [
            {
              "selector": "string",
              "comparisonType": "equal",
              "value": "string",
              "linkType": "and",
              "filters": [
                {}
              ],
              "sequenceNr": 0
            }
          ],
          "query": {
            "nonce": "string",
            "fields": [
              {
                "name": "string",
                "groupByAggregate": "count"
              }
            ],
            "entityType": "action",
            "joins": [
              {
                "type": "inner_join",
                "entityType": "action",
                "onLeft": {},
                "onRight": {}
              }
            ],
            "filters": [
              {
                "nonce": "string",
                "sequenceNr": 0,
                "field": "string",
                "comparisonOperations": "equal",
                "value": "string",
                "valueType": "constant",
                "linkType": "and"
              }
            ],
            "groupBy": [
              {
                "name": "string",
                "groupByAggregate": "count"
              }
            ],
            "having": {
              "name": "string",
              "groupByAggregate": "count"
            },
            "sortFields": [
              {
                "name": "string",
                "groupByAggregate": "count"
              }
            ],
            "sortDirection": "asc",
            "limit": 0,
            "offset": 0
          },
          "recipients": [
            "string"
          ],
          "recipientSelector": "string",
          "toggleForAll": true,
          "channel": "email",
          "manualIntegration": {
            "nonce": "string",
            "type": "manual",
            "name": "string",
            "description": "string",
            "schedule": {
              "integrationSchedulerScheduleValue": 0,
              "integrationSchedulerScheduleType": "seconds",
              "milliseconds": 0
            },
            "dataSources": [
              {
                "nonce": "string",
                "directionType": "in",
                "connectionType": "api",
                "requestMethod": "get",
                "dataType": "xml",
                "entityType": "action",
                "url": "string",
                "port": 0,
                "path": "string",
                "token": "string",
                "query": "string",
                "parameters": [
                  null
                ],
                "allowedIps": [
                  null
                ],
                "hasAuthentication": true,
                "credentials": {
                  "externalAttributes": {},
                  "headers": {}
                },
                "otm": true,
                "fields": [
                  null
                ],
                "filters": [
                  null
                ],
                "template": true
              }
            ],
            "enabled": true,
            "lastHandled": "2019-08-24T14:15:22Z",
            "sectorType": "boardComputer",
            "manualType": "transics",
            "enabledFunctions": [
              "string"
            ],
            "url": "string",
            "port": 0,
            "credentials": {
              "nonce": "string",
              "authenticationMethod": "apiKey",
              "username": "string",
              "password": "string",
              "accessKey": "string",
              "secretKey": "string",
              "clientId": "string",
              "clientSecret": "string",
              "grantType": "string",
              "scope": "string",
              "apiKey": "string",
              "bearer": "string",
              "sshKey": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "sshTunnel": true,
              "sshHost": "string",
              "sshUsername": "string",
              "sshPassword": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "headers": {
                "property1": {},
                "property2": {}
              },
              "oauthUrl": "string",
              "oAuthCache": "string",
              "oAuthCacheCreationDate": "2019-08-24T14:15:22Z",
              "openIdToken": "string",
              "openIdRefreshToken": "string",
              "openIdAccessToken": "string",
              "openIdExpiration": "2019-08-24T14:15:22Z"
            },
            "filters": [
              {
                "selector": "string",
                "comparisonType": "equal",
                "value": "string",
                "linkType": "and",
                "filters": [
                  null
                ],
                "sequenceNr": 0
              }
            ],
            "integration": [
              {
                "nonce": "string",
                "author": {
                  "vehicleGroups": []
                },
                "name": "string",
                "text": "string"
              }
            ]
          },
          "includeAttachments": true,
          "subject": "string",
          "currentTriggerPosition": 0,
          "localizedTexts": [
            {
              "language": {
                "nonce": "string",
                "name": "string",
                "localName": "string",
                "code": "string",
                "iso3166": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "dateFormat": "string",
                "measurementUnit": "metric"
              },
              "content": "string",
              "messageTemplate": "string",
              "subject": "string"
            }
          ],
          "defaultLanguageId": "string",
          "languageSelector": "string"
        },
        "enabled": true,
        "lastHandled": "2019-08-24T14:15:22Z",
        "template": true,
        "templateCategory": "string",
        "type": "messageAutomation",
        "notes": [
          {
            "nonce": "string",
            "author": {
              "nonce": "string",
              "hasAgreedToPrice": true,
              "type": "user",
              "username": "string",
              "firstName": "string",
              "lastName": "string",
              "email": "string",
              "phone": "string",
              "passwordModified": "2019-08-24T14:15:22Z",
              "twoFactorAuthentication": true,
              "status": "DELETED",
              "loginMethod": "DEFAULT",
              "accountType": "default",
              "standardLoadingSize": 10,
              "timezone": "string",
              "vehicleGroups": [
                {
                  "vehicles": []
                }
              ]
            },
            "name": "string",
            "text": "string"
          }
        ]
      },
      "consignments": [
        {
          "nonce": "string",
          "versionNumber": 0,
          "hasAgreedToPrice": true,
          "name": "string",
          "consignmentNr": "string",
          "description": "string",
          "status": "draft",
          "highValueGoods": true,
          "goods": [
            {
              "associationType": "inline"
            }
          ],
          "consignment": {},
          "originalPhysicalSender": {
            "nonce": "string",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "nonce": "string",
              "type": "addressGeoReference",
              "hash": "string",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postCode": "string",
              "city": "string",
              "country": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactPersons": [
              {
                "nonce": "string",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "attributes": [
              {
                "nonce": "string",
                "name": "string",
                "color": "string"
              }
            ],
            "remark": "string"
          },
          "originalLegalSender": {
            "nonce": "string",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "nonce": "string",
              "type": "addressGeoReference",
              "hash": "string",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postCode": "string",
              "city": "string",
              "country": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactPersons": [
              {
                "nonce": "string",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "attributes": [
              {
                "nonce": "string",
                "name": "string",
                "color": "string"
              }
            ],
            "remark": "string"
          },
          "originalPhysicalAddressee": {
            "nonce": "string",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "nonce": "string",
              "type": "addressGeoReference",
              "hash": "string",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postCode": "string",
              "city": "string",
              "country": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactPersons": [
              {
                "nonce": "string",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "attributes": [
              {
                "nonce": "string",
                "name": "string",
                "color": "string"
              }
            ],
            "remark": "string"
          },
          "originalLegalAddressee": {
            "nonce": "string",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "nonce": "string",
              "type": "addressGeoReference",
              "hash": "string",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postCode": "string",
              "city": "string",
              "country": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactPersons": [
              {
                "nonce": "string",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "attributes": [
              {
                "nonce": "string",
                "name": "string",
                "color": "string"
              }
            ],
            "remark": "string"
          },
          "isPlannedToLastLocation": true,
          "documents": [
            {
              "associationType": "inline"
            }
          ],
          "actors": [
            {
              "associationType": "inline"
            }
          ],
          "pricingElements": [
            {
              "nonce": "string",
              "name": "string",
              "description": "string",
              "category": {
                "nonce": "string",
                "name": "string",
                "creditCode": "string",
                "debitCode": "string",
                "defaultValue": 0.1,
                "enabled": true
              },
              "amount": {
                "nonce": "string",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              }
            }
          ],
          "externalAttributes": {
            "property1": {},
            "property2": {}
          },
          "expectedRevenue": {
            "nonce": "string",
            "amount": 0.1,
            "currency": {
              "nonce": "string",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "taxRate": {
              "nonce": "string",
              "creditCode": "string",
              "debitCode": "string",
              "identifiers": [
                {}
              ],
              "name": "string",
              "description": "string",
              "jurisdiction": "string",
              "percentage": 0.1,
              "inclusive": true,
              "active": true
            },
            "inclusiveOfTax": true
          },
          "expectedCost": {
            "nonce": "string",
            "amount": 0.1,
            "currency": {
              "nonce": "string",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "taxRate": {
              "nonce": "string",
              "creditCode": "string",
              "debitCode": "string",
              "identifiers": [
                {}
              ],
              "name": "string",
              "description": "string",
              "jurisdiction": "string",
              "percentage": 0.1,
              "inclusive": true,
              "active": true
            },
            "inclusiveOfTax": true
          },
          "combined": true,
          "type": "string",
          "remark": "string",
          "constraints": [
            {
              "nonce": "string",
              "name": "string",
              "enforceability": "enforced",
              "type": "accessConstraint",
              "description": "string"
            }
          ],
          "attributes": [
            {
              "nonce": "string",
              "name": "string",
              "color": "string"
            }
          ]
        }
      ],
      "purchasedUnits": 0,
      "capacity": {
        "nonce": "string",
        "name": "string",
        "description": "string",
        "business": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "relationType": "string",
          "alias": "string",
          "description": "string",
          "transportLicenseNumber": "string",
          "eori": "string",
          "scacCode": "string",
          "industry": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "abbreviated": "string",
            "enabled": true
          },
          "website": "string",
          "coc": "string",
          "vat": "string",
          "verified": true,
          "documents": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "content": {},
                "file": {},
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "name": "string"
              }
            }
          ],
          "logo": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "banners": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "locations": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            }
          ],
          "identification": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "contactPersons": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          ],
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {},
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "pricingConfigurationCount": 0,
          "hasAgreedToPrice": true
        },
        "schedule": {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "weekDays": [
            "sunday"
          ],
          "startDate": "2019-08-24T14:15:22Z",
          "endDate": "2019-08-24T14:15:22Z",
          "timeSlotTemplates": [
            {
              "nonce": "string",
              "capacityUnits": 0,
              "weekDay": "sunday",
              "startTime": "2019-08-24T14:15:22Z",
              "endTime": "2019-08-24T14:15:22Z",
              "pricingModules": [
                {
                  "taxRates": [],
                  "filters": []
                }
              ]
            }
          ],
          "timeSlots": [
            {
              "nonce": "string",
              "date": "2019-08-24T14:15:22Z",
              "startTime": "2019-08-24T14:15:22Z",
              "endTime": "2019-08-24T14:15:22Z",
              "consignments": [
                {
                  "goods": [],
                  "documents": [],
                  "actors": [],
                  "pricingElements": [],
                  "externalAttributes": {},
                  "constraints": [],
                  "attributes": []
                }
              ],
              "route": {
                "nonce": "string",
                "time": 0,
                "cost": 0,
                "distance": 0,
                "expenses": [
                  null
                ],
                "additionalInfo": {
                  "property1": {},
                  "property2": {}
                },
                "lineString": "string",
                "actors": [
                  null
                ],
                "actions": [
                  null
                ],
                "name": "string",
                "constraints": [
                  null
                ]
              }
            }
          ]
        },
        "modality": "maritime",
        "subType": "load",
        "capacityPerUnit": {
          "value": "string",
          "unit": "string"
        },
        "totalUnits": 0,
        "availableCapacity": {
          "value": "string",
          "unit": "string"
        },
        "totalCapacity": {
          "value": "string",
          "unit": "string"
        },
        "pricingModules": [
          {
            "nonce": "string",
            "type": "fixed",
            "name": "string",
            "sequenceNr": 0,
            "description": "string",
            "category": {
              "nonce": "string",
              "name": "string",
              "creditCode": "string",
              "debitCode": "string",
              "defaultValue": 0.1,
              "enabled": true
            },
            "taxRates": [
              {
                "nonce": "string",
                "sequenceNr": 0,
                "name": "string",
                "description": "string",
                "taxRate": {
                  "identifiers": []
                },
                "filters": [
                  null
                ]
              }
            ],
            "filters": [
              {
                "selector": "string",
                "comparisonType": "equal",
                "value": "string",
                "linkType": "and",
                "filters": [
                  null
                ],
                "sequenceNr": 0
              }
            ],
            "oncePerInvoice": true
          }
        ]
      }
    },
    "linkedTrip": true,
    "chauffeurs": [
      {
        "nonce": "string",
        "type": "driver",
        "picture": {
          "nonce": "string",
          "url": "string",
          "path": "string",
          "name": "string",
          "originalName": "string",
          "size": 0,
          "purpose": "string",
          "type": "IMAGE",
          "mimeType": "string",
          "extension": "string",
          "uploadedAt": "2019-08-24T14:15:22Z"
        },
        "user": {
          "nonce": "string",
          "hasAgreedToPrice": true,
          "type": "user",
          "username": "string",
          "firstName": "string",
          "lastName": "string",
          "email": "string",
          "phone": "string",
          "passwordModified": "2019-08-24T14:15:22Z",
          "twoFactorAuthentication": true,
          "status": "DELETED",
          "loginMethod": "DEFAULT",
          "accountType": "default",
          "standardLoadingSize": 10,
          "timezone": "string",
          "vehicleGroups": [
            {
              "nonce": "string",
              "name": "string",
              "vehicles": [
                {
                  "loadCapacities": [],
                  "actors": [],
                  "attributes": []
                }
              ]
            }
          ]
        },
        "firstName": "string",
        "lastName": "string",
        "dateOfBirth": "2019-08-24",
        "birthPlace": "string",
        "nationality": "string",
        "hourlyRate": {
          "nonce": "string",
          "amount": 0.1,
          "currency": {
            "nonce": "string",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "taxRate": {
            "nonce": "string",
            "creditCode": "string",
            "debitCode": "string",
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "name": "string",
            "description": "string",
            "jurisdiction": "string",
            "percentage": 0.1,
            "inclusive": true,
            "active": true
          },
          "inclusiveOfTax": true
        },
        "hoursPerMonth": 0.1,
        "adr": {
          "hasADR": true,
          "ADRNumber": "string",
          "ADRValidFromDate": "2019-08-24",
          "ADRExpirationDate": "2019-08-24",
          "ADRFiles": [
            {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ]
        },
        "driverLicense": {
          "hasDriverLicense": true,
          "driverLicenseNumber": "string",
          "driverLicenseValidFromDate": "2019-08-24",
          "driverLicenseExpirationDate": "2019-08-24",
          "driverLicenseObtainedOn": "2019-08-24",
          "driverLicenseCountryOfIssue": "string",
          "driverLicenseIssuingAuthority": "string",
          "driverLicenseFiles": [
            {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ]
        },
        "tachoCard": {
          "cardId": "string",
          "countryOfIssue": "string",
          "renewalIndex": "string",
          "replacementIndex": "string",
          "startOfValidity": "2019-08-24T14:15:22Z",
          "endOfValidity": "2019-08-24T14:15:22Z"
        },
        "remainingDrivingTimes": {
          "daysOfReducedRest": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "dailyAmplitude": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "drivingTimeBelowMaximum": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "dailyDrivingTime": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "daysOfDrivingLongerThan9h": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "weeklyDrivingTime": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "BIWeeklyDrivingTime": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "daysOfConsecutiveDriving": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          }
        },
        "upcomingRestingTimes": {
          "week": 0,
          "year": 0,
          "upcomingRestingTime": 0
        },
        "languages": [
          "string"
        ],
        "contactDetails": [
          {
            "associationType": "inline"
          }
        ]
      }
    ],
    "transportEquipments": [
      {
        "nonce": "string",
        "type": "transportEquipment",
        "name": "string",
        "description": "string",
        "remark": "string",
        "barCode": "string",
        "quantity": 0,
        "weight": {
          "value": "string",
          "unit": "string"
        },
        "grossWeight": {
          "value": "string",
          "unit": "string"
        },
        "maxStackableWeight": {
          "value": "string",
          "unit": "string"
        },
        "width": {
          "value": "string",
          "unit": "string"
        },
        "height": {
          "value": "string",
          "unit": "string"
        },
        "length": {
          "value": "string",
          "unit": "string"
        },
        "documents": [
          {
            "nonce": "string",
            "description": "string",
            "expiresAt": "2019-08-24T14:15:22Z",
            "fileName": "string",
            "mimeType": "string",
            "encoding": "string",
            "verified": true,
            "content": {
              "contentType": "data",
              "data": "string"
            },
            "file": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "name": "string"
          }
        ],
        "actors": [
          {
            "nonce": "string",
            "name": "string",
            "user": {
              "nonce": "string",
              "hasAgreedToPrice": true,
              "type": "user",
              "username": "string",
              "firstName": "string",
              "lastName": "string",
              "email": "string",
              "phone": "string",
              "passwordModified": "2019-08-24T14:15:22Z",
              "twoFactorAuthentication": true,
              "status": "DELETED",
              "loginMethod": "DEFAULT",
              "accountType": "default",
              "standardLoadingSize": 10,
              "timezone": "string",
              "vehicleGroups": [
                {
                  "vehicles": []
                }
              ]
            },
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "contactDetails": [
              {
                "nonce": "string",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ]
          }
        ],
        "stackObjectMetrics": {
          "totalMinimumGroundSpace": {
            "value": "string",
            "unit": "string"
          },
          "totalVolume": {
            "value": "string",
            "unit": "string"
          },
          "totalWeight": {
            "value": "string",
            "unit": "string"
          },
          "totalMinimumLoadMeters": {
            "value": "string",
            "unit": "string"
          }
        },
        "isStackObjectMetricsUpdated": true,
        "loadWidth": {
          "value": "string",
          "unit": "string"
        },
        "loadHeight": {
          "value": "string",
          "unit": "string"
        },
        "loadLength": {
          "value": "string",
          "unit": "string"
        },
        "maxWeight": {
          "value": "string",
          "unit": "string"
        },
        "loadMeters": {
          "value": "string",
          "unit": "string"
        },
        "equipmentType": "string",
        "equipmentSubType": "string",
        "licensePlate": "string",
        "vin": "string",
        "equipmentId": "string",
        "seal": "string",
        "requirementCodes": [
          "string"
        ],
        "business": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "relationType": "string",
          "alias": "string",
          "description": "string",
          "transportLicenseNumber": "string",
          "eori": "string",
          "scacCode": "string",
          "industry": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "abbreviated": "string",
            "enabled": true
          },
          "website": "string",
          "coc": "string",
          "vat": "string",
          "verified": true,
          "documents": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "content": {},
                "file": {},
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "name": "string"
              }
            }
          ],
          "logo": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "banners": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "locations": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            }
          ],
          "identification": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "contactPersons": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          ],
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {},
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "pricingConfigurationCount": 0,
          "hasAgreedToPrice": true
        },
        "operational": true,
        "internal": true,
        "constraints": [
          {
            "nonce": "string",
            "name": "string",
            "enforceability": "enforced",
            "type": "accessConstraint",
            "description": "string"
          }
        ],
        "attributes": [
          {
            "nonce": "string",
            "name": "string",
            "color": "string"
          }
        ]
      }
    ],
    "documents": [
      {
        "nonce": "string",
        "description": "string",
        "expiresAt": "2019-08-24T14:15:22Z",
        "fileName": "string",
        "mimeType": "string",
        "encoding": "string",
        "verified": true,
        "content": {
          "contentType": "data",
          "data": "string"
        },
        "file": {
          "nonce": "string",
          "url": "string",
          "path": "string",
          "name": "string",
          "originalName": "string",
          "size": 0,
          "purpose": "string",
          "type": "IMAGE",
          "mimeType": "string",
          "extension": "string",
          "uploadedAt": "2019-08-24T14:15:22Z"
        },
        "externalAttributes": {
          "property1": {},
          "property2": {}
        },
        "name": "string"
      }
    ],
    "actors": [
      {
        "nonce": "string",
        "name": "string",
        "user": {
          "nonce": "string",
          "hasAgreedToPrice": true,
          "type": "user",
          "username": "string",
          "firstName": "string",
          "lastName": "string",
          "email": "string",
          "phone": "string",
          "passwordModified": "2019-08-24T14:15:22Z",
          "twoFactorAuthentication": true,
          "status": "DELETED",
          "loginMethod": "DEFAULT",
          "accountType": "default",
          "standardLoadingSize": 10,
          "timezone": "string",
          "vehicleGroups": [
            {
              "nonce": "string",
              "name": "string",
              "vehicles": [
                {
                  "loadCapacities": [],
                  "actors": [],
                  "attributes": []
                }
              ]
            }
          ]
        },
        "identifiers": [
          {
            "nonce": "string",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "contactDetails": [
          {
            "nonce": "string",
            "type": "iban",
            "value": "string",
            "remarks": "string"
          }
        ]
      }
    ],
    "constraints": [
      {
        "nonce": "string",
        "name": "string",
        "enforceability": "enforced",
        "type": "accessConstraint",
        "description": "string"
      }
    ],
    "pricingElements": [
      {
        "nonce": "string",
        "name": "string",
        "description": "string",
        "category": {
          "nonce": "string",
          "name": "string",
          "creditCode": "string",
          "debitCode": "string",
          "defaultValue": 0.1,
          "enabled": true
        },
        "amount": {
          "nonce": "string",
          "amount": 0.1,
          "currency": {
            "nonce": "string",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "taxRate": {
            "nonce": "string",
            "creditCode": "string",
            "debitCode": "string",
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "name": "string",
            "description": "string",
            "jurisdiction": "string",
            "percentage": 0.1,
            "inclusive": true,
            "active": true
          },
          "inclusiveOfTax": true
        }
      }
    ],
    "startDate": "2019-08-24T14:15:22Z",
    "endDate": "2019-08-24T14:15:22Z",
    "kmStart": 0,
    "kmEnd": 0,
    "booking": {
      "nonce": "string",
      "type": "maritime",
      "name": "string",
      "bookingNumber": "string",
      "externalReference": "string",
      "billOfLadingNumber": "string",
      "billOfLading": {
        "nonce": "string",
        "description": "string",
        "expiresAt": "2019-08-24T14:15:22Z",
        "fileName": "string",
        "mimeType": "string",
        "encoding": "string",
        "verified": true,
        "content": {
          "contentType": "data",
          "data": "string"
        },
        "file": {
          "nonce": "string",
          "url": "string",
          "path": "string",
          "name": "string",
          "originalName": "string",
          "size": 0,
          "purpose": "string",
          "type": "IMAGE",
          "mimeType": "string",
          "extension": "string",
          "uploadedAt": "2019-08-24T14:15:22Z"
        },
        "externalAttributes": {
          "property1": {},
          "property2": {}
        },
        "name": "string"
      }
    },
    "shareSettings": {
      "isOpen": true,
      "shareCode": "string",
      "validUntil": "2019-08-24T14:15:22Z"
    },
    "externalAttributes": {
      "property1": {},
      "property2": {}
    },
    "expectedCost": {
      "nonce": "string",
      "amount": 0.1,
      "currency": {
        "nonce": "string",
        "name": "string",
        "short": "string",
        "sign": "string",
        "decimalDelimiter": "string",
        "thousandDelimiter": "string",
        "enabled": true
      },
      "taxRate": {
        "nonce": "string",
        "creditCode": "string",
        "debitCode": "string",
        "identifiers": [
          {
            "nonce": "string",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "name": "string",
        "description": "string",
        "jurisdiction": "string",
        "percentage": 0.1,
        "inclusive": true,
        "active": true
      },
      "inclusiveOfTax": true
    },
    "expectedRevenue": {
      "nonce": "string",
      "amount": 0.1,
      "currency": {
        "nonce": "string",
        "name": "string",
        "short": "string",
        "sign": "string",
        "decimalDelimiter": "string",
        "thousandDelimiter": "string",
        "enabled": true
      },
      "taxRate": {
        "nonce": "string",
        "creditCode": "string",
        "debitCode": "string",
        "identifiers": [
          {
            "nonce": "string",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "name": "string",
        "description": "string",
        "jurisdiction": "string",
        "percentage": 0.1,
        "inclusive": true,
        "active": true
      },
      "inclusiveOfTax": true
    },
    "actualCost": {
      "nonce": "string",
      "amount": 0.1,
      "currency": {
        "nonce": "string",
        "name": "string",
        "short": "string",
        "sign": "string",
        "decimalDelimiter": "string",
        "thousandDelimiter": "string",
        "enabled": true
      },
      "taxRate": {
        "nonce": "string",
        "creditCode": "string",
        "debitCode": "string",
        "identifiers": [
          {
            "nonce": "string",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "name": "string",
        "description": "string",
        "jurisdiction": "string",
        "percentage": 0.1,
        "inclusive": true,
        "active": true
      },
      "inclusiveOfTax": true
    },
    "CO2eWTW": 0.1,
    "CO2eTTW": 0.1,
    "nextAction": {
      "nonce": "string",
      "versionNumber": 0,
      "type": "load",
      "groupId": "string",
      "name": "string",
      "externalAttributes": {
        "property1": {},
        "property2": {}
      },
      "lifeCycle": "requested",
      "result": {
        "status": "succeeded",
        "remark": "string",
        "reason": "string"
      },
      "remark": "string",
      "sequenceNr": 0,
      "location": {
        "associationType": "inline",
        "entity": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "type": "warehouse",
          "name": "string",
          "unCode": "string",
          "geoReference": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "addressGeoReference",
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string",
            "hash": "string"
          },
          "administrativeReference": {
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string"
          },
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "constraints": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "accessConstraint",
              "name": "string",
              "enforceability": "enforced",
              "description": "string"
            }
          ],
          "pricingElements": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "category": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "creditCode": "string",
                "debitCode": "string",
                "defaultValue": 0.1,
                "enabled": true
              },
              "amount": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              }
            }
          ],
          "remark": "string",
          "hash": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          }
        },
        "description": "string"
      },
      "startTime": "2019-08-24T14:15:22Z",
      "endTime": "2019-08-24T14:15:22Z",
      "eta": "2019-08-24T14:15:22Z",
      "etd": "2019-08-24T14:15:22Z",
      "timeFormat": "string",
      "recurrence": "string",
      "duration": 0,
      "estimatedDuration": 0,
      "actions": [
        {
          "type": "inline",
          "associationType": "string",
          "entity": {},
          "description": "string"
        }
      ],
      "documents": [
        {
          "associationType": "inline"
        }
      ],
      "identifiers": [
        {
          "nonce": "string",
          "name": "string",
          "system": "string",
          "value": "string",
          "expiredAt": "2019-08-24T14:15:22Z"
        }
      ],
      "constraints": [
        {
          "associationType": "inline",
          "entity": {
            "nonce": "string",
            "name": "string",
            "enforceability": "enforced",
            "type": "accessConstraint",
            "description": "string"
          },
          "description": "string"
        }
      ],
      "communicationRequests": [
        {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "status": "pending",
          "responseMessage": "string",
          "responseValue": "string",
          "communicationRequests": [
            {}
          ]
        }
      ],
      "isContainmentAction": true,
      "vehicle": {
        "associationType": "inline"
      },
      "pin": "string",
      "tar": "string",
      "shipmentLine": {
        "scacCode": "string",
        "smdgCode": "string"
      },
      "containmentUUID": "string"
    },
    "lastAction": {
      "nonce": "string",
      "versionNumber": 0,
      "type": "load",
      "groupId": "string",
      "name": "string",
      "externalAttributes": {
        "property1": {},
        "property2": {}
      },
      "lifeCycle": "requested",
      "result": {
        "status": "succeeded",
        "remark": "string",
        "reason": "string"
      },
      "remark": "string",
      "sequenceNr": 0,
      "location": {
        "associationType": "inline",
        "entity": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "type": "warehouse",
          "name": "string",
          "unCode": "string",
          "geoReference": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "addressGeoReference",
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string",
            "hash": "string"
          },
          "administrativeReference": {
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string"
          },
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "constraints": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "accessConstraint",
              "name": "string",
              "enforceability": "enforced",
              "description": "string"
            }
          ],
          "pricingElements": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "category": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "creditCode": "string",
                "debitCode": "string",
                "defaultValue": 0.1,
                "enabled": true
              },
              "amount": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              }
            }
          ],
          "remark": "string",
          "hash": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          }
        },
        "description": "string"
      },
      "startTime": "2019-08-24T14:15:22Z",
      "endTime": "2019-08-24T14:15:22Z",
      "eta": "2019-08-24T14:15:22Z",
      "etd": "2019-08-24T14:15:22Z",
      "timeFormat": "string",
      "recurrence": "string",
      "duration": 0,
      "estimatedDuration": 0,
      "actions": [
        {
          "type": "inline",
          "associationType": "string",
          "entity": {},
          "description": "string"
        }
      ],
      "documents": [
        {
          "associationType": "inline"
        }
      ],
      "identifiers": [
        {
          "nonce": "string",
          "name": "string",
          "system": "string",
          "value": "string",
          "expiredAt": "2019-08-24T14:15:22Z"
        }
      ],
      "constraints": [
        {
          "associationType": "inline",
          "entity": {
            "nonce": "string",
            "name": "string",
            "enforceability": "enforced",
            "type": "accessConstraint",
            "description": "string"
          },
          "description": "string"
        }
      ],
      "communicationRequests": [
        {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "status": "pending",
          "responseMessage": "string",
          "responseValue": "string",
          "communicationRequests": [
            {}
          ]
        }
      ],
      "isContainmentAction": true,
      "vehicle": {
        "associationType": "inline"
      },
      "pin": "string",
      "tar": "string",
      "shipmentLine": {
        "scacCode": "string",
        "smdgCode": "string"
      },
      "containmentUUID": "string"
    },
    "estimatedDuration": 0,
    "name": "string",
    "route": {
      "nonce": "string",
      "time": 0,
      "cost": 0,
      "distance": 0,
      "expenses": [
        {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "money": {
            "nonce": "string",
            "amount": 0.1,
            "currency": {
              "nonce": "string",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "taxRate": {
              "nonce": "string",
              "creditCode": "string",
              "debitCode": "string",
              "identifiers": [
                {}
              ],
              "name": "string",
              "description": "string",
              "jurisdiction": "string",
              "percentage": 0.1,
              "inclusive": true,
              "active": true
            },
            "inclusiveOfTax": true
          }
        }
      ],
      "additionalInfo": {
        "property1": {},
        "property2": {}
      },
      "lineString": "string",
      "actors": [
        {
          "nonce": "string",
          "name": "string",
          "user": {
            "nonce": "string",
            "hasAgreedToPrice": true,
            "type": "user",
            "username": "string",
            "firstName": "string",
            "lastName": "string",
            "email": "string",
            "phone": "string",
            "passwordModified": "2019-08-24T14:15:22Z",
            "twoFactorAuthentication": true,
            "status": "DELETED",
            "loginMethod": "DEFAULT",
            "accountType": "default",
            "standardLoadingSize": 10,
            "timezone": "string",
            "vehicleGroups": [
              {
                "nonce": "string",
                "name": "string",
                "vehicles": [
                  null
                ]
              }
            ]
          },
          "identifiers": [
            {
              "nonce": "string",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "nonce": "string",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ]
        }
      ],
      "actions": [
        {
          "nonce": "string",
          "versionNumber": 0,
          "type": "load",
          "groupId": "string",
          "name": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          },
          "lifeCycle": "requested",
          "result": {
            "status": "succeeded",
            "remark": "string",
            "reason": "string"
          },
          "remark": "string",
          "sequenceNr": 0,
          "location": {
            "associationType": "inline",
            "entity": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            },
            "description": "string"
          },
          "startTime": "2019-08-24T14:15:22Z",
          "endTime": "2019-08-24T14:15:22Z",
          "eta": "2019-08-24T14:15:22Z",
          "etd": "2019-08-24T14:15:22Z",
          "timeFormat": "string",
          "recurrence": "string",
          "duration": 0,
          "estimatedDuration": 0,
          "actions": [
            {
              "type": "inline",
              "associationType": "string",
              "entity": {},
              "description": "string"
            }
          ],
          "documents": [
            {
              "associationType": "inline"
            }
          ],
          "identifiers": [
            {
              "nonce": "string",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "constraints": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "name": "string",
                "enforceability": "enforced",
                "type": "accessConstraint",
                "description": "string"
              },
              "description": "string"
            }
          ],
          "communicationRequests": [
            {
              "nonce": "string",
              "name": "string",
              "description": "string",
              "status": "pending",
              "responseMessage": "string",
              "responseValue": "string",
              "communicationRequests": [
                {}
              ]
            }
          ],
          "isContainmentAction": true,
          "vehicle": {
            "associationType": "inline"
          },
          "pin": "string",
          "tar": "string",
          "shipmentLine": {
            "scacCode": "string",
            "smdgCode": "string"
          },
          "containmentUUID": "string"
        }
      ],
      "name": "string",
      "constraints": [
        {
          "nonce": "string",
          "name": "string",
          "enforceability": "enforced",
          "type": "accessConstraint",
          "description": "string"
        }
      ]
    }
  }'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
tripobject(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "trip": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "name": "string", "type": "internal", "tripNr": "string", "route": {}, "status": "draft", "planStatus": "ok", "routeStatus": "on_route", "currentAction": {}, "transportMode": "maritime", "capacityContract": {}, "linkedTrip": true, "chauffeurs": [], "transportEquipments": [], "documents": [], "actors": [], "constraints": [], "identifiers": [], "pricingElements": [], "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "kmStart": 0, "kmEnd": 0, "booking": {}, "shareSettings": {}, "externalAttributes": {}, "expectedCost": {}, "expectedRevenue": {}, "actualCost": {}, "CO2eWTW": 0.1, "CO2eTTW": 0.1, "nextAction": {}, "lastAction": {}, "versionNumber": 0 } }

Create trip

Request

Create a new trip

Headers
Authorizationstringrequired
Bodyapplication/jsonrequired
noncestring

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.

versionNumberinteger(int32)
hasAgreedToPriceboolean
typestring
Enum"internal""internal_empty""forwarded"
tripNrstring
statusstring
Enum"draft""requested""accepted""confirmed""in_transit""completed""cancelled""modified"
planStatusstring
Enum"ok""too_late""too_early""off_route"
routeStatusstring
Enum"on_route""off_route"
currentActionobject(Action)
transportModestring
Enum"maritime""road""rail""air""inlandWaterway"
capacityContractobject(CapacityContract)
linkedTripboolean
chauffeursArray of objects(Chauffeur)
transportEquipmentsArray of objects(TransportEquipment)
documentsArray of objects(Document)
actorsArray of objects(Actor)
constraintsArray of objects(Constraint)
pricingElementsArray of objects(PricingElement)
startDatestring(date-time)
endDatestring(date-time)
kmStartinteger(int32)
kmEndinteger(int32)
bookingobject(Booking)
shareSettingsobject(ShareSettings)
externalAttributesobject
expectedCostobject(Money)
expectedRevenueobject(Money)
actualCostobject(Money)
CO2eWTWnumber(double)
CO2eTTWnumber(double)
nextActionobject(Action)
lastActionobject(Action)
estimatedDurationinteger(int32)
namestring
routeobject(Route)
curl -i -X POST \
  https://docs.transportial.com/_mock/apis/trip \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "nonce": "string",
    "versionNumber": 0,
    "hasAgreedToPrice": true,
    "type": "internal",
    "tripNr": "string",
    "status": "draft",
    "planStatus": "ok",
    "routeStatus": "on_route",
    "currentAction": {
      "nonce": "string",
      "versionNumber": 0,
      "type": "load",
      "groupId": "string",
      "name": "string",
      "externalAttributes": {
        "property1": {},
        "property2": {}
      },
      "lifeCycle": "requested",
      "result": {
        "status": "succeeded",
        "remark": "string",
        "reason": "string"
      },
      "remark": "string",
      "sequenceNr": 0,
      "location": {
        "associationType": "inline",
        "entity": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "type": "warehouse",
          "name": "string",
          "unCode": "string",
          "geoReference": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "addressGeoReference",
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string",
            "hash": "string"
          },
          "administrativeReference": {
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string"
          },
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "constraints": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "accessConstraint",
              "name": "string",
              "enforceability": "enforced",
              "description": "string"
            }
          ],
          "pricingElements": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "category": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "creditCode": "string",
                "debitCode": "string",
                "defaultValue": 0.1,
                "enabled": true
              },
              "amount": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              }
            }
          ],
          "remark": "string",
          "hash": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          }
        },
        "description": "string"
      },
      "startTime": "2019-08-24T14:15:22Z",
      "endTime": "2019-08-24T14:15:22Z",
      "eta": "2019-08-24T14:15:22Z",
      "etd": "2019-08-24T14:15:22Z",
      "timeFormat": "string",
      "recurrence": "string",
      "duration": 0,
      "estimatedDuration": 0,
      "actions": [
        {
          "type": "inline",
          "associationType": "string",
          "entity": {},
          "description": "string"
        }
      ],
      "documents": [
        {
          "associationType": "inline"
        }
      ],
      "identifiers": [
        {
          "nonce": "string",
          "name": "string",
          "system": "string",
          "value": "string",
          "expiredAt": "2019-08-24T14:15:22Z"
        }
      ],
      "constraints": [
        {
          "associationType": "inline",
          "entity": {
            "nonce": "string",
            "name": "string",
            "enforceability": "enforced",
            "type": "accessConstraint",
            "description": "string"
          },
          "description": "string"
        }
      ],
      "communicationRequests": [
        {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "status": "pending",
          "responseMessage": "string",
          "responseValue": "string",
          "communicationRequests": [
            {}
          ]
        }
      ],
      "isContainmentAction": true,
      "vehicle": {
        "associationType": "inline"
      },
      "pin": "string",
      "tar": "string",
      "shipmentLine": {
        "scacCode": "string",
        "smdgCode": "string"
      },
      "containmentUUID": "string"
    },
    "transportMode": "maritime",
    "capacityContract": {
      "nonce": "string",
      "name": "string",
      "type": "permanentContract",
      "communicationMethod": "messageAutomation",
      "contract": {
        "nonce": "string",
        "title": "string",
        "description": "string",
        "deliveryTerms": "EXW",
        "contractor": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "relationType": "string",
          "alias": "string",
          "description": "string",
          "transportLicenseNumber": "string",
          "eori": "string",
          "scacCode": "string",
          "industry": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "abbreviated": "string",
            "enabled": true
          },
          "website": "string",
          "coc": "string",
          "vat": "string",
          "verified": true,
          "documents": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "content": {},
                "file": {},
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "name": "string"
              }
            }
          ],
          "logo": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "banners": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "locations": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            }
          ],
          "identification": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "contactPersons": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          ],
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {},
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "pricingConfigurationCount": 0,
          "hasAgreedToPrice": true
        },
        "contractorSignee": {
          "nonce": "string",
          "firstName": "string",
          "lastName": "string",
          "position": "string",
          "email": "string",
          "phone": "string"
        },
        "client": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "relationType": "string",
          "alias": "string",
          "description": "string",
          "transportLicenseNumber": "string",
          "eori": "string",
          "scacCode": "string",
          "industry": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "abbreviated": "string",
            "enabled": true
          },
          "website": "string",
          "coc": "string",
          "vat": "string",
          "verified": true,
          "documents": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "content": {},
                "file": {},
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "name": "string"
              }
            }
          ],
          "logo": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "banners": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "locations": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            }
          ],
          "identification": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "contactPersons": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          ],
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {},
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "pricingConfigurationCount": 0,
          "hasAgreedToPrice": true
        },
        "clientSignee": {
          "nonce": "string",
          "firstName": "string",
          "lastName": "string",
          "position": "string",
          "email": "string",
          "phone": "string"
        }
      },
      "business": {
        "id": "string",
        "nonce": "string",
        "uuid": "string",
        "primaryPlatformId": "string",
        "createdAt": "2019-08-24T14:15:22Z",
        "updatedAt": "2019-08-24T14:15:22Z",
        "name": "string",
        "relationType": "string",
        "alias": "string",
        "description": "string",
        "transportLicenseNumber": "string",
        "eori": "string",
        "scacCode": "string",
        "industry": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "abbreviated": "string",
          "enabled": true
        },
        "website": "string",
        "coc": "string",
        "vat": "string",
        "verified": true,
        "documents": [
          {
            "associationType": "inline",
            "entity": {
              "nonce": "string",
              "description": "string",
              "expiresAt": "2019-08-24T14:15:22Z",
              "fileName": "string",
              "mimeType": "string",
              "encoding": "string",
              "verified": true,
              "content": {
                "contentType": "data",
                "data": "string"
              },
              "file": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "name": "string"
            }
          }
        ],
        "logo": {
          "nonce": "string",
          "url": "string",
          "path": "string",
          "name": "string",
          "originalName": "string",
          "size": 0,
          "purpose": "string",
          "type": "IMAGE",
          "mimeType": "string",
          "extension": "string",
          "uploadedAt": "2019-08-24T14:15:22Z"
        },
        "banners": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          }
        ],
        "locations": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "addressGeoReference",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string",
              "hash": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "constraints": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "accessConstraint",
                "name": "string",
                "enforceability": "enforced",
                "description": "string"
              }
            ],
            "pricingElements": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "description": "string",
                "category": {},
                "amount": {}
              }
            ],
            "remark": "string",
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            }
          }
        ],
        "identification": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          }
        ],
        "contactDetails": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "iban",
            "value": "string",
            "remarks": "string"
          }
        ],
        "contactPersons": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "firstName": "string",
            "lastName": "string",
            "position": "string",
            "email": "string",
            "phone": "string"
          }
        ],
        "administration": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "primary": true,
          "business": {},
          "currency": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "balance": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "amount": 0.1,
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "taxRate": {
              "nonce": "string",
              "creditCode": "string",
              "debitCode": "string",
              "identifiers": [
                {}
              ],
              "name": "string",
              "description": "string",
              "jurisdiction": "string",
              "percentage": 0.1,
              "inclusive": true,
              "active": true
            },
            "inclusiveOfTax": true
          },
          "numberFormat": "string",
          "numberLength": 0,
          "dueDays": 0,
          "invoiceNumberIndex": {
            "property1": 0,
            "property2": 0
          },
          "quoteNumberIndex": {
            "property1": 0,
            "property2": 0
          },
          "automaticallySendReminders": true,
          "invoiceTermsAndConditions": "string",
          "quoteTermsAndConditions": "string",
          "invoiceNumbering": 0,
          "quoteNumbering": 0
        },
        "pricingConfigurationCount": 0,
        "hasAgreedToPrice": true
      },
      "administration": {
        "nonce": "string",
        "name": "string",
        "primary": true,
        "business": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "relationType": "string",
          "alias": "string",
          "description": "string",
          "transportLicenseNumber": "string",
          "eori": "string",
          "scacCode": "string",
          "industry": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "abbreviated": "string",
            "enabled": true
          },
          "website": "string",
          "coc": "string",
          "vat": "string",
          "verified": true,
          "documents": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "content": {},
                "file": {},
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "name": "string"
              }
            }
          ],
          "logo": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "banners": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "locations": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            }
          ],
          "identification": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "contactPersons": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          ],
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {},
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "pricingConfigurationCount": 0,
          "hasAgreedToPrice": true
        },
        "currency": {
          "nonce": "string",
          "name": "string",
          "short": "string",
          "sign": "string",
          "decimalDelimiter": "string",
          "thousandDelimiter": "string",
          "enabled": true
        },
        "balance": {
          "nonce": "string",
          "amount": 0.1,
          "currency": {
            "nonce": "string",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "taxRate": {
            "nonce": "string",
            "creditCode": "string",
            "debitCode": "string",
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "name": "string",
            "description": "string",
            "jurisdiction": "string",
            "percentage": 0.1,
            "inclusive": true,
            "active": true
          },
          "inclusiveOfTax": true
        },
        "numberFormat": "string",
        "numberLength": 0,
        "dueDays": 0,
        "invoiceNumberIndex": {
          "property1": 0,
          "property2": 0
        },
        "quoteNumberIndex": {
          "property1": 0,
          "property2": 0
        },
        "automaticallySendReminders": true,
        "invoiceTermsAndConditions": "string",
        "quoteTermsAndConditions": "string",
        "invoiceStandardDocuments": [
          {
            "nonce": "string",
            "description": "string",
            "expiresAt": "2019-08-24T14:15:22Z",
            "fileName": "string",
            "mimeType": "string",
            "encoding": "string",
            "verified": true,
            "content": {
              "contentType": "data",
              "data": "string"
            },
            "file": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "name": "string"
          }
        ],
        "quoteStandardDocuments": [
          {
            "nonce": "string",
            "description": "string",
            "expiresAt": "2019-08-24T14:15:22Z",
            "fileName": "string",
            "mimeType": "string",
            "encoding": "string",
            "verified": true,
            "content": {
              "contentType": "data",
              "data": "string"
            },
            "file": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "name": "string"
          }
        ],
        "invoiceNumbering": 0,
        "quoteNumbering": 0
      },
      "startTime": "2019-08-24T14:15:22Z",
      "endTime": "2019-08-24T14:15:22Z",
      "selfBilling": true,
      "currency": {
        "nonce": "string",
        "name": "string",
        "short": "string",
        "sign": "string",
        "decimalDelimiter": "string",
        "thousandDelimiter": "string",
        "enabled": true
      },
      "triggerType": "endOfWeek",
      "pricingModules": [
        {
          "nonce": "string",
          "type": "fixed",
          "name": "string",
          "sequenceNr": 0,
          "description": "string",
          "category": {
            "nonce": "string",
            "name": "string",
            "creditCode": "string",
            "debitCode": "string",
            "defaultValue": 0.1,
            "enabled": true
          },
          "taxRates": [
            {
              "nonce": "string",
              "sequenceNr": 0,
              "name": "string",
              "description": "string",
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "filters": [
                {
                  "filters": []
                }
              ]
            }
          ],
          "filters": [
            {
              "selector": "string",
              "comparisonType": "equal",
              "value": "string",
              "linkType": "and",
              "filters": [
                {
                  "filters": []
                }
              ],
              "sequenceNr": 0
            }
          ],
          "oncePerInvoice": true
        }
      ],
      "lastHandledSelfBilling": "2019-08-24T14:15:22Z",
      "signature": {
        "nonce": "string",
        "ip": "string",
        "userAgent": "string",
        "date": "2019-08-24T14:15:22Z",
        "file": {
          "nonce": "string",
          "url": "string",
          "path": "string",
          "name": "string",
          "originalName": "string",
          "size": 0,
          "purpose": "string",
          "type": "IMAGE",
          "mimeType": "string",
          "extension": "string",
          "uploadedAt": "2019-08-24T14:15:22Z"
        }
      },
      "integration": {
        "nonce": "string",
        "type": "manual",
        "name": "string",
        "description": "string",
        "schedule": {
          "integrationSchedulerScheduleValue": 0,
          "integrationSchedulerScheduleType": "seconds",
          "milliseconds": 0
        },
        "dataSources": [
          {
            "nonce": "string",
            "directionType": "in",
            "connectionType": "api",
            "requestMethod": "get",
            "dataType": "xml",
            "entityType": "action",
            "url": "string",
            "port": 0,
            "path": "string",
            "token": "string",
            "query": "string",
            "parameters": [
              {
                "sequenceNr": 0,
                "type": "constant",
                "regex": "string",
                "format": "string",
                "locale": "string",
                "zoneId": "string",
                "incomingPath": "string",
                "outgoingPath": "string",
                "fields": [
                  null
                ],
                "filters": [
                  null
                ],
                "options": [
                  null
                ]
              }
            ],
            "allowedIps": [
              "string"
            ],
            "hasAuthentication": true,
            "credentials": {
              "nonce": "string",
              "authenticationMethod": "apiKey",
              "username": "string",
              "password": "string",
              "accessKey": "string",
              "secretKey": "string",
              "clientId": "string",
              "clientSecret": "string",
              "grantType": "string",
              "scope": "string",
              "apiKey": "string",
              "bearer": "string",
              "sshKey": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "sshTunnel": true,
              "sshHost": "string",
              "sshUsername": "string",
              "sshPassword": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "headers": {
                "property1": {},
                "property2": {}
              },
              "oauthUrl": "string",
              "oAuthCache": "string",
              "oAuthCacheCreationDate": "2019-08-24T14:15:22Z",
              "openIdToken": "string",
              "openIdRefreshToken": "string",
              "openIdAccessToken": "string",
              "openIdExpiration": "2019-08-24T14:15:22Z"
            },
            "otm": true,
            "fields": [
              {
                "sequenceNr": 0,
                "type": "constant",
                "regex": "string",
                "format": "string",
                "locale": "string",
                "zoneId": "string",
                "incomingPath": "string",
                "outgoingPath": "string",
                "fields": [
                  null
                ],
                "filters": [
                  null
                ],
                "options": [
                  null
                ]
              }
            ],
            "filters": [
              {
                "selector": "string",
                "comparisonType": "equal",
                "value": "string",
                "linkType": "and",
                "filters": [
                  null
                ],
                "sequenceNr": 0
              }
            ],
            "template": true
          }
        ],
        "enabled": true,
        "lastHandled": "2019-08-24T14:15:22Z",
        "integration": [
          {
            "nonce": "string",
            "author": {
              "nonce": "string",
              "hasAgreedToPrice": true,
              "type": "user",
              "username": "string",
              "firstName": "string",
              "lastName": "string",
              "email": "string",
              "phone": "string",
              "passwordModified": "2019-08-24T14:15:22Z",
              "twoFactorAuthentication": true,
              "status": "DELETED",
              "loginMethod": "DEFAULT",
              "accountType": "default",
              "standardLoadingSize": 10,
              "timezone": "string",
              "vehicleGroups": [
                {
                  "vehicles": []
                }
              ]
            },
            "name": "string",
            "text": "string"
          }
        ],
        "triggerType": "trigger",
        "triggerEvent": "afterCreatingTrip",
        "filters": [
          {
            "selector": "string",
            "comparisonType": "equal",
            "value": "string",
            "linkType": "and",
            "filters": [
              {}
            ],
            "sequenceNr": 0
          }
        ]
      },
      "messageAutomation": {
        "nonce": "string",
        "name": "string",
        "description": "string",
        "automationConfig": {
          "triggerType": "trigger",
          "triggerEvent": "afterCreatingTrip",
          "schedule": {
            "integrationSchedulerScheduleValue": 0,
            "integrationSchedulerScheduleType": "seconds",
            "milliseconds": 0
          },
          "filters": [
            {
              "selector": "string",
              "comparisonType": "equal",
              "value": "string",
              "linkType": "and",
              "filters": [
                {}
              ],
              "sequenceNr": 0
            }
          ],
          "query": {
            "nonce": "string",
            "fields": [
              {
                "name": "string",
                "groupByAggregate": "count"
              }
            ],
            "entityType": "action",
            "joins": [
              {
                "type": "inner_join",
                "entityType": "action",
                "onLeft": {},
                "onRight": {}
              }
            ],
            "filters": [
              {
                "nonce": "string",
                "sequenceNr": 0,
                "field": "string",
                "comparisonOperations": "equal",
                "value": "string",
                "valueType": "constant",
                "linkType": "and"
              }
            ],
            "groupBy": [
              {
                "name": "string",
                "groupByAggregate": "count"
              }
            ],
            "having": {
              "name": "string",
              "groupByAggregate": "count"
            },
            "sortFields": [
              {
                "name": "string",
                "groupByAggregate": "count"
              }
            ],
            "sortDirection": "asc",
            "limit": 0,
            "offset": 0
          },
          "recipients": [
            "string"
          ],
          "recipientSelector": "string",
          "toggleForAll": true,
          "channel": "email",
          "manualIntegration": {
            "nonce": "string",
            "type": "manual",
            "name": "string",
            "description": "string",
            "schedule": {
              "integrationSchedulerScheduleValue": 0,
              "integrationSchedulerScheduleType": "seconds",
              "milliseconds": 0
            },
            "dataSources": [
              {
                "nonce": "string",
                "directionType": "in",
                "connectionType": "api",
                "requestMethod": "get",
                "dataType": "xml",
                "entityType": "action",
                "url": "string",
                "port": 0,
                "path": "string",
                "token": "string",
                "query": "string",
                "parameters": [
                  null
                ],
                "allowedIps": [
                  null
                ],
                "hasAuthentication": true,
                "credentials": {
                  "externalAttributes": {},
                  "headers": {}
                },
                "otm": true,
                "fields": [
                  null
                ],
                "filters": [
                  null
                ],
                "template": true
              }
            ],
            "enabled": true,
            "lastHandled": "2019-08-24T14:15:22Z",
            "sectorType": "boardComputer",
            "manualType": "transics",
            "enabledFunctions": [
              "string"
            ],
            "url": "string",
            "port": 0,
            "credentials": {
              "nonce": "string",
              "authenticationMethod": "apiKey",
              "username": "string",
              "password": "string",
              "accessKey": "string",
              "secretKey": "string",
              "clientId": "string",
              "clientSecret": "string",
              "grantType": "string",
              "scope": "string",
              "apiKey": "string",
              "bearer": "string",
              "sshKey": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "sshTunnel": true,
              "sshHost": "string",
              "sshUsername": "string",
              "sshPassword": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "headers": {
                "property1": {},
                "property2": {}
              },
              "oauthUrl": "string",
              "oAuthCache": "string",
              "oAuthCacheCreationDate": "2019-08-24T14:15:22Z",
              "openIdToken": "string",
              "openIdRefreshToken": "string",
              "openIdAccessToken": "string",
              "openIdExpiration": "2019-08-24T14:15:22Z"
            },
            "filters": [
              {
                "selector": "string",
                "comparisonType": "equal",
                "value": "string",
                "linkType": "and",
                "filters": [
                  null
                ],
                "sequenceNr": 0
              }
            ],
            "integration": [
              {
                "nonce": "string",
                "author": {
                  "vehicleGroups": []
                },
                "name": "string",
                "text": "string"
              }
            ]
          },
          "includeAttachments": true,
          "subject": "string",
          "currentTriggerPosition": 0,
          "localizedTexts": [
            {
              "language": {
                "nonce": "string",
                "name": "string",
                "localName": "string",
                "code": "string",
                "iso3166": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "dateFormat": "string",
                "measurementUnit": "metric"
              },
              "content": "string",
              "messageTemplate": "string",
              "subject": "string"
            }
          ],
          "defaultLanguageId": "string",
          "languageSelector": "string"
        },
        "enabled": true,
        "lastHandled": "2019-08-24T14:15:22Z",
        "template": true,
        "templateCategory": "string",
        "type": "messageAutomation",
        "notes": [
          {
            "nonce": "string",
            "author": {
              "nonce": "string",
              "hasAgreedToPrice": true,
              "type": "user",
              "username": "string",
              "firstName": "string",
              "lastName": "string",
              "email": "string",
              "phone": "string",
              "passwordModified": "2019-08-24T14:15:22Z",
              "twoFactorAuthentication": true,
              "status": "DELETED",
              "loginMethod": "DEFAULT",
              "accountType": "default",
              "standardLoadingSize": 10,
              "timezone": "string",
              "vehicleGroups": [
                {
                  "vehicles": []
                }
              ]
            },
            "name": "string",
            "text": "string"
          }
        ]
      },
      "consignments": [
        {
          "nonce": "string",
          "versionNumber": 0,
          "hasAgreedToPrice": true,
          "name": "string",
          "consignmentNr": "string",
          "description": "string",
          "status": "draft",
          "highValueGoods": true,
          "goods": [
            {
              "associationType": "inline"
            }
          ],
          "consignment": {},
          "originalPhysicalSender": {
            "nonce": "string",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "nonce": "string",
              "type": "addressGeoReference",
              "hash": "string",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postCode": "string",
              "city": "string",
              "country": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactPersons": [
              {
                "nonce": "string",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "attributes": [
              {
                "nonce": "string",
                "name": "string",
                "color": "string"
              }
            ],
            "remark": "string"
          },
          "originalLegalSender": {
            "nonce": "string",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "nonce": "string",
              "type": "addressGeoReference",
              "hash": "string",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postCode": "string",
              "city": "string",
              "country": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactPersons": [
              {
                "nonce": "string",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "attributes": [
              {
                "nonce": "string",
                "name": "string",
                "color": "string"
              }
            ],
            "remark": "string"
          },
          "originalPhysicalAddressee": {
            "nonce": "string",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "nonce": "string",
              "type": "addressGeoReference",
              "hash": "string",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postCode": "string",
              "city": "string",
              "country": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactPersons": [
              {
                "nonce": "string",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "attributes": [
              {
                "nonce": "string",
                "name": "string",
                "color": "string"
              }
            ],
            "remark": "string"
          },
          "originalLegalAddressee": {
            "nonce": "string",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "nonce": "string",
              "type": "addressGeoReference",
              "hash": "string",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postCode": "string",
              "city": "string",
              "country": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactPersons": [
              {
                "nonce": "string",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "attributes": [
              {
                "nonce": "string",
                "name": "string",
                "color": "string"
              }
            ],
            "remark": "string"
          },
          "isPlannedToLastLocation": true,
          "documents": [
            {
              "associationType": "inline"
            }
          ],
          "actors": [
            {
              "associationType": "inline"
            }
          ],
          "pricingElements": [
            {
              "nonce": "string",
              "name": "string",
              "description": "string",
              "category": {
                "nonce": "string",
                "name": "string",
                "creditCode": "string",
                "debitCode": "string",
                "defaultValue": 0.1,
                "enabled": true
              },
              "amount": {
                "nonce": "string",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              }
            }
          ],
          "externalAttributes": {
            "property1": {},
            "property2": {}
          },
          "expectedRevenue": {
            "nonce": "string",
            "amount": 0.1,
            "currency": {
              "nonce": "string",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "taxRate": {
              "nonce": "string",
              "creditCode": "string",
              "debitCode": "string",
              "identifiers": [
                {}
              ],
              "name": "string",
              "description": "string",
              "jurisdiction": "string",
              "percentage": 0.1,
              "inclusive": true,
              "active": true
            },
            "inclusiveOfTax": true
          },
          "expectedCost": {
            "nonce": "string",
            "amount": 0.1,
            "currency": {
              "nonce": "string",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "taxRate": {
              "nonce": "string",
              "creditCode": "string",
              "debitCode": "string",
              "identifiers": [
                {}
              ],
              "name": "string",
              "description": "string",
              "jurisdiction": "string",
              "percentage": 0.1,
              "inclusive": true,
              "active": true
            },
            "inclusiveOfTax": true
          },
          "combined": true,
          "type": "string",
          "remark": "string",
          "constraints": [
            {
              "nonce": "string",
              "name": "string",
              "enforceability": "enforced",
              "type": "accessConstraint",
              "description": "string"
            }
          ],
          "attributes": [
            {
              "nonce": "string",
              "name": "string",
              "color": "string"
            }
          ]
        }
      ],
      "purchasedUnits": 0,
      "capacity": {
        "nonce": "string",
        "name": "string",
        "description": "string",
        "business": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "relationType": "string",
          "alias": "string",
          "description": "string",
          "transportLicenseNumber": "string",
          "eori": "string",
          "scacCode": "string",
          "industry": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "abbreviated": "string",
            "enabled": true
          },
          "website": "string",
          "coc": "string",
          "vat": "string",
          "verified": true,
          "documents": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "content": {},
                "file": {},
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "name": "string"
              }
            }
          ],
          "logo": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "banners": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "locations": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            }
          ],
          "identification": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "contactPersons": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          ],
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {},
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "pricingConfigurationCount": 0,
          "hasAgreedToPrice": true
        },
        "schedule": {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "weekDays": [
            "sunday"
          ],
          "startDate": "2019-08-24T14:15:22Z",
          "endDate": "2019-08-24T14:15:22Z",
          "timeSlotTemplates": [
            {
              "nonce": "string",
              "capacityUnits": 0,
              "weekDay": "sunday",
              "startTime": "2019-08-24T14:15:22Z",
              "endTime": "2019-08-24T14:15:22Z",
              "pricingModules": [
                {
                  "taxRates": [],
                  "filters": []
                }
              ]
            }
          ],
          "timeSlots": [
            {
              "nonce": "string",
              "date": "2019-08-24T14:15:22Z",
              "startTime": "2019-08-24T14:15:22Z",
              "endTime": "2019-08-24T14:15:22Z",
              "consignments": [
                {
                  "goods": [],
                  "documents": [],
                  "actors": [],
                  "pricingElements": [],
                  "externalAttributes": {},
                  "constraints": [],
                  "attributes": []
                }
              ],
              "route": {
                "nonce": "string",
                "time": 0,
                "cost": 0,
                "distance": 0,
                "expenses": [
                  null
                ],
                "additionalInfo": {
                  "property1": {},
                  "property2": {}
                },
                "lineString": "string",
                "actors": [
                  null
                ],
                "actions": [
                  null
                ],
                "name": "string",
                "constraints": [
                  null
                ]
              }
            }
          ]
        },
        "modality": "maritime",
        "subType": "load",
        "capacityPerUnit": {
          "value": "string",
          "unit": "string"
        },
        "totalUnits": 0,
        "availableCapacity": {
          "value": "string",
          "unit": "string"
        },
        "totalCapacity": {
          "value": "string",
          "unit": "string"
        },
        "pricingModules": [
          {
            "nonce": "string",
            "type": "fixed",
            "name": "string",
            "sequenceNr": 0,
            "description": "string",
            "category": {
              "nonce": "string",
              "name": "string",
              "creditCode": "string",
              "debitCode": "string",
              "defaultValue": 0.1,
              "enabled": true
            },
            "taxRates": [
              {
                "nonce": "string",
                "sequenceNr": 0,
                "name": "string",
                "description": "string",
                "taxRate": {
                  "identifiers": []
                },
                "filters": [
                  null
                ]
              }
            ],
            "filters": [
              {
                "selector": "string",
                "comparisonType": "equal",
                "value": "string",
                "linkType": "and",
                "filters": [
                  null
                ],
                "sequenceNr": 0
              }
            ],
            "oncePerInvoice": true
          }
        ]
      }
    },
    "linkedTrip": true,
    "chauffeurs": [
      {
        "nonce": "string",
        "type": "driver",
        "picture": {
          "nonce": "string",
          "url": "string",
          "path": "string",
          "name": "string",
          "originalName": "string",
          "size": 0,
          "purpose": "string",
          "type": "IMAGE",
          "mimeType": "string",
          "extension": "string",
          "uploadedAt": "2019-08-24T14:15:22Z"
        },
        "user": {
          "nonce": "string",
          "hasAgreedToPrice": true,
          "type": "user",
          "username": "string",
          "firstName": "string",
          "lastName": "string",
          "email": "string",
          "phone": "string",
          "passwordModified": "2019-08-24T14:15:22Z",
          "twoFactorAuthentication": true,
          "status": "DELETED",
          "loginMethod": "DEFAULT",
          "accountType": "default",
          "standardLoadingSize": 10,
          "timezone": "string",
          "vehicleGroups": [
            {
              "nonce": "string",
              "name": "string",
              "vehicles": [
                {
                  "loadCapacities": [],
                  "actors": [],
                  "attributes": []
                }
              ]
            }
          ]
        },
        "firstName": "string",
        "lastName": "string",
        "dateOfBirth": "2019-08-24",
        "birthPlace": "string",
        "nationality": "string",
        "hourlyRate": {
          "nonce": "string",
          "amount": 0.1,
          "currency": {
            "nonce": "string",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "taxRate": {
            "nonce": "string",
            "creditCode": "string",
            "debitCode": "string",
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "name": "string",
            "description": "string",
            "jurisdiction": "string",
            "percentage": 0.1,
            "inclusive": true,
            "active": true
          },
          "inclusiveOfTax": true
        },
        "hoursPerMonth": 0.1,
        "adr": {
          "hasADR": true,
          "ADRNumber": "string",
          "ADRValidFromDate": "2019-08-24",
          "ADRExpirationDate": "2019-08-24",
          "ADRFiles": [
            {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ]
        },
        "driverLicense": {
          "hasDriverLicense": true,
          "driverLicenseNumber": "string",
          "driverLicenseValidFromDate": "2019-08-24",
          "driverLicenseExpirationDate": "2019-08-24",
          "driverLicenseObtainedOn": "2019-08-24",
          "driverLicenseCountryOfIssue": "string",
          "driverLicenseIssuingAuthority": "string",
          "driverLicenseFiles": [
            {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ]
        },
        "tachoCard": {
          "cardId": "string",
          "countryOfIssue": "string",
          "renewalIndex": "string",
          "replacementIndex": "string",
          "startOfValidity": "2019-08-24T14:15:22Z",
          "endOfValidity": "2019-08-24T14:15:22Z"
        },
        "remainingDrivingTimes": {
          "daysOfReducedRest": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "dailyAmplitude": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "drivingTimeBelowMaximum": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "dailyDrivingTime": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "daysOfDrivingLongerThan9h": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "weeklyDrivingTime": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "BIWeeklyDrivingTime": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          },
          "daysOfConsecutiveDriving": {
            "total": 0,
            "maximum": 0,
            "minimum": 0,
            "remaining": 0
          }
        },
        "upcomingRestingTimes": {
          "week": 0,
          "year": 0,
          "upcomingRestingTime": 0
        },
        "languages": [
          "string"
        ],
        "contactDetails": [
          {
            "associationType": "inline"
          }
        ]
      }
    ],
    "transportEquipments": [
      {
        "nonce": "string",
        "type": "transportEquipment",
        "name": "string",
        "description": "string",
        "remark": "string",
        "barCode": "string",
        "quantity": 0,
        "weight": {
          "value": "string",
          "unit": "string"
        },
        "grossWeight": {
          "value": "string",
          "unit": "string"
        },
        "maxStackableWeight": {
          "value": "string",
          "unit": "string"
        },
        "width": {
          "value": "string",
          "unit": "string"
        },
        "height": {
          "value": "string",
          "unit": "string"
        },
        "length": {
          "value": "string",
          "unit": "string"
        },
        "documents": [
          {
            "nonce": "string",
            "description": "string",
            "expiresAt": "2019-08-24T14:15:22Z",
            "fileName": "string",
            "mimeType": "string",
            "encoding": "string",
            "verified": true,
            "content": {
              "contentType": "data",
              "data": "string"
            },
            "file": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "name": "string"
          }
        ],
        "actors": [
          {
            "nonce": "string",
            "name": "string",
            "user": {
              "nonce": "string",
              "hasAgreedToPrice": true,
              "type": "user",
              "username": "string",
              "firstName": "string",
              "lastName": "string",
              "email": "string",
              "phone": "string",
              "passwordModified": "2019-08-24T14:15:22Z",
              "twoFactorAuthentication": true,
              "status": "DELETED",
              "loginMethod": "DEFAULT",
              "accountType": "default",
              "standardLoadingSize": 10,
              "timezone": "string",
              "vehicleGroups": [
                {
                  "vehicles": []
                }
              ]
            },
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "contactDetails": [
              {
                "nonce": "string",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ]
          }
        ],
        "stackObjectMetrics": {
          "totalMinimumGroundSpace": {
            "value": "string",
            "unit": "string"
          },
          "totalVolume": {
            "value": "string",
            "unit": "string"
          },
          "totalWeight": {
            "value": "string",
            "unit": "string"
          },
          "totalMinimumLoadMeters": {
            "value": "string",
            "unit": "string"
          }
        },
        "isStackObjectMetricsUpdated": true,
        "loadWidth": {
          "value": "string",
          "unit": "string"
        },
        "loadHeight": {
          "value": "string",
          "unit": "string"
        },
        "loadLength": {
          "value": "string",
          "unit": "string"
        },
        "maxWeight": {
          "value": "string",
          "unit": "string"
        },
        "loadMeters": {
          "value": "string",
          "unit": "string"
        },
        "equipmentType": "string",
        "equipmentSubType": "string",
        "licensePlate": "string",
        "vin": "string",
        "equipmentId": "string",
        "seal": "string",
        "requirementCodes": [
          "string"
        ],
        "business": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "relationType": "string",
          "alias": "string",
          "description": "string",
          "transportLicenseNumber": "string",
          "eori": "string",
          "scacCode": "string",
          "industry": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "abbreviated": "string",
            "enabled": true
          },
          "website": "string",
          "coc": "string",
          "vat": "string",
          "verified": true,
          "documents": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "content": {},
                "file": {},
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "name": "string"
              }
            }
          ],
          "logo": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "banners": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "locations": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            }
          ],
          "identification": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "contactPersons": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          ],
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {},
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "pricingConfigurationCount": 0,
          "hasAgreedToPrice": true
        },
        "operational": true,
        "internal": true,
        "constraints": [
          {
            "nonce": "string",
            "name": "string",
            "enforceability": "enforced",
            "type": "accessConstraint",
            "description": "string"
          }
        ],
        "attributes": [
          {
            "nonce": "string",
            "name": "string",
            "color": "string"
          }
        ]
      }
    ],
    "documents": [
      {
        "nonce": "string",
        "description": "string",
        "expiresAt": "2019-08-24T14:15:22Z",
        "fileName": "string",
        "mimeType": "string",
        "encoding": "string",
        "verified": true,
        "content": {
          "contentType": "data",
          "data": "string"
        },
        "file": {
          "nonce": "string",
          "url": "string",
          "path": "string",
          "name": "string",
          "originalName": "string",
          "size": 0,
          "purpose": "string",
          "type": "IMAGE",
          "mimeType": "string",
          "extension": "string",
          "uploadedAt": "2019-08-24T14:15:22Z"
        },
        "externalAttributes": {
          "property1": {},
          "property2": {}
        },
        "name": "string"
      }
    ],
    "actors": [
      {
        "nonce": "string",
        "name": "string",
        "user": {
          "nonce": "string",
          "hasAgreedToPrice": true,
          "type": "user",
          "username": "string",
          "firstName": "string",
          "lastName": "string",
          "email": "string",
          "phone": "string",
          "passwordModified": "2019-08-24T14:15:22Z",
          "twoFactorAuthentication": true,
          "status": "DELETED",
          "loginMethod": "DEFAULT",
          "accountType": "default",
          "standardLoadingSize": 10,
          "timezone": "string",
          "vehicleGroups": [
            {
              "nonce": "string",
              "name": "string",
              "vehicles": [
                {
                  "loadCapacities": [],
                  "actors": [],
                  "attributes": []
                }
              ]
            }
          ]
        },
        "identifiers": [
          {
            "nonce": "string",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "contactDetails": [
          {
            "nonce": "string",
            "type": "iban",
            "value": "string",
            "remarks": "string"
          }
        ]
      }
    ],
    "constraints": [
      {
        "nonce": "string",
        "name": "string",
        "enforceability": "enforced",
        "type": "accessConstraint",
        "description": "string"
      }
    ],
    "pricingElements": [
      {
        "nonce": "string",
        "name": "string",
        "description": "string",
        "category": {
          "nonce": "string",
          "name": "string",
          "creditCode": "string",
          "debitCode": "string",
          "defaultValue": 0.1,
          "enabled": true
        },
        "amount": {
          "nonce": "string",
          "amount": 0.1,
          "currency": {
            "nonce": "string",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "taxRate": {
            "nonce": "string",
            "creditCode": "string",
            "debitCode": "string",
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "name": "string",
            "description": "string",
            "jurisdiction": "string",
            "percentage": 0.1,
            "inclusive": true,
            "active": true
          },
          "inclusiveOfTax": true
        }
      }
    ],
    "startDate": "2019-08-24T14:15:22Z",
    "endDate": "2019-08-24T14:15:22Z",
    "kmStart": 0,
    "kmEnd": 0,
    "booking": {
      "nonce": "string",
      "type": "maritime",
      "name": "string",
      "bookingNumber": "string",
      "externalReference": "string",
      "billOfLadingNumber": "string",
      "billOfLading": {
        "nonce": "string",
        "description": "string",
        "expiresAt": "2019-08-24T14:15:22Z",
        "fileName": "string",
        "mimeType": "string",
        "encoding": "string",
        "verified": true,
        "content": {
          "contentType": "data",
          "data": "string"
        },
        "file": {
          "nonce": "string",
          "url": "string",
          "path": "string",
          "name": "string",
          "originalName": "string",
          "size": 0,
          "purpose": "string",
          "type": "IMAGE",
          "mimeType": "string",
          "extension": "string",
          "uploadedAt": "2019-08-24T14:15:22Z"
        },
        "externalAttributes": {
          "property1": {},
          "property2": {}
        },
        "name": "string"
      }
    },
    "shareSettings": {
      "isOpen": true,
      "shareCode": "string",
      "validUntil": "2019-08-24T14:15:22Z"
    },
    "externalAttributes": {
      "property1": {},
      "property2": {}
    },
    "expectedCost": {
      "nonce": "string",
      "amount": 0.1,
      "currency": {
        "nonce": "string",
        "name": "string",
        "short": "string",
        "sign": "string",
        "decimalDelimiter": "string",
        "thousandDelimiter": "string",
        "enabled": true
      },
      "taxRate": {
        "nonce": "string",
        "creditCode": "string",
        "debitCode": "string",
        "identifiers": [
          {
            "nonce": "string",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "name": "string",
        "description": "string",
        "jurisdiction": "string",
        "percentage": 0.1,
        "inclusive": true,
        "active": true
      },
      "inclusiveOfTax": true
    },
    "expectedRevenue": {
      "nonce": "string",
      "amount": 0.1,
      "currency": {
        "nonce": "string",
        "name": "string",
        "short": "string",
        "sign": "string",
        "decimalDelimiter": "string",
        "thousandDelimiter": "string",
        "enabled": true
      },
      "taxRate": {
        "nonce": "string",
        "creditCode": "string",
        "debitCode": "string",
        "identifiers": [
          {
            "nonce": "string",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "name": "string",
        "description": "string",
        "jurisdiction": "string",
        "percentage": 0.1,
        "inclusive": true,
        "active": true
      },
      "inclusiveOfTax": true
    },
    "actualCost": {
      "nonce": "string",
      "amount": 0.1,
      "currency": {
        "nonce": "string",
        "name": "string",
        "short": "string",
        "sign": "string",
        "decimalDelimiter": "string",
        "thousandDelimiter": "string",
        "enabled": true
      },
      "taxRate": {
        "nonce": "string",
        "creditCode": "string",
        "debitCode": "string",
        "identifiers": [
          {
            "nonce": "string",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "name": "string",
        "description": "string",
        "jurisdiction": "string",
        "percentage": 0.1,
        "inclusive": true,
        "active": true
      },
      "inclusiveOfTax": true
    },
    "CO2eWTW": 0.1,
    "CO2eTTW": 0.1,
    "nextAction": {
      "nonce": "string",
      "versionNumber": 0,
      "type": "load",
      "groupId": "string",
      "name": "string",
      "externalAttributes": {
        "property1": {},
        "property2": {}
      },
      "lifeCycle": "requested",
      "result": {
        "status": "succeeded",
        "remark": "string",
        "reason": "string"
      },
      "remark": "string",
      "sequenceNr": 0,
      "location": {
        "associationType": "inline",
        "entity": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "type": "warehouse",
          "name": "string",
          "unCode": "string",
          "geoReference": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "addressGeoReference",
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string",
            "hash": "string"
          },
          "administrativeReference": {
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string"
          },
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "constraints": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "accessConstraint",
              "name": "string",
              "enforceability": "enforced",
              "description": "string"
            }
          ],
          "pricingElements": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "category": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "creditCode": "string",
                "debitCode": "string",
                "defaultValue": 0.1,
                "enabled": true
              },
              "amount": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              }
            }
          ],
          "remark": "string",
          "hash": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          }
        },
        "description": "string"
      },
      "startTime": "2019-08-24T14:15:22Z",
      "endTime": "2019-08-24T14:15:22Z",
      "eta": "2019-08-24T14:15:22Z",
      "etd": "2019-08-24T14:15:22Z",
      "timeFormat": "string",
      "recurrence": "string",
      "duration": 0,
      "estimatedDuration": 0,
      "actions": [
        {
          "type": "inline",
          "associationType": "string",
          "entity": {},
          "description": "string"
        }
      ],
      "documents": [
        {
          "associationType": "inline"
        }
      ],
      "identifiers": [
        {
          "nonce": "string",
          "name": "string",
          "system": "string",
          "value": "string",
          "expiredAt": "2019-08-24T14:15:22Z"
        }
      ],
      "constraints": [
        {
          "associationType": "inline",
          "entity": {
            "nonce": "string",
            "name": "string",
            "enforceability": "enforced",
            "type": "accessConstraint",
            "description": "string"
          },
          "description": "string"
        }
      ],
      "communicationRequests": [
        {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "status": "pending",
          "responseMessage": "string",
          "responseValue": "string",
          "communicationRequests": [
            {}
          ]
        }
      ],
      "isContainmentAction": true,
      "vehicle": {
        "associationType": "inline"
      },
      "pin": "string",
      "tar": "string",
      "shipmentLine": {
        "scacCode": "string",
        "smdgCode": "string"
      },
      "containmentUUID": "string"
    },
    "lastAction": {
      "nonce": "string",
      "versionNumber": 0,
      "type": "load",
      "groupId": "string",
      "name": "string",
      "externalAttributes": {
        "property1": {},
        "property2": {}
      },
      "lifeCycle": "requested",
      "result": {
        "status": "succeeded",
        "remark": "string",
        "reason": "string"
      },
      "remark": "string",
      "sequenceNr": 0,
      "location": {
        "associationType": "inline",
        "entity": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "type": "warehouse",
          "name": "string",
          "unCode": "string",
          "geoReference": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "addressGeoReference",
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string",
            "hash": "string"
          },
          "administrativeReference": {
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string"
          },
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "constraints": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "accessConstraint",
              "name": "string",
              "enforceability": "enforced",
              "description": "string"
            }
          ],
          "pricingElements": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "category": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "creditCode": "string",
                "debitCode": "string",
                "defaultValue": 0.1,
                "enabled": true
              },
              "amount": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              }
            }
          ],
          "remark": "string",
          "hash": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          }
        },
        "description": "string"
      },
      "startTime": "2019-08-24T14:15:22Z",
      "endTime": "2019-08-24T14:15:22Z",
      "eta": "2019-08-24T14:15:22Z",
      "etd": "2019-08-24T14:15:22Z",
      "timeFormat": "string",
      "recurrence": "string",
      "duration": 0,
      "estimatedDuration": 0,
      "actions": [
        {
          "type": "inline",
          "associationType": "string",
          "entity": {},
          "description": "string"
        }
      ],
      "documents": [
        {
          "associationType": "inline"
        }
      ],
      "identifiers": [
        {
          "nonce": "string",
          "name": "string",
          "system": "string",
          "value": "string",
          "expiredAt": "2019-08-24T14:15:22Z"
        }
      ],
      "constraints": [
        {
          "associationType": "inline",
          "entity": {
            "nonce": "string",
            "name": "string",
            "enforceability": "enforced",
            "type": "accessConstraint",
            "description": "string"
          },
          "description": "string"
        }
      ],
      "communicationRequests": [
        {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "status": "pending",
          "responseMessage": "string",
          "responseValue": "string",
          "communicationRequests": [
            {}
          ]
        }
      ],
      "isContainmentAction": true,
      "vehicle": {
        "associationType": "inline"
      },
      "pin": "string",
      "tar": "string",
      "shipmentLine": {
        "scacCode": "string",
        "smdgCode": "string"
      },
      "containmentUUID": "string"
    },
    "estimatedDuration": 0,
    "name": "string",
    "route": {
      "nonce": "string",
      "time": 0,
      "cost": 0,
      "distance": 0,
      "expenses": [
        {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "money": {
            "nonce": "string",
            "amount": 0.1,
            "currency": {
              "nonce": "string",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "taxRate": {
              "nonce": "string",
              "creditCode": "string",
              "debitCode": "string",
              "identifiers": [
                {}
              ],
              "name": "string",
              "description": "string",
              "jurisdiction": "string",
              "percentage": 0.1,
              "inclusive": true,
              "active": true
            },
            "inclusiveOfTax": true
          }
        }
      ],
      "additionalInfo": {
        "property1": {},
        "property2": {}
      },
      "lineString": "string",
      "actors": [
        {
          "nonce": "string",
          "name": "string",
          "user": {
            "nonce": "string",
            "hasAgreedToPrice": true,
            "type": "user",
            "username": "string",
            "firstName": "string",
            "lastName": "string",
            "email": "string",
            "phone": "string",
            "passwordModified": "2019-08-24T14:15:22Z",
            "twoFactorAuthentication": true,
            "status": "DELETED",
            "loginMethod": "DEFAULT",
            "accountType": "default",
            "standardLoadingSize": 10,
            "timezone": "string",
            "vehicleGroups": [
              {
                "nonce": "string",
                "name": "string",
                "vehicles": [
                  null
                ]
              }
            ]
          },
          "identifiers": [
            {
              "nonce": "string",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "nonce": "string",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ]
        }
      ],
      "actions": [
        {
          "nonce": "string",
          "versionNumber": 0,
          "type": "load",
          "groupId": "string",
          "name": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          },
          "lifeCycle": "requested",
          "result": {
            "status": "succeeded",
            "remark": "string",
            "reason": "string"
          },
          "remark": "string",
          "sequenceNr": 0,
          "location": {
            "associationType": "inline",
            "entity": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            },
            "description": "string"
          },
          "startTime": "2019-08-24T14:15:22Z",
          "endTime": "2019-08-24T14:15:22Z",
          "eta": "2019-08-24T14:15:22Z",
          "etd": "2019-08-24T14:15:22Z",
          "timeFormat": "string",
          "recurrence": "string",
          "duration": 0,
          "estimatedDuration": 0,
          "actions": [
            {
              "type": "inline",
              "associationType": "string",
              "entity": {},
              "description": "string"
            }
          ],
          "documents": [
            {
              "associationType": "inline"
            }
          ],
          "identifiers": [
            {
              "nonce": "string",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "constraints": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "name": "string",
                "enforceability": "enforced",
                "type": "accessConstraint",
                "description": "string"
              },
              "description": "string"
            }
          ],
          "communicationRequests": [
            {
              "nonce": "string",
              "name": "string",
              "description": "string",
              "status": "pending",
              "responseMessage": "string",
              "responseValue": "string",
              "communicationRequests": [
                {}
              ]
            }
          ],
          "isContainmentAction": true,
          "vehicle": {
            "associationType": "inline"
          },
          "pin": "string",
          "tar": "string",
          "shipmentLine": {
            "scacCode": "string",
            "smdgCode": "string"
          },
          "containmentUUID": "string"
        }
      ],
      "name": "string",
      "constraints": [
        {
          "nonce": "string",
          "name": "string",
          "enforceability": "enforced",
          "type": "accessConstraint",
          "description": "string"
        }
      ]
    }
  }'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
tripobject(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "trip": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "name": "string", "type": "internal", "tripNr": "string", "route": {}, "status": "draft", "planStatus": "ok", "routeStatus": "on_route", "currentAction": {}, "transportMode": "maritime", "capacityContract": {}, "linkedTrip": true, "chauffeurs": [], "transportEquipments": [], "documents": [], "actors": [], "constraints": [], "identifiers": [], "pricingElements": [], "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "kmStart": 0, "kmEnd": 0, "booking": {}, "shareSettings": {}, "externalAttributes": {}, "expectedCost": {}, "expectedRevenue": {}, "actualCost": {}, "CO2eWTW": 0.1, "CO2eTTW": 0.1, "nextAction": {}, "lastAction": {}, "versionNumber": 0 } }

Update trips

Request

Update a list of trips

Headers
Authorizationstringrequired
Bodyapplication/jsonrequired
tripsArray of objects(TripModel)
curl -i -X PUT \
  https://docs.transportial.com/_mock/apis/trips \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "trips": [
      {
        "id": "string",
        "nonce": "string",
        "uuid": "string",
        "primaryPlatformId": "string",
        "createdAt": "2019-08-24T14:15:22Z",
        "updatedAt": "2019-08-24T14:15:22Z",
        "name": "string",
        "type": "internal",
        "tripNr": "string",
        "route": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "time": 0,
          "cost": 0,
          "distance": 0,
          "expenses": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "money": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              }
            }
          ],
          "additionalInfo": {
            "property1": {},
            "property2": {}
          },
          "lineString": "string",
          "actors": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "user": {
                "nonce": "string",
                "hasAgreedToPrice": true,
                "type": "user",
                "username": "string",
                "firstName": "string",
                "lastName": "string",
                "email": "string",
                "phone": "string",
                "passwordModified": "2019-08-24T14:15:22Z",
                "twoFactorAuthentication": true,
                "status": "DELETED",
                "loginMethod": "DEFAULT",
                "accountType": "default",
                "standardLoadingSize": 10,
                "timezone": "string",
                "vehicleGroups": [
                  null
                ]
              },
              "identifiers": [
                {}
              ],
              "contactDetails": [
                {}
              ]
            }
          ],
          "actions": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "load",
              "groupId": "string",
              "name": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "identifiers": [
                {}
              ],
              "lifeCycle": "requested",
              "result": {
                "status": "succeeded",
                "remark": "string",
                "reason": "string"
              },
              "remark": "string",
              "sequenceNr": 0,
              "location": {
                "associationType": "inline",
                "entity": {
                  "contactDetails": [],
                  "constraints": [],
                  "pricingElements": [],
                  "externalAttributes": {}
                },
                "description": "string"
              },
              "startTime": "2019-08-24T14:15:22Z",
              "endTime": "2019-08-24T14:15:22Z",
              "eta": "2019-08-24T14:15:22Z",
              "etd": "2019-08-24T14:15:22Z",
              "timeFormat": "string",
              "recurrence": "string",
              "duration": 0,
              "estimatedDuration": 0,
              "actions": [
                {}
              ],
              "communicationRequests": [
                {}
              ],
              "documents": [
                {}
              ],
              "versionNumber": 0,
              "constraints": [
                {}
              ],
              "isContainmentAction": true,
              "vehicle": {
                "associationType": "inline"
              },
              "stop": {
                "type": "inline",
                "associationType": "string",
                "entity": {
                  "externalAttributes": {},
                  "actions": [],
                  "documents": [],
                  "identifiers": [],
                  "constraints": [],
                  "communicationRequests": []
                },
                "description": "string"
              },
              "pin": "string",
              "tar": "string",
              "shipmentLine": {
                "scacCode": "string",
                "smdgCode": "string"
              },
              "containmentUUID": "string"
            }
          ],
          "constraints": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "name": "string",
                "enforceability": "enforced",
                "type": "accessConstraint",
                "description": "string"
              },
              "description": "string"
            }
          ]
        },
        "status": "draft",
        "planStatus": "ok",
        "routeStatus": "on_route",
        "currentAction": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "type": "load",
          "groupId": "string",
          "name": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          },
          "identifiers": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "lifeCycle": "requested",
          "result": {
            "status": "succeeded",
            "remark": "string",
            "reason": "string"
          },
          "remark": "string",
          "sequenceNr": 0,
          "location": {
            "associationType": "inline",
            "entity": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            },
            "description": "string"
          },
          "startTime": "2019-08-24T14:15:22Z",
          "endTime": "2019-08-24T14:15:22Z",
          "eta": "2019-08-24T14:15:22Z",
          "etd": "2019-08-24T14:15:22Z",
          "timeFormat": "string",
          "recurrence": "string",
          "duration": 0,
          "estimatedDuration": 0,
          "actions": [
            {
              "type": "inline",
              "associationType": "string",
              "entity": {
                "nonce": "string",
                "versionNumber": 0,
                "type": "load",
                "groupId": "string",
                "name": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "lifeCycle": "requested",
                "result": {},
                "remark": "string",
                "sequenceNr": 0,
                "location": {},
                "startTime": "2019-08-24T14:15:22Z",
                "endTime": "2019-08-24T14:15:22Z",
                "eta": "2019-08-24T14:15:22Z",
                "etd": "2019-08-24T14:15:22Z",
                "timeFormat": "string",
                "recurrence": "string",
                "duration": 0,
                "estimatedDuration": 0,
                "actions": [
                  null
                ],
                "documents": [
                  null
                ],
                "identifiers": [
                  null
                ],
                "constraints": [
                  null
                ],
                "communicationRequests": [
                  null
                ],
                "isContainmentAction": true,
                "vehicle": {},
                "pin": "string",
                "tar": "string",
                "shipmentLine": {},
                "containmentUUID": "string"
              },
              "description": "string"
            }
          ],
          "communicationRequests": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "status": "pending",
              "responseMessage": "string",
              "responseValue": "string"
            }
          ],
          "documents": [
            {
              "associationType": "inline"
            }
          ],
          "versionNumber": 0,
          "constraints": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "name": "string",
                "enforceability": "enforced",
                "type": "accessConstraint",
                "description": "string"
              },
              "description": "string"
            }
          ],
          "isContainmentAction": true,
          "vehicle": {
            "associationType": "inline"
          },
          "stop": {
            "type": "inline",
            "associationType": "string",
            "entity": {
              "nonce": "string",
              "versionNumber": 0,
              "type": "load",
              "groupId": "string",
              "name": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "lifeCycle": "requested",
              "result": {
                "status": "succeeded",
                "remark": "string",
                "reason": "string"
              },
              "remark": "string",
              "sequenceNr": 0,
              "location": {
                "associationType": "inline",
                "entity": {
                  "contactDetails": [],
                  "constraints": [],
                  "pricingElements": [],
                  "externalAttributes": {}
                },
                "description": "string"
              },
              "startTime": "2019-08-24T14:15:22Z",
              "endTime": "2019-08-24T14:15:22Z",
              "eta": "2019-08-24T14:15:22Z",
              "etd": "2019-08-24T14:15:22Z",
              "timeFormat": "string",
              "recurrence": "string",
              "duration": 0,
              "estimatedDuration": 0,
              "actions": [
                {}
              ],
              "documents": [
                {}
              ],
              "identifiers": [
                {}
              ],
              "constraints": [
                {}
              ],
              "communicationRequests": [
                {
                  "communicationRequests": []
                }
              ],
              "isContainmentAction": true,
              "vehicle": {
                "associationType": "inline"
              },
              "pin": "string",
              "tar": "string",
              "shipmentLine": {
                "scacCode": "string",
                "smdgCode": "string"
              },
              "containmentUUID": "string"
            },
            "description": "string"
          },
          "pin": "string",
          "tar": "string",
          "shipmentLine": {
            "scacCode": "string",
            "smdgCode": "string"
          },
          "containmentUUID": "string"
        },
        "transportMode": "maritime",
        "capacityContract": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "type": "permanentContract",
          "communicationMethod": "messageAutomation",
          "contract": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "title": "string",
            "description": "string",
            "deliveryTerms": "EXW",
            "contractor": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "relationType": "string",
              "alias": "string",
              "description": "string",
              "transportLicenseNumber": "string",
              "eori": "string",
              "scacCode": "string",
              "industry": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "abbreviated": "string",
                "enabled": true
              },
              "website": "string",
              "coc": "string",
              "vat": "string",
              "verified": true,
              "documents": [
                {}
              ],
              "logo": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "banners": [
                {}
              ],
              "locations": [
                {
                  "contactDetails": [],
                  "constraints": [],
                  "pricingElements": [],
                  "externalAttributes": {}
                }
              ],
              "identification": [
                {}
              ],
              "contactDetails": [
                {}
              ],
              "contactPersons": [
                {}
              ],
              "administration": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "primary": true,
                "business": {},
                "currency": {},
                "balance": {},
                "numberFormat": "string",
                "numberLength": 0,
                "dueDays": 0,
                "invoiceNumberIndex": {},
                "quoteNumberIndex": {},
                "automaticallySendReminders": true,
                "invoiceTermsAndConditions": "string",
                "quoteTermsAndConditions": "string",
                "invoiceNumbering": 0,
                "quoteNumbering": 0
              },
              "pricingConfigurationCount": 0,
              "hasAgreedToPrice": true
            },
            "contractorSignee": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            },
            "client": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "relationType": "string",
              "alias": "string",
              "description": "string",
              "transportLicenseNumber": "string",
              "eori": "string",
              "scacCode": "string",
              "industry": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "abbreviated": "string",
                "enabled": true
              },
              "website": "string",
              "coc": "string",
              "vat": "string",
              "verified": true,
              "documents": [
                {}
              ],
              "logo": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "banners": [
                {}
              ],
              "locations": [
                {
                  "contactDetails": [],
                  "constraints": [],
                  "pricingElements": [],
                  "externalAttributes": {}
                }
              ],
              "identification": [
                {}
              ],
              "contactDetails": [
                {}
              ],
              "contactPersons": [
                {}
              ],
              "administration": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "primary": true,
                "business": {},
                "currency": {},
                "balance": {},
                "numberFormat": "string",
                "numberLength": 0,
                "dueDays": 0,
                "invoiceNumberIndex": {},
                "quoteNumberIndex": {},
                "automaticallySendReminders": true,
                "invoiceTermsAndConditions": "string",
                "quoteTermsAndConditions": "string",
                "invoiceNumbering": 0,
                "quoteNumbering": 0
              },
              "pricingConfigurationCount": 0,
              "hasAgreedToPrice": true
            },
            "clientSignee": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          },
          "business": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "relationType": "string",
            "alias": "string",
            "description": "string",
            "transportLicenseNumber": "string",
            "eori": "string",
            "scacCode": "string",
            "industry": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "abbreviated": "string",
              "enabled": true
            },
            "website": "string",
            "coc": "string",
            "vat": "string",
            "verified": true,
            "documents": [
              {
                "associationType": "inline",
                "entity": {
                  "externalAttributes": {}
                }
              }
            ],
            "logo": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "banners": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "locations": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              }
            ],
            "identification": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "contactPersons": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "administration": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "primary": true,
              "business": {},
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "balance": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              },
              "numberFormat": "string",
              "numberLength": 0,
              "dueDays": 0,
              "invoiceNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "quoteNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "automaticallySendReminders": true,
              "invoiceTermsAndConditions": "string",
              "quoteTermsAndConditions": "string",
              "invoiceNumbering": 0,
              "quoteNumbering": 0
            },
            "pricingConfigurationCount": 0,
            "hasAgreedToPrice": true
          },
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "relationType": "string",
              "alias": "string",
              "description": "string",
              "transportLicenseNumber": "string",
              "eori": "string",
              "scacCode": "string",
              "industry": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "abbreviated": "string",
                "enabled": true
              },
              "website": "string",
              "coc": "string",
              "vat": "string",
              "verified": true,
              "documents": [
                {}
              ],
              "logo": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "banners": [
                {}
              ],
              "locations": [
                {
                  "contactDetails": [],
                  "constraints": [],
                  "pricingElements": [],
                  "externalAttributes": {}
                }
              ],
              "identification": [
                {}
              ],
              "contactDetails": [
                {}
              ],
              "contactPersons": [
                {}
              ],
              "administration": {},
              "pricingConfigurationCount": 0,
              "hasAgreedToPrice": true
            },
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "startTime": "2019-08-24T14:15:22Z",
          "endTime": "2019-08-24T14:15:22Z",
          "selfBilling": true,
          "currency": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "triggerType": "endOfWeek",
          "pricingModules": [
            {
              "nonce": "string",
              "type": "fixed",
              "name": "string",
              "sequenceNr": 0,
              "description": "string",
              "category": {
                "nonce": "string",
                "name": "string",
                "creditCode": "string",
                "debitCode": "string",
                "defaultValue": 0.1,
                "enabled": true
              },
              "taxRates": [
                {
                  "filters": []
                }
              ],
              "filters": [
                {
                  "filters": []
                }
              ],
              "oncePerInvoice": true
            }
          ],
          "lastHandledSelfBilling": "2019-08-24T14:15:22Z",
          "signature": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "ip": "string",
            "userAgent": "string",
            "date": "2019-08-24T14:15:22Z",
            "file": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          },
          "integration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "manual",
            "name": "string",
            "description": "string",
            "schedule": {
              "integrationSchedulerScheduleValue": 0,
              "integrationSchedulerScheduleType": "seconds",
              "milliseconds": 0
            },
            "dataSources": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "directionType": "in",
                "connectionType": "api",
                "requestMethod": "get",
                "dataType": "xml",
                "entityType": "action",
                "url": "string",
                "port": 0,
                "path": "string",
                "token": "string",
                "query": "string",
                "parameters": [
                  null
                ],
                "allowedIps": [
                  null
                ],
                "hasAuthentication": true,
                "credentials": {
                  "externalAttributes": {},
                  "headers": {}
                },
                "otm": true,
                "fields": [
                  null
                ],
                "filters": [
                  null
                ],
                "template": true
              }
            ],
            "enabled": true,
            "lastHandled": "2019-08-24T14:15:22Z",
            "triggerType": "trigger",
            "triggerEvent": "afterCreatingTrip",
            "filters": [
              {
                "selector": "string",
                "comparisonType": "equal",
                "value": "string",
                "linkType": "and",
                "filters": [
                  null
                ],
                "sequenceNr": 0
              }
            ]
          },
          "messageAutomation": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "messageAutomation",
            "name": "string",
            "description": "string",
            "automationConfig": {
              "triggerType": "trigger",
              "triggerEvent": "afterCreatingTrip",
              "schedule": {
                "integrationSchedulerScheduleValue": 0,
                "integrationSchedulerScheduleType": "seconds",
                "milliseconds": 0
              },
              "filters": [
                {
                  "filters": []
                }
              ],
              "query": {
                "nonce": "string",
                "fields": [
                  null
                ],
                "entityType": "action",
                "joins": [
                  null
                ],
                "filters": [
                  null
                ],
                "groupBy": [
                  null
                ],
                "having": {},
                "sortFields": [
                  null
                ],
                "sortDirection": "asc",
                "limit": 0,
                "offset": 0
              },
              "recipients": [
                "string"
              ],
              "recipientSelector": "string",
              "toggleForAll": true,
              "channel": "email",
              "manualIntegration": {
                "nonce": "string",
                "type": "manual",
                "name": "string",
                "description": "string",
                "schedule": {},
                "dataSources": [
                  null
                ],
                "enabled": true,
                "lastHandled": "2019-08-24T14:15:22Z",
                "sectorType": "boardComputer",
                "manualType": "transics",
                "enabledFunctions": [
                  null
                ],
                "url": "string",
                "port": 0,
                "credentials": {
                  "externalAttributes": {},
                  "headers": {}
                },
                "filters": [
                  null
                ],
                "integration": [
                  null
                ]
              },
              "includeAttachments": true,
              "subject": "string",
              "currentTriggerPosition": 0,
              "localizedTexts": [
                {}
              ],
              "defaultLanguageId": "string",
              "languageSelector": "string"
            },
            "enabled": true,
            "lastHandled": "2019-08-24T14:15:22Z",
            "template": true,
            "templateCategory": "string"
          },
          "consignments": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "consignmentNr": "string",
              "description": "string",
              "status": "draft",
              "highValueGoods": true,
              "goods": [
                {}
              ],
              "combined": true,
              "consignment": {},
              "originalPhysicalSender": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              },
              "originalLegalSender": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              },
              "originalPhysicalAddressee": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              },
              "originalLegalAddressee": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              },
              "isPlannedToLastLocation": true,
              "type": "string",
              "remark": "string",
              "documents": [
                {}
              ],
              "actors": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "attributes": [
                {}
              ],
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "expectedRevenue": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              },
              "expectedCost": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              },
              "hasAgreedToPrice": true,
              "versionNumber": 0
            }
          ],
          "purchasedUnits": 0,
          "capacity": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "description": "string",
            "business": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "relationType": "string",
              "alias": "string",
              "description": "string",
              "transportLicenseNumber": "string",
              "eori": "string",
              "scacCode": "string",
              "industry": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "abbreviated": "string",
                "enabled": true
              },
              "website": "string",
              "coc": "string",
              "vat": "string",
              "verified": true,
              "documents": [
                {}
              ],
              "logo": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "banners": [
                {}
              ],
              "locations": [
                {
                  "contactDetails": [],
                  "constraints": [],
                  "pricingElements": [],
                  "externalAttributes": {}
                }
              ],
              "identification": [
                {}
              ],
              "contactDetails": [
                {}
              ],
              "contactPersons": [
                {}
              ],
              "administration": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "primary": true,
                "business": {},
                "currency": {},
                "balance": {},
                "numberFormat": "string",
                "numberLength": 0,
                "dueDays": 0,
                "invoiceNumberIndex": {},
                "quoteNumberIndex": {},
                "automaticallySendReminders": true,
                "invoiceTermsAndConditions": "string",
                "quoteTermsAndConditions": "string",
                "invoiceNumbering": 0,
                "quoteNumbering": 0
              },
              "pricingConfigurationCount": 0,
              "hasAgreedToPrice": true
            },
            "schedule": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "weekDays": [
                "sunday"
              ],
              "startDate": "2019-08-24T14:15:22Z",
              "endDate": "2019-08-24T14:15:22Z",
              "timeSlotTemplates": [
                {
                  "pricingModules": []
                }
              ],
              "timeSlots": [
                {
                  "consignments": []
                }
              ]
            },
            "modality": "maritime",
            "subType": "load",
            "capacityPerUnit": {
              "value": "string",
              "unit": "string"
            },
            "totalUnits": 0,
            "availableCapacity": {
              "value": "string",
              "unit": "string"
            },
            "totalCapacity": {
              "value": "string",
              "unit": "string"
            },
            "pricingModules": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "fixed",
                "name": "string",
                "sequenceNr": 0,
                "description": "string",
                "category": {},
                "taxRates": [
                  null
                ],
                "filters": [
                  null
                ],
                "oncePerInvoice": true,
                "targetEntityType": "fleetVehicle",
                "amount": 0.1
              }
            ]
          }
        },
        "linkedTrip": true,
        "chauffeurs": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "driver",
            "picture": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "user": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "user",
              "username": "string",
              "avatar": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "firstName": "string",
              "lastName": "string",
              "email": "string",
              "phone": "string",
              "passwordModified": "2019-08-24T14:15:22Z",
              "twoFactorAuthentication": true,
              "status": "DELETED",
              "loginMethod": "DEFAULT",
              "timezone": "string",
              "vehicleGroups": [
                {
                  "vehicles": []
                }
              ],
              "activeAdministration": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "primary": true,
                "business": {
                  "documents": [],
                  "banners": [],
                  "locations": [],
                  "identification": [],
                  "contactDetails": [],
                  "contactPersons": []
                },
                "currency": {},
                "balance": {},
                "numberFormat": "string",
                "numberLength": 0,
                "dueDays": 0,
                "invoiceNumberIndex": {},
                "quoteNumberIndex": {},
                "automaticallySendReminders": true,
                "invoiceTermsAndConditions": "string",
                "quoteTermsAndConditions": "string",
                "invoiceNumbering": 0,
                "quoteNumbering": 0
              },
              "accountType": "default",
              "standardLoadingSize": 0
            },
            "firstName": "string",
            "lastName": "string",
            "dateOfBirth": "2019-08-24",
            "birthPlace": "string",
            "nationality": "string",
            "hourlyRate": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "hoursPerMonth": 0.1,
            "adr": {
              "hasADR": true,
              "ADRNumber": "string",
              "ADRValidFromDate": "2019-08-24",
              "ADRExpirationDate": "2019-08-24",
              "ADRFiles": [
                {}
              ]
            },
            "driverLicense": {
              "hasDriverLicense": true,
              "driverLicenseNumber": "string",
              "driverLicenseValidFromDate": "2019-08-24",
              "driverLicenseExpirationDate": "2019-08-24",
              "driverLicenseObtainedOn": "2019-08-24",
              "driverLicenseCountryOfIssue": "string",
              "driverLicenseIssuingAuthority": "string",
              "driverLicenseFiles": [
                {}
              ]
            },
            "tachoCard": {
              "cardId": "string",
              "countryOfIssue": "string",
              "renewalIndex": "string",
              "replacementIndex": "string",
              "startOfValidity": "2019-08-24T14:15:22Z",
              "endOfValidity": "2019-08-24T14:15:22Z"
            },
            "remainingDrivingTimes": {
              "daysOfReducedRest": {
                "total": 0,
                "maximum": 0,
                "minimum": 0,
                "remaining": 0
              },
              "dailyAmplitude": {
                "total": 0,
                "maximum": 0,
                "minimum": 0,
                "remaining": 0
              },
              "drivingTimeBelowMaximum": {
                "total": 0,
                "maximum": 0,
                "minimum": 0,
                "remaining": 0
              },
              "dailyDrivingTime": {
                "total": 0,
                "maximum": 0,
                "minimum": 0,
                "remaining": 0
              },
              "daysOfDrivingLongerThan9h": {
                "total": 0,
                "maximum": 0,
                "minimum": 0,
                "remaining": 0
              },
              "weeklyDrivingTime": {
                "total": 0,
                "maximum": 0,
                "minimum": 0,
                "remaining": 0
              },
              "BIWeeklyDrivingTime": {
                "total": 0,
                "maximum": 0,
                "minimum": 0,
                "remaining": 0
              },
              "daysOfConsecutiveDriving": {
                "total": 0,
                "maximum": 0,
                "minimum": 0,
                "remaining": 0
              }
            },
            "upcomingRestingTimes": {
              "week": 0,
              "year": 0,
              "upcomingRestingTime": 0
            },
            "languages": [
              "string"
            ],
            "contactDetails": [
              {
                "associationType": "inline"
              }
            ],
            "pricingModules": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "fixed",
                "name": "string",
                "sequenceNr": 0,
                "description": "string",
                "category": {},
                "taxRates": [
                  null
                ],
                "filters": [
                  null
                ],
                "oncePerInvoice": true,
                "targetEntityType": "fleetVehicle",
                "amount": 0.1
              }
            ]
          }
        ],
        "transportEquipments": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "transportEquipment",
            "name": "string",
            "description": "string",
            "remark": "string",
            "barCode": "string",
            "quantity": 0,
            "weight": {
              "value": "string",
              "unit": "string"
            },
            "grossWeight": {
              "value": "string",
              "unit": "string"
            },
            "maxStackableWeight": {
              "value": "string",
              "unit": "string"
            },
            "width": {
              "value": "string",
              "unit": "string"
            },
            "height": {
              "value": "string",
              "unit": "string"
            },
            "length": {
              "value": "string",
              "unit": "string"
            },
            "documents": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "owner": {},
                "content": {},
                "file": {},
                "identifiers": [
                  null
                ],
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              }
            ],
            "actors": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "user": {
                  "vehicleGroups": []
                },
                "identifiers": [
                  null
                ],
                "contactDetails": [
                  null
                ]
              }
            ],
            "constraints": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "accessConstraint",
                "name": "string",
                "enforceability": "enforced",
                "description": "string"
              }
            ],
            "attributes": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "color": "string"
              }
            ],
            "stackObjectMetrics": {
              "totalMinimumGroundSpace": {
                "value": "string",
                "unit": "string"
              },
              "totalVolume": {
                "value": "string",
                "unit": "string"
              },
              "totalWeight": {
                "value": "string",
                "unit": "string"
              },
              "totalMinimumLoadMeters": {
                "value": "string",
                "unit": "string"
              }
            },
            "isStackObjectMetricsUpdated": true,
            "loadWidth": {
              "value": "string",
              "unit": "string"
            },
            "loadHeight": {
              "value": "string",
              "unit": "string"
            },
            "loadLength": {
              "value": "string",
              "unit": "string"
            },
            "maxWeight": {
              "value": "string",
              "unit": "string"
            },
            "loadMeters": {
              "value": "string",
              "unit": "string"
            },
            "equipmentType": "string",
            "equipmentSubType": "string",
            "licensePlate": "string",
            "vin": "string",
            "equipmentId": "string",
            "seal": "string",
            "requirementCodes": [
              "string"
            ],
            "business": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "relationType": "string",
              "alias": "string",
              "description": "string",
              "transportLicenseNumber": "string",
              "eori": "string",
              "scacCode": "string",
              "industry": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "abbreviated": "string",
                "enabled": true
              },
              "website": "string",
              "coc": "string",
              "vat": "string",
              "verified": true,
              "documents": [
                {}
              ],
              "logo": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "banners": [
                {}
              ],
              "locations": [
                {
                  "contactDetails": [],
                  "constraints": [],
                  "pricingElements": [],
                  "externalAttributes": {}
                }
              ],
              "identification": [
                {}
              ],
              "contactDetails": [
                {}
              ],
              "contactPersons": [
                {}
              ],
              "administration": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "primary": true,
                "business": {},
                "currency": {},
                "balance": {},
                "numberFormat": "string",
                "numberLength": 0,
                "dueDays": 0,
                "invoiceNumberIndex": {},
                "quoteNumberIndex": {},
                "automaticallySendReminders": true,
                "invoiceTermsAndConditions": "string",
                "quoteTermsAndConditions": "string",
                "invoiceNumbering": 0,
                "quoteNumbering": 0
              },
              "pricingConfigurationCount": 0,
              "hasAgreedToPrice": true
            },
            "operational": true,
            "internal": true
          }
        ],
        "documents": [
          {
            "associationType": "inline",
            "entity": {
              "nonce": "string",
              "description": "string",
              "expiresAt": "2019-08-24T14:15:22Z",
              "fileName": "string",
              "mimeType": "string",
              "encoding": "string",
              "verified": true,
              "content": {
                "contentType": "data",
                "data": "string"
              },
              "file": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "name": "string"
            }
          }
        ],
        "actors": [
          {
            "associationType": "inline",
            "entity": {
              "nonce": "string",
              "description": "string",
              "expiresAt": "2019-08-24T14:15:22Z",
              "fileName": "string",
              "mimeType": "string",
              "encoding": "string",
              "verified": true,
              "content": {
                "contentType": "data",
                "data": "string"
              },
              "file": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "name": "string"
            }
          }
        ],
        "constraints": [
          {
            "associationType": "inline",
            "entity": {
              "nonce": "string",
              "name": "string",
              "enforceability": "enforced",
              "type": "accessConstraint",
              "description": "string"
            },
            "description": "string"
          }
        ],
        "identifiers": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "pricingElements": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "description": "string",
            "category": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "creditCode": "string",
              "debitCode": "string",
              "defaultValue": 0.1,
              "enabled": true
            },
            "amount": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            }
          }
        ],
        "startDate": "2019-08-24T14:15:22Z",
        "endDate": "2019-08-24T14:15:22Z",
        "kmStart": 0,
        "kmEnd": 0,
        "booking": {
          "nonce": "string",
          "type": "maritime",
          "name": "string",
          "bookingNumber": "string",
          "externalReference": "string",
          "billOfLadingNumber": "string",
          "billOfLading": {
            "nonce": "string",
            "description": "string",
            "expiresAt": "2019-08-24T14:15:22Z",
            "fileName": "string",
            "mimeType": "string",
            "encoding": "string",
            "verified": true,
            "content": {
              "contentType": "data",
              "data": "string"
            },
            "file": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "name": "string"
          }
        },
        "shareSettings": {
          "isOpen": true,
          "shareCode": "string",
          "validUntil": "2019-08-24T14:15:22Z"
        },
        "externalAttributes": {
          "property1": {},
          "property2": {}
        },
        "expectedCost": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "amount": 0.1,
          "currency": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "taxRate": {
            "nonce": "string",
            "creditCode": "string",
            "debitCode": "string",
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "name": "string",
            "description": "string",
            "jurisdiction": "string",
            "percentage": 0.1,
            "inclusive": true,
            "active": true
          },
          "inclusiveOfTax": true
        },
        "expectedRevenue": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "amount": 0.1,
          "currency": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "taxRate": {
            "nonce": "string",
            "creditCode": "string",
            "debitCode": "string",
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "name": "string",
            "description": "string",
            "jurisdiction": "string",
            "percentage": 0.1,
            "inclusive": true,
            "active": true
          },
          "inclusiveOfTax": true
        },
        "actualCost": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "amount": 0.1,
          "currency": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "taxRate": {
            "nonce": "string",
            "creditCode": "string",
            "debitCode": "string",
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "name": "string",
            "description": "string",
            "jurisdiction": "string",
            "percentage": 0.1,
            "inclusive": true,
            "active": true
          },
          "inclusiveOfTax": true
        },
        "CO2eWTW": 0.1,
        "CO2eTTW": 0.1,
        "nextAction": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "type": "load",
          "groupId": "string",
          "name": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          },
          "identifiers": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "lifeCycle": "requested",
          "result": {
            "status": "succeeded",
            "remark": "string",
            "reason": "string"
          },
          "remark": "string",
          "sequenceNr": 0,
          "location": {
            "associationType": "inline",
            "entity": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            },
            "description": "string"
          },
          "startTime": "2019-08-24T14:15:22Z",
          "endTime": "2019-08-24T14:15:22Z",
          "eta": "2019-08-24T14:15:22Z",
          "etd": "2019-08-24T14:15:22Z",
          "timeFormat": "string",
          "recurrence": "string",
          "duration": 0,
          "estimatedDuration": 0,
          "actions": [
            {
              "type": "inline",
              "associationType": "string",
              "entity": {
                "nonce": "string",
                "versionNumber": 0,
                "type": "load",
                "groupId": "string",
                "name": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "lifeCycle": "requested",
                "result": {},
                "remark": "string",
                "sequenceNr": 0,
                "location": {},
                "startTime": "2019-08-24T14:15:22Z",
                "endTime": "2019-08-24T14:15:22Z",
                "eta": "2019-08-24T14:15:22Z",
                "etd": "2019-08-24T14:15:22Z",
                "timeFormat": "string",
                "recurrence": "string",
                "duration": 0,
                "estimatedDuration": 0,
                "actions": [
                  null
                ],
                "documents": [
                  null
                ],
                "identifiers": [
                  null
                ],
                "constraints": [
                  null
                ],
                "communicationRequests": [
                  null
                ],
                "isContainmentAction": true,
                "vehicle": {},
                "pin": "string",
                "tar": "string",
                "shipmentLine": {},
                "containmentUUID": "string"
              },
              "description": "string"
            }
          ],
          "communicationRequests": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "status": "pending",
              "responseMessage": "string",
              "responseValue": "string"
            }
          ],
          "documents": [
            {
              "associationType": "inline"
            }
          ],
          "versionNumber": 0,
          "constraints": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "name": "string",
                "enforceability": "enforced",
                "type": "accessConstraint",
                "description": "string"
              },
              "description": "string"
            }
          ],
          "isContainmentAction": true,
          "vehicle": {
            "associationType": "inline"
          },
          "stop": {
            "type": "inline",
            "associationType": "string",
            "entity": {
              "nonce": "string",
              "versionNumber": 0,
              "type": "load",
              "groupId": "string",
              "name": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "lifeCycle": "requested",
              "result": {
                "status": "succeeded",
                "remark": "string",
                "reason": "string"
              },
              "remark": "string",
              "sequenceNr": 0,
              "location": {
                "associationType": "inline",
                "entity": {
                  "contactDetails": [],
                  "constraints": [],
                  "pricingElements": [],
                  "externalAttributes": {}
                },
                "description": "string"
              },
              "startTime": "2019-08-24T14:15:22Z",
              "endTime": "2019-08-24T14:15:22Z",
              "eta": "2019-08-24T14:15:22Z",
              "etd": "2019-08-24T14:15:22Z",
              "timeFormat": "string",
              "recurrence": "string",
              "duration": 0,
              "estimatedDuration": 0,
              "actions": [
                {}
              ],
              "documents": [
                {}
              ],
              "identifiers": [
                {}
              ],
              "constraints": [
                {}
              ],
              "communicationRequests": [
                {
                  "communicationRequests": []
                }
              ],
              "isContainmentAction": true,
              "vehicle": {
                "associationType": "inline"
              },
              "pin": "string",
              "tar": "string",
              "shipmentLine": {
                "scacCode": "string",
                "smdgCode": "string"
              },
              "containmentUUID": "string"
            },
            "description": "string"
          },
          "pin": "string",
          "tar": "string",
          "shipmentLine": {
            "scacCode": "string",
            "smdgCode": "string"
          },
          "containmentUUID": "string"
        },
        "lastAction": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "type": "load",
          "groupId": "string",
          "name": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          },
          "identifiers": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "lifeCycle": "requested",
          "result": {
            "status": "succeeded",
            "remark": "string",
            "reason": "string"
          },
          "remark": "string",
          "sequenceNr": 0,
          "location": {
            "associationType": "inline",
            "entity": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            },
            "description": "string"
          },
          "startTime": "2019-08-24T14:15:22Z",
          "endTime": "2019-08-24T14:15:22Z",
          "eta": "2019-08-24T14:15:22Z",
          "etd": "2019-08-24T14:15:22Z",
          "timeFormat": "string",
          "recurrence": "string",
          "duration": 0,
          "estimatedDuration": 0,
          "actions": [
            {
              "type": "inline",
              "associationType": "string",
              "entity": {
                "nonce": "string",
                "versionNumber": 0,
                "type": "load",
                "groupId": "string",
                "name": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "lifeCycle": "requested",
                "result": {},
                "remark": "string",
                "sequenceNr": 0,
                "location": {},
                "startTime": "2019-08-24T14:15:22Z",
                "endTime": "2019-08-24T14:15:22Z",
                "eta": "2019-08-24T14:15:22Z",
                "etd": "2019-08-24T14:15:22Z",
                "timeFormat": "string",
                "recurrence": "string",
                "duration": 0,
                "estimatedDuration": 0,
                "actions": [
                  null
                ],
                "documents": [
                  null
                ],
                "identifiers": [
                  null
                ],
                "constraints": [
                  null
                ],
                "communicationRequests": [
                  null
                ],
                "isContainmentAction": true,
                "vehicle": {},
                "pin": "string",
                "tar": "string",
                "shipmentLine": {},
                "containmentUUID": "string"
              },
              "description": "string"
            }
          ],
          "communicationRequests": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "status": "pending",
              "responseMessage": "string",
              "responseValue": "string"
            }
          ],
          "documents": [
            {
              "associationType": "inline"
            }
          ],
          "versionNumber": 0,
          "constraints": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "name": "string",
                "enforceability": "enforced",
                "type": "accessConstraint",
                "description": "string"
              },
              "description": "string"
            }
          ],
          "isContainmentAction": true,
          "vehicle": {
            "associationType": "inline"
          },
          "stop": {
            "type": "inline",
            "associationType": "string",
            "entity": {
              "nonce": "string",
              "versionNumber": 0,
              "type": "load",
              "groupId": "string",
              "name": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "lifeCycle": "requested",
              "result": {
                "status": "succeeded",
                "remark": "string",
                "reason": "string"
              },
              "remark": "string",
              "sequenceNr": 0,
              "location": {
                "associationType": "inline",
                "entity": {
                  "contactDetails": [],
                  "constraints": [],
                  "pricingElements": [],
                  "externalAttributes": {}
                },
                "description": "string"
              },
              "startTime": "2019-08-24T14:15:22Z",
              "endTime": "2019-08-24T14:15:22Z",
              "eta": "2019-08-24T14:15:22Z",
              "etd": "2019-08-24T14:15:22Z",
              "timeFormat": "string",
              "recurrence": "string",
              "duration": 0,
              "estimatedDuration": 0,
              "actions": [
                {}
              ],
              "documents": [
                {}
              ],
              "identifiers": [
                {}
              ],
              "constraints": [
                {}
              ],
              "communicationRequests": [
                {
                  "communicationRequests": []
                }
              ],
              "isContainmentAction": true,
              "vehicle": {
                "associationType": "inline"
              },
              "pin": "string",
              "tar": "string",
              "shipmentLine": {
                "scacCode": "string",
                "smdgCode": "string"
              },
              "containmentUUID": "string"
            },
            "description": "string"
          },
          "pin": "string",
          "tar": "string",
          "shipmentLine": {
            "scacCode": "string",
            "smdgCode": "string"
          },
          "containmentUUID": "string"
        },
        "versionNumber": 0,
        "hasAgreedToPrice": true
      }
    ]
  }'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
totalResultsinteger(int32)
tripsArray of objects(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "totalResults": 0, "trips": [ {} ] }

Create trip

Request

Create a new trip

Headers
Authorizationstringrequired
Bodyapplication/jsonrequired
tripsArray of objects(TripModel)
curl -i -X POST \
  https://docs.transportial.com/_mock/apis/trips \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "trips": [
      {
        "id": "string",
        "nonce": "string",
        "uuid": "string",
        "primaryPlatformId": "string",
        "createdAt": "2019-08-24T14:15:22Z",
        "updatedAt": "2019-08-24T14:15:22Z",
        "name": "string",
        "type": "internal",
        "tripNr": "string",
        "route": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "time": 0,
          "cost": 0,
          "distance": 0,
          "expenses": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "money": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              }
            }
          ],
          "additionalInfo": {
            "property1": {},
            "property2": {}
          },
          "lineString": "string",
          "actors": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "user": {
                "nonce": "string",
                "hasAgreedToPrice": true,
                "type": "user",
                "username": "string",
                "firstName": "string",
                "lastName": "string",
                "email": "string",
                "phone": "string",
                "passwordModified": "2019-08-24T14:15:22Z",
                "twoFactorAuthentication": true,
                "status": "DELETED",
                "loginMethod": "DEFAULT",
                "accountType": "default",
                "standardLoadingSize": 10,
                "timezone": "string",
                "vehicleGroups": [
                  null
                ]
              },
              "identifiers": [
                {}
              ],
              "contactDetails": [
                {}
              ]
            }
          ],
          "actions": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "load",
              "groupId": "string",
              "name": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "identifiers": [
                {}
              ],
              "lifeCycle": "requested",
              "result": {
                "status": "succeeded",
                "remark": "string",
                "reason": "string"
              },
              "remark": "string",
              "sequenceNr": 0,
              "location": {
                "associationType": "inline",
                "entity": {
                  "contactDetails": [],
                  "constraints": [],
                  "pricingElements": [],
                  "externalAttributes": {}
                },
                "description": "string"
              },
              "startTime": "2019-08-24T14:15:22Z",
              "endTime": "2019-08-24T14:15:22Z",
              "eta": "2019-08-24T14:15:22Z",
              "etd": "2019-08-24T14:15:22Z",
              "timeFormat": "string",
              "recurrence": "string",
              "duration": 0,
              "estimatedDuration": 0,
              "actions": [
                {}
              ],
              "communicationRequests": [
                {}
              ],
              "documents": [
                {}
              ],
              "versionNumber": 0,
              "constraints": [
                {}
              ],
              "isContainmentAction": true,
              "vehicle": {
                "associationType": "inline"
              },
              "stop": {
                "type": "inline",
                "associationType": "string",
                "entity": {
                  "externalAttributes": {},
                  "actions": [],
                  "documents": [],
                  "identifiers": [],
                  "constraints": [],
                  "communicationRequests": []
                },
                "description": "string"
              },
              "pin": "string",
              "tar": "string",
              "shipmentLine": {
                "scacCode": "string",
                "smdgCode": "string"
              },
              "containmentUUID": "string"
            }
          ],
          "constraints": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "name": "string",
                "enforceability": "enforced",
                "type": "accessConstraint",
                "description": "string"
              },
              "description": "string"
            }
          ]
        },
        "status": "draft",
        "planStatus": "ok",
        "routeStatus": "on_route",
        "currentAction": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "type": "load",
          "groupId": "string",
          "name": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          },
          "identifiers": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "lifeCycle": "requested",
          "result": {
            "status": "succeeded",
            "remark": "string",
            "reason": "string"
          },
          "remark": "string",
          "sequenceNr": 0,
          "location": {
            "associationType": "inline",
            "entity": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            },
            "description": "string"
          },
          "startTime": "2019-08-24T14:15:22Z",
          "endTime": "2019-08-24T14:15:22Z",
          "eta": "2019-08-24T14:15:22Z",
          "etd": "2019-08-24T14:15:22Z",
          "timeFormat": "string",
          "recurrence": "string",
          "duration": 0,
          "estimatedDuration": 0,
          "actions": [
            {
              "type": "inline",
              "associationType": "string",
              "entity": {
                "nonce": "string",
                "versionNumber": 0,
                "type": "load",
                "groupId": "string",
                "name": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "lifeCycle": "requested",
                "result": {},
                "remark": "string",
                "sequenceNr": 0,
                "location": {},
                "startTime": "2019-08-24T14:15:22Z",
                "endTime": "2019-08-24T14:15:22Z",
                "eta": "2019-08-24T14:15:22Z",
                "etd": "2019-08-24T14:15:22Z",
                "timeFormat": "string",
                "recurrence": "string",
                "duration": 0,
                "estimatedDuration": 0,
                "actions": [
                  null
                ],
                "documents": [
                  null
                ],
                "identifiers": [
                  null
                ],
                "constraints": [
                  null
                ],
                "communicationRequests": [
                  null
                ],
                "isContainmentAction": true,
                "vehicle": {},
                "pin": "string",
                "tar": "string",
                "shipmentLine": {},
                "containmentUUID": "string"
              },
              "description": "string"
            }
          ],
          "communicationRequests": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "status": "pending",
              "responseMessage": "string",
              "responseValue": "string"
            }
          ],
          "documents": [
            {
              "associationType": "inline"
            }
          ],
          "versionNumber": 0,
          "constraints": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "name": "string",
                "enforceability": "enforced",
                "type": "accessConstraint",
                "description": "string"
              },
              "description": "string"
            }
          ],
          "isContainmentAction": true,
          "vehicle": {
            "associationType": "inline"
          },
          "stop": {
            "type": "inline",
            "associationType": "string",
            "entity": {
              "nonce": "string",
              "versionNumber": 0,
              "type": "load",
              "groupId": "string",
              "name": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "lifeCycle": "requested",
              "result": {
                "status": "succeeded",
                "remark": "string",
                "reason": "string"
              },
              "remark": "string",
              "sequenceNr": 0,
              "location": {
                "associationType": "inline",
                "entity": {
                  "contactDetails": [],
                  "constraints": [],
                  "pricingElements": [],
                  "externalAttributes": {}
                },
                "description": "string"
              },
              "startTime": "2019-08-24T14:15:22Z",
              "endTime": "2019-08-24T14:15:22Z",
              "eta": "2019-08-24T14:15:22Z",
              "etd": "2019-08-24T14:15:22Z",
              "timeFormat": "string",
              "recurrence": "string",
              "duration": 0,
              "estimatedDuration": 0,
              "actions": [
                {}
              ],
              "documents": [
                {}
              ],
              "identifiers": [
                {}
              ],
              "constraints": [
                {}
              ],
              "communicationRequests": [
                {
                  "communicationRequests": []
                }
              ],
              "isContainmentAction": true,
              "vehicle": {
                "associationType": "inline"
              },
              "pin": "string",
              "tar": "string",
              "shipmentLine": {
                "scacCode": "string",
                "smdgCode": "string"
              },
              "containmentUUID": "string"
            },
            "description": "string"
          },
          "pin": "string",
          "tar": "string",
          "shipmentLine": {
            "scacCode": "string",
            "smdgCode": "string"
          },
          "containmentUUID": "string"
        },
        "transportMode": "maritime",
        "capacityContract": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "type": "permanentContract",
          "communicationMethod": "messageAutomation",
          "contract": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "title": "string",
            "description": "string",
            "deliveryTerms": "EXW",
            "contractor": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "relationType": "string",
              "alias": "string",
              "description": "string",
              "transportLicenseNumber": "string",
              "eori": "string",
              "scacCode": "string",
              "industry": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "abbreviated": "string",
                "enabled": true
              },
              "website": "string",
              "coc": "string",
              "vat": "string",
              "verified": true,
              "documents": [
                {}
              ],
              "logo": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "banners": [
                {}
              ],
              "locations": [
                {
                  "contactDetails": [],
                  "constraints": [],
                  "pricingElements": [],
                  "externalAttributes": {}
                }
              ],
              "identification": [
                {}
              ],
              "contactDetails": [
                {}
              ],
              "contactPersons": [
                {}
              ],
              "administration": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "primary": true,
                "business": {},
                "currency": {},
                "balance": {},
                "numberFormat": "string",
                "numberLength": 0,
                "dueDays": 0,
                "invoiceNumberIndex": {},
                "quoteNumberIndex": {},
                "automaticallySendReminders": true,
                "invoiceTermsAndConditions": "string",
                "quoteTermsAndConditions": "string",
                "invoiceNumbering": 0,
                "quoteNumbering": 0
              },
              "pricingConfigurationCount": 0,
              "hasAgreedToPrice": true
            },
            "contractorSignee": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            },
            "client": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "relationType": "string",
              "alias": "string",
              "description": "string",
              "transportLicenseNumber": "string",
              "eori": "string",
              "scacCode": "string",
              "industry": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "abbreviated": "string",
                "enabled": true
              },
              "website": "string",
              "coc": "string",
              "vat": "string",
              "verified": true,
              "documents": [
                {}
              ],
              "logo": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "banners": [
                {}
              ],
              "locations": [
                {
                  "contactDetails": [],
                  "constraints": [],
                  "pricingElements": [],
                  "externalAttributes": {}
                }
              ],
              "identification": [
                {}
              ],
              "contactDetails": [
                {}
              ],
              "contactPersons": [
                {}
              ],
              "administration": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "primary": true,
                "business": {},
                "currency": {},
                "balance": {},
                "numberFormat": "string",
                "numberLength": 0,
                "dueDays": 0,
                "invoiceNumberIndex": {},
                "quoteNumberIndex": {},
                "automaticallySendReminders": true,
                "invoiceTermsAndConditions": "string",
                "quoteTermsAndConditions": "string",
                "invoiceNumbering": 0,
                "quoteNumbering": 0
              },
              "pricingConfigurationCount": 0,
              "hasAgreedToPrice": true
            },
            "clientSignee": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          },
          "business": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "relationType": "string",
            "alias": "string",
            "description": "string",
            "transportLicenseNumber": "string",
            "eori": "string",
            "scacCode": "string",
            "industry": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "abbreviated": "string",
              "enabled": true
            },
            "website": "string",
            "coc": "string",
            "vat": "string",
            "verified": true,
            "documents": [
              {
                "associationType": "inline",
                "entity": {
                  "externalAttributes": {}
                }
              }
            ],
            "logo": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "banners": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "locations": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              }
            ],
            "identification": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "contactPersons": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "administration": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "primary": true,
              "business": {},
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "balance": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              },
              "numberFormat": "string",
              "numberLength": 0,
              "dueDays": 0,
              "invoiceNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "quoteNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "automaticallySendReminders": true,
              "invoiceTermsAndConditions": "string",
              "quoteTermsAndConditions": "string",
              "invoiceNumbering": 0,
              "quoteNumbering": 0
            },
            "pricingConfigurationCount": 0,
            "hasAgreedToPrice": true
          },
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "relationType": "string",
              "alias": "string",
              "description": "string",
              "transportLicenseNumber": "string",
              "eori": "string",
              "scacCode": "string",
              "industry": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "abbreviated": "string",
                "enabled": true
              },
              "website": "string",
              "coc": "string",
              "vat": "string",
              "verified": true,
              "documents": [
                {}
              ],
              "logo": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "banners": [
                {}
              ],
              "locations": [
                {
                  "contactDetails": [],
                  "constraints": [],
                  "pricingElements": [],
                  "externalAttributes": {}
                }
              ],
              "identification": [
                {}
              ],
              "contactDetails": [
                {}
              ],
              "contactPersons": [
                {}
              ],
              "administration": {},
              "pricingConfigurationCount": 0,
              "hasAgreedToPrice": true
            },
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "startTime": "2019-08-24T14:15:22Z",
          "endTime": "2019-08-24T14:15:22Z",
          "selfBilling": true,
          "currency": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "triggerType": "endOfWeek",
          "pricingModules": [
            {
              "nonce": "string",
              "type": "fixed",
              "name": "string",
              "sequenceNr": 0,
              "description": "string",
              "category": {
                "nonce": "string",
                "name": "string",
                "creditCode": "string",
                "debitCode": "string",
                "defaultValue": 0.1,
                "enabled": true
              },
              "taxRates": [
                {
                  "filters": []
                }
              ],
              "filters": [
                {
                  "filters": []
                }
              ],
              "oncePerInvoice": true
            }
          ],
          "lastHandledSelfBilling": "2019-08-24T14:15:22Z",
          "signature": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "ip": "string",
            "userAgent": "string",
            "date": "2019-08-24T14:15:22Z",
            "file": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          },
          "integration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "manual",
            "name": "string",
            "description": "string",
            "schedule": {
              "integrationSchedulerScheduleValue": 0,
              "integrationSchedulerScheduleType": "seconds",
              "milliseconds": 0
            },
            "dataSources": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "directionType": "in",
                "connectionType": "api",
                "requestMethod": "get",
                "dataType": "xml",
                "entityType": "action",
                "url": "string",
                "port": 0,
                "path": "string",
                "token": "string",
                "query": "string",
                "parameters": [
                  null
                ],
                "allowedIps": [
                  null
                ],
                "hasAuthentication": true,
                "credentials": {
                  "externalAttributes": {},
                  "headers": {}
                },
                "otm": true,
                "fields": [
                  null
                ],
                "filters": [
                  null
                ],
                "template": true
              }
            ],
            "enabled": true,
            "lastHandled": "2019-08-24T14:15:22Z",
            "triggerType": "trigger",
            "triggerEvent": "afterCreatingTrip",
            "filters": [
              {
                "selector": "string",
                "comparisonType": "equal",
                "value": "string",
                "linkType": "and",
                "filters": [
                  null
                ],
                "sequenceNr": 0
              }
            ]
          },
          "messageAutomation": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "messageAutomation",
            "name": "string",
            "description": "string",
            "automationConfig": {
              "triggerType": "trigger",
              "triggerEvent": "afterCreatingTrip",
              "schedule": {
                "integrationSchedulerScheduleValue": 0,
                "integrationSchedulerScheduleType": "seconds",
                "milliseconds": 0
              },
              "filters": [
                {
                  "filters": []
                }
              ],
              "query": {
                "nonce": "string",
                "fields": [
                  null
                ],
                "entityType": "action",
                "joins": [
                  null
                ],
                "filters": [
                  null
                ],
                "groupBy": [
                  null
                ],
                "having": {},
                "sortFields": [
                  null
                ],
                "sortDirection": "asc",
                "limit": 0,
                "offset": 0
              },
              "recipients": [
                "string"
              ],
              "recipientSelector": "string",
              "toggleForAll": true,
              "channel": "email",
              "manualIntegration": {
                "nonce": "string",
                "type": "manual",
                "name": "string",
                "description": "string",
                "schedule": {},
                "dataSources": [
                  null
                ],
                "enabled": true,
                "lastHandled": "2019-08-24T14:15:22Z",
                "sectorType": "boardComputer",
                "manualType": "transics",
                "enabledFunctions": [
                  null
                ],
                "url": "string",
                "port": 0,
                "credentials": {
                  "externalAttributes": {},
                  "headers": {}
                },
                "filters": [
                  null
                ],
                "integration": [
                  null
                ]
              },
              "includeAttachments": true,
              "subject": "string",
              "currentTriggerPosition": 0,
              "localizedTexts": [
                {}
              ],
              "defaultLanguageId": "string",
              "languageSelector": "string"
            },
            "enabled": true,
            "lastHandled": "2019-08-24T14:15:22Z",
            "template": true,
            "templateCategory": "string"
          },
          "consignments": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "consignmentNr": "string",
              "description": "string",
              "status": "draft",
              "highValueGoods": true,
              "goods": [
                {}
              ],
              "combined": true,
              "consignment": {},
              "originalPhysicalSender": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              },
              "originalLegalSender": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              },
              "originalPhysicalAddressee": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              },
              "originalLegalAddressee": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              },
              "isPlannedToLastLocation": true,
              "type": "string",
              "remark": "string",
              "documents": [
                {}
              ],
              "actors": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "attributes": [
                {}
              ],
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "expectedRevenue": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              },
              "expectedCost": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              },
              "hasAgreedToPrice": true,
              "versionNumber": 0
            }
          ],
          "purchasedUnits": 0,
          "capacity": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "description": "string",
            "business": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "relationType": "string",
              "alias": "string",
              "description": "string",
              "transportLicenseNumber": "string",
              "eori": "string",
              "scacCode": "string",
              "industry": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "abbreviated": "string",
                "enabled": true
              },
              "website": "string",
              "coc": "string",
              "vat": "string",
              "verified": true,
              "documents": [
                {}
              ],
              "logo": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "banners": [
                {}
              ],
              "locations": [
                {
                  "contactDetails": [],
                  "constraints": [],
                  "pricingElements": [],
                  "externalAttributes": {}
                }
              ],
              "identification": [
                {}
              ],
              "contactDetails": [
                {}
              ],
              "contactPersons": [
                {}
              ],
              "administration": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "primary": true,
                "business": {},
                "currency": {},
                "balance": {},
                "numberFormat": "string",
                "numberLength": 0,
                "dueDays": 0,
                "invoiceNumberIndex": {},
                "quoteNumberIndex": {},
                "automaticallySendReminders": true,
                "invoiceTermsAndConditions": "string",
                "quoteTermsAndConditions": "string",
                "invoiceNumbering": 0,
                "quoteNumbering": 0
              },
              "pricingConfigurationCount": 0,
              "hasAgreedToPrice": true
            },
            "schedule": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "weekDays": [
                "sunday"
              ],
              "startDate": "2019-08-24T14:15:22Z",
              "endDate": "2019-08-24T14:15:22Z",
              "timeSlotTemplates": [
                {
                  "pricingModules": []
                }
              ],
              "timeSlots": [
                {
                  "consignments": []
                }
              ]
            },
            "modality": "maritime",
            "subType": "load",
            "capacityPerUnit": {
              "value": "string",
              "unit": "string"
            },
            "totalUnits": 0,
            "availableCapacity": {
              "value": "string",
              "unit": "string"
            },
            "totalCapacity": {
              "value": "string",
              "unit": "string"
            },
            "pricingModules": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "fixed",
                "name": "string",
                "sequenceNr": 0,
                "description": "string",
                "category": {},
                "taxRates": [
                  null
                ],
                "filters": [
                  null
                ],
                "oncePerInvoice": true,
                "targetEntityType": "fleetVehicle",
                "amount": 0.1
              }
            ]
          }
        },
        "linkedTrip": true,
        "chauffeurs": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "driver",
            "picture": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "user": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "user",
              "username": "string",
              "avatar": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "firstName": "string",
              "lastName": "string",
              "email": "string",
              "phone": "string",
              "passwordModified": "2019-08-24T14:15:22Z",
              "twoFactorAuthentication": true,
              "status": "DELETED",
              "loginMethod": "DEFAULT",
              "timezone": "string",
              "vehicleGroups": [
                {
                  "vehicles": []
                }
              ],
              "activeAdministration": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "primary": true,
                "business": {
                  "documents": [],
                  "banners": [],
                  "locations": [],
                  "identification": [],
                  "contactDetails": [],
                  "contactPersons": []
                },
                "currency": {},
                "balance": {},
                "numberFormat": "string",
                "numberLength": 0,
                "dueDays": 0,
                "invoiceNumberIndex": {},
                "quoteNumberIndex": {},
                "automaticallySendReminders": true,
                "invoiceTermsAndConditions": "string",
                "quoteTermsAndConditions": "string",
                "invoiceNumbering": 0,
                "quoteNumbering": 0
              },
              "accountType": "default",
              "standardLoadingSize": 0
            },
            "firstName": "string",
            "lastName": "string",
            "dateOfBirth": "2019-08-24",
            "birthPlace": "string",
            "nationality": "string",
            "hourlyRate": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "hoursPerMonth": 0.1,
            "adr": {
              "hasADR": true,
              "ADRNumber": "string",
              "ADRValidFromDate": "2019-08-24",
              "ADRExpirationDate": "2019-08-24",
              "ADRFiles": [
                {}
              ]
            },
            "driverLicense": {
              "hasDriverLicense": true,
              "driverLicenseNumber": "string",
              "driverLicenseValidFromDate": "2019-08-24",
              "driverLicenseExpirationDate": "2019-08-24",
              "driverLicenseObtainedOn": "2019-08-24",
              "driverLicenseCountryOfIssue": "string",
              "driverLicenseIssuingAuthority": "string",
              "driverLicenseFiles": [
                {}
              ]
            },
            "tachoCard": {
              "cardId": "string",
              "countryOfIssue": "string",
              "renewalIndex": "string",
              "replacementIndex": "string",
              "startOfValidity": "2019-08-24T14:15:22Z",
              "endOfValidity": "2019-08-24T14:15:22Z"
            },
            "remainingDrivingTimes": {
              "daysOfReducedRest": {
                "total": 0,
                "maximum": 0,
                "minimum": 0,
                "remaining": 0
              },
              "dailyAmplitude": {
                "total": 0,
                "maximum": 0,
                "minimum": 0,
                "remaining": 0
              },
              "drivingTimeBelowMaximum": {
                "total": 0,
                "maximum": 0,
                "minimum": 0,
                "remaining": 0
              },
              "dailyDrivingTime": {
                "total": 0,
                "maximum": 0,
                "minimum": 0,
                "remaining": 0
              },
              "daysOfDrivingLongerThan9h": {
                "total": 0,
                "maximum": 0,
                "minimum": 0,
                "remaining": 0
              },
              "weeklyDrivingTime": {
                "total": 0,
                "maximum": 0,
                "minimum": 0,
                "remaining": 0
              },
              "BIWeeklyDrivingTime": {
                "total": 0,
                "maximum": 0,
                "minimum": 0,
                "remaining": 0
              },
              "daysOfConsecutiveDriving": {
                "total": 0,
                "maximum": 0,
                "minimum": 0,
                "remaining": 0
              }
            },
            "upcomingRestingTimes": {
              "week": 0,
              "year": 0,
              "upcomingRestingTime": 0
            },
            "languages": [
              "string"
            ],
            "contactDetails": [
              {
                "associationType": "inline"
              }
            ],
            "pricingModules": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "fixed",
                "name": "string",
                "sequenceNr": 0,
                "description": "string",
                "category": {},
                "taxRates": [
                  null
                ],
                "filters": [
                  null
                ],
                "oncePerInvoice": true,
                "targetEntityType": "fleetVehicle",
                "amount": 0.1
              }
            ]
          }
        ],
        "transportEquipments": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "transportEquipment",
            "name": "string",
            "description": "string",
            "remark": "string",
            "barCode": "string",
            "quantity": 0,
            "weight": {
              "value": "string",
              "unit": "string"
            },
            "grossWeight": {
              "value": "string",
              "unit": "string"
            },
            "maxStackableWeight": {
              "value": "string",
              "unit": "string"
            },
            "width": {
              "value": "string",
              "unit": "string"
            },
            "height": {
              "value": "string",
              "unit": "string"
            },
            "length": {
              "value": "string",
              "unit": "string"
            },
            "documents": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "owner": {},
                "content": {},
                "file": {},
                "identifiers": [
                  null
                ],
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              }
            ],
            "actors": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "user": {
                  "vehicleGroups": []
                },
                "identifiers": [
                  null
                ],
                "contactDetails": [
                  null
                ]
              }
            ],
            "constraints": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "accessConstraint",
                "name": "string",
                "enforceability": "enforced",
                "description": "string"
              }
            ],
            "attributes": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "color": "string"
              }
            ],
            "stackObjectMetrics": {
              "totalMinimumGroundSpace": {
                "value": "string",
                "unit": "string"
              },
              "totalVolume": {
                "value": "string",
                "unit": "string"
              },
              "totalWeight": {
                "value": "string",
                "unit": "string"
              },
              "totalMinimumLoadMeters": {
                "value": "string",
                "unit": "string"
              }
            },
            "isStackObjectMetricsUpdated": true,
            "loadWidth": {
              "value": "string",
              "unit": "string"
            },
            "loadHeight": {
              "value": "string",
              "unit": "string"
            },
            "loadLength": {
              "value": "string",
              "unit": "string"
            },
            "maxWeight": {
              "value": "string",
              "unit": "string"
            },
            "loadMeters": {
              "value": "string",
              "unit": "string"
            },
            "equipmentType": "string",
            "equipmentSubType": "string",
            "licensePlate": "string",
            "vin": "string",
            "equipmentId": "string",
            "seal": "string",
            "requirementCodes": [
              "string"
            ],
            "business": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "relationType": "string",
              "alias": "string",
              "description": "string",
              "transportLicenseNumber": "string",
              "eori": "string",
              "scacCode": "string",
              "industry": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "abbreviated": "string",
                "enabled": true
              },
              "website": "string",
              "coc": "string",
              "vat": "string",
              "verified": true,
              "documents": [
                {}
              ],
              "logo": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "banners": [
                {}
              ],
              "locations": [
                {
                  "contactDetails": [],
                  "constraints": [],
                  "pricingElements": [],
                  "externalAttributes": {}
                }
              ],
              "identification": [
                {}
              ],
              "contactDetails": [
                {}
              ],
              "contactPersons": [
                {}
              ],
              "administration": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "primary": true,
                "business": {},
                "currency": {},
                "balance": {},
                "numberFormat": "string",
                "numberLength": 0,
                "dueDays": 0,
                "invoiceNumberIndex": {},
                "quoteNumberIndex": {},
                "automaticallySendReminders": true,
                "invoiceTermsAndConditions": "string",
                "quoteTermsAndConditions": "string",
                "invoiceNumbering": 0,
                "quoteNumbering": 0
              },
              "pricingConfigurationCount": 0,
              "hasAgreedToPrice": true
            },
            "operational": true,
            "internal": true
          }
        ],
        "documents": [
          {
            "associationType": "inline",
            "entity": {
              "nonce": "string",
              "description": "string",
              "expiresAt": "2019-08-24T14:15:22Z",
              "fileName": "string",
              "mimeType": "string",
              "encoding": "string",
              "verified": true,
              "content": {
                "contentType": "data",
                "data": "string"
              },
              "file": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "name": "string"
            }
          }
        ],
        "actors": [
          {
            "associationType": "inline",
            "entity": {
              "nonce": "string",
              "description": "string",
              "expiresAt": "2019-08-24T14:15:22Z",
              "fileName": "string",
              "mimeType": "string",
              "encoding": "string",
              "verified": true,
              "content": {
                "contentType": "data",
                "data": "string"
              },
              "file": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "name": "string"
            }
          }
        ],
        "constraints": [
          {
            "associationType": "inline",
            "entity": {
              "nonce": "string",
              "name": "string",
              "enforceability": "enforced",
              "type": "accessConstraint",
              "description": "string"
            },
            "description": "string"
          }
        ],
        "identifiers": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "pricingElements": [
          {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "description": "string",
            "category": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "creditCode": "string",
              "debitCode": "string",
              "defaultValue": 0.1,
              "enabled": true
            },
            "amount": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            }
          }
        ],
        "startDate": "2019-08-24T14:15:22Z",
        "endDate": "2019-08-24T14:15:22Z",
        "kmStart": 0,
        "kmEnd": 0,
        "booking": {
          "nonce": "string",
          "type": "maritime",
          "name": "string",
          "bookingNumber": "string",
          "externalReference": "string",
          "billOfLadingNumber": "string",
          "billOfLading": {
            "nonce": "string",
            "description": "string",
            "expiresAt": "2019-08-24T14:15:22Z",
            "fileName": "string",
            "mimeType": "string",
            "encoding": "string",
            "verified": true,
            "content": {
              "contentType": "data",
              "data": "string"
            },
            "file": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "name": "string"
          }
        },
        "shareSettings": {
          "isOpen": true,
          "shareCode": "string",
          "validUntil": "2019-08-24T14:15:22Z"
        },
        "externalAttributes": {
          "property1": {},
          "property2": {}
        },
        "expectedCost": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "amount": 0.1,
          "currency": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "taxRate": {
            "nonce": "string",
            "creditCode": "string",
            "debitCode": "string",
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "name": "string",
            "description": "string",
            "jurisdiction": "string",
            "percentage": 0.1,
            "inclusive": true,
            "active": true
          },
          "inclusiveOfTax": true
        },
        "expectedRevenue": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "amount": 0.1,
          "currency": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "taxRate": {
            "nonce": "string",
            "creditCode": "string",
            "debitCode": "string",
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "name": "string",
            "description": "string",
            "jurisdiction": "string",
            "percentage": 0.1,
            "inclusive": true,
            "active": true
          },
          "inclusiveOfTax": true
        },
        "actualCost": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "amount": 0.1,
          "currency": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "taxRate": {
            "nonce": "string",
            "creditCode": "string",
            "debitCode": "string",
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "name": "string",
            "description": "string",
            "jurisdiction": "string",
            "percentage": 0.1,
            "inclusive": true,
            "active": true
          },
          "inclusiveOfTax": true
        },
        "CO2eWTW": 0.1,
        "CO2eTTW": 0.1,
        "nextAction": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "type": "load",
          "groupId": "string",
          "name": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          },
          "identifiers": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "lifeCycle": "requested",
          "result": {
            "status": "succeeded",
            "remark": "string",
            "reason": "string"
          },
          "remark": "string",
          "sequenceNr": 0,
          "location": {
            "associationType": "inline",
            "entity": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            },
            "description": "string"
          },
          "startTime": "2019-08-24T14:15:22Z",
          "endTime": "2019-08-24T14:15:22Z",
          "eta": "2019-08-24T14:15:22Z",
          "etd": "2019-08-24T14:15:22Z",
          "timeFormat": "string",
          "recurrence": "string",
          "duration": 0,
          "estimatedDuration": 0,
          "actions": [
            {
              "type": "inline",
              "associationType": "string",
              "entity": {
                "nonce": "string",
                "versionNumber": 0,
                "type": "load",
                "groupId": "string",
                "name": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "lifeCycle": "requested",
                "result": {},
                "remark": "string",
                "sequenceNr": 0,
                "location": {},
                "startTime": "2019-08-24T14:15:22Z",
                "endTime": "2019-08-24T14:15:22Z",
                "eta": "2019-08-24T14:15:22Z",
                "etd": "2019-08-24T14:15:22Z",
                "timeFormat": "string",
                "recurrence": "string",
                "duration": 0,
                "estimatedDuration": 0,
                "actions": [
                  null
                ],
                "documents": [
                  null
                ],
                "identifiers": [
                  null
                ],
                "constraints": [
                  null
                ],
                "communicationRequests": [
                  null
                ],
                "isContainmentAction": true,
                "vehicle": {},
                "pin": "string",
                "tar": "string",
                "shipmentLine": {},
                "containmentUUID": "string"
              },
              "description": "string"
            }
          ],
          "communicationRequests": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "status": "pending",
              "responseMessage": "string",
              "responseValue": "string"
            }
          ],
          "documents": [
            {
              "associationType": "inline"
            }
          ],
          "versionNumber": 0,
          "constraints": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "name": "string",
                "enforceability": "enforced",
                "type": "accessConstraint",
                "description": "string"
              },
              "description": "string"
            }
          ],
          "isContainmentAction": true,
          "vehicle": {
            "associationType": "inline"
          },
          "stop": {
            "type": "inline",
            "associationType": "string",
            "entity": {
              "nonce": "string",
              "versionNumber": 0,
              "type": "load",
              "groupId": "string",
              "name": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "lifeCycle": "requested",
              "result": {
                "status": "succeeded",
                "remark": "string",
                "reason": "string"
              },
              "remark": "string",
              "sequenceNr": 0,
              "location": {
                "associationType": "inline",
                "entity": {
                  "contactDetails": [],
                  "constraints": [],
                  "pricingElements": [],
                  "externalAttributes": {}
                },
                "description": "string"
              },
              "startTime": "2019-08-24T14:15:22Z",
              "endTime": "2019-08-24T14:15:22Z",
              "eta": "2019-08-24T14:15:22Z",
              "etd": "2019-08-24T14:15:22Z",
              "timeFormat": "string",
              "recurrence": "string",
              "duration": 0,
              "estimatedDuration": 0,
              "actions": [
                {}
              ],
              "documents": [
                {}
              ],
              "identifiers": [
                {}
              ],
              "constraints": [
                {}
              ],
              "communicationRequests": [
                {
                  "communicationRequests": []
                }
              ],
              "isContainmentAction": true,
              "vehicle": {
                "associationType": "inline"
              },
              "pin": "string",
              "tar": "string",
              "shipmentLine": {
                "scacCode": "string",
                "smdgCode": "string"
              },
              "containmentUUID": "string"
            },
            "description": "string"
          },
          "pin": "string",
          "tar": "string",
          "shipmentLine": {
            "scacCode": "string",
            "smdgCode": "string"
          },
          "containmentUUID": "string"
        },
        "lastAction": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "type": "load",
          "groupId": "string",
          "name": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          },
          "identifiers": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "lifeCycle": "requested",
          "result": {
            "status": "succeeded",
            "remark": "string",
            "reason": "string"
          },
          "remark": "string",
          "sequenceNr": 0,
          "location": {
            "associationType": "inline",
            "entity": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            },
            "description": "string"
          },
          "startTime": "2019-08-24T14:15:22Z",
          "endTime": "2019-08-24T14:15:22Z",
          "eta": "2019-08-24T14:15:22Z",
          "etd": "2019-08-24T14:15:22Z",
          "timeFormat": "string",
          "recurrence": "string",
          "duration": 0,
          "estimatedDuration": 0,
          "actions": [
            {
              "type": "inline",
              "associationType": "string",
              "entity": {
                "nonce": "string",
                "versionNumber": 0,
                "type": "load",
                "groupId": "string",
                "name": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "lifeCycle": "requested",
                "result": {},
                "remark": "string",
                "sequenceNr": 0,
                "location": {},
                "startTime": "2019-08-24T14:15:22Z",
                "endTime": "2019-08-24T14:15:22Z",
                "eta": "2019-08-24T14:15:22Z",
                "etd": "2019-08-24T14:15:22Z",
                "timeFormat": "string",
                "recurrence": "string",
                "duration": 0,
                "estimatedDuration": 0,
                "actions": [
                  null
                ],
                "documents": [
                  null
                ],
                "identifiers": [
                  null
                ],
                "constraints": [
                  null
                ],
                "communicationRequests": [
                  null
                ],
                "isContainmentAction": true,
                "vehicle": {},
                "pin": "string",
                "tar": "string",
                "shipmentLine": {},
                "containmentUUID": "string"
              },
              "description": "string"
            }
          ],
          "communicationRequests": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "status": "pending",
              "responseMessage": "string",
              "responseValue": "string"
            }
          ],
          "documents": [
            {
              "associationType": "inline"
            }
          ],
          "versionNumber": 0,
          "constraints": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "name": "string",
                "enforceability": "enforced",
                "type": "accessConstraint",
                "description": "string"
              },
              "description": "string"
            }
          ],
          "isContainmentAction": true,
          "vehicle": {
            "associationType": "inline"
          },
          "stop": {
            "type": "inline",
            "associationType": "string",
            "entity": {
              "nonce": "string",
              "versionNumber": 0,
              "type": "load",
              "groupId": "string",
              "name": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "lifeCycle": "requested",
              "result": {
                "status": "succeeded",
                "remark": "string",
                "reason": "string"
              },
              "remark": "string",
              "sequenceNr": 0,
              "location": {
                "associationType": "inline",
                "entity": {
                  "contactDetails": [],
                  "constraints": [],
                  "pricingElements": [],
                  "externalAttributes": {}
                },
                "description": "string"
              },
              "startTime": "2019-08-24T14:15:22Z",
              "endTime": "2019-08-24T14:15:22Z",
              "eta": "2019-08-24T14:15:22Z",
              "etd": "2019-08-24T14:15:22Z",
              "timeFormat": "string",
              "recurrence": "string",
              "duration": 0,
              "estimatedDuration": 0,
              "actions": [
                {}
              ],
              "documents": [
                {}
              ],
              "identifiers": [
                {}
              ],
              "constraints": [
                {}
              ],
              "communicationRequests": [
                {
                  "communicationRequests": []
                }
              ],
              "isContainmentAction": true,
              "vehicle": {
                "associationType": "inline"
              },
              "pin": "string",
              "tar": "string",
              "shipmentLine": {
                "scacCode": "string",
                "smdgCode": "string"
              },
              "containmentUUID": "string"
            },
            "description": "string"
          },
          "pin": "string",
          "tar": "string",
          "shipmentLine": {
            "scacCode": "string",
            "smdgCode": "string"
          },
          "containmentUUID": "string"
        },
        "versionNumber": 0,
        "hasAgreedToPrice": true
      }
    ]
  }'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
tripobject(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "trip": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "name": "string", "type": "internal", "tripNr": "string", "route": {}, "status": "draft", "planStatus": "ok", "routeStatus": "on_route", "currentAction": {}, "transportMode": "maritime", "capacityContract": {}, "linkedTrip": true, "chauffeurs": [], "transportEquipments": [], "documents": [], "actors": [], "constraints": [], "identifiers": [], "pricingElements": [], "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "kmStart": 0, "kmEnd": 0, "booking": {}, "shareSettings": {}, "externalAttributes": {}, "expectedCost": {}, "expectedRevenue": {}, "actualCost": {}, "CO2eWTW": 0.1, "CO2eTTW": 0.1, "nextAction": {}, "lastAction": {}, "versionNumber": 0 } }

Get trip

Request

Get a trip on id

Path
idstringrequired
Headers
Authorizationstringrequired
curl -i -X GET \
  'https://docs.transportial.com/_mock/apis/trip/{id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
tripobject(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "trip": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "name": "string", "type": "internal", "tripNr": "string", "route": {}, "status": "draft", "planStatus": "ok", "routeStatus": "on_route", "currentAction": {}, "transportMode": "maritime", "capacityContract": {}, "linkedTrip": true, "chauffeurs": [], "transportEquipments": [], "documents": [], "actors": [], "constraints": [], "identifiers": [], "pricingElements": [], "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "kmStart": 0, "kmEnd": 0, "booking": {}, "shareSettings": {}, "externalAttributes": {}, "expectedCost": {}, "expectedRevenue": {}, "actualCost": {}, "CO2eWTW": 0.1, "CO2eTTW": 0.1, "nextAction": {}, "lastAction": {}, "versionNumber": 0 } }

Delete trip

Request

Delete a trip

Path
idstringrequired
Headers
Authorizationstringrequired
curl -i -X DELETE \
  'https://docs.transportial.com/_mock/apis/trip/{id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
tripobject(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "trip": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "name": "string", "type": "internal", "tripNr": "string", "route": {}, "status": "draft", "planStatus": "ok", "routeStatus": "on_route", "currentAction": {}, "transportMode": "maritime", "capacityContract": {}, "linkedTrip": true, "chauffeurs": [], "transportEquipments": [], "documents": [], "actors": [], "constraints": [], "identifiers": [], "pricingElements": [], "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "kmStart": 0, "kmEnd": 0, "booking": {}, "shareSettings": {}, "externalAttributes": {}, "expectedCost": {}, "expectedRevenue": {}, "actualCost": {}, "CO2eWTW": 0.1, "CO2eTTW": 0.1, "nextAction": {}, "lastAction": {}, "versionNumber": 0 } }

Finish a trip and start a new trip

Request

Finish a trip and start a new one

Path
idstringrequired
nextIdstringrequired
Headers
Authorizationstringrequired
curl -i -X GET \
  'https://docs.transportial.com/_mock/apis/trip/{id}/finish/{nextId}/start' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
tripobject(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "trip": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "name": "string", "type": "internal", "tripNr": "string", "route": {}, "status": "draft", "planStatus": "ok", "routeStatus": "on_route", "currentAction": {}, "transportMode": "maritime", "capacityContract": {}, "linkedTrip": true, "chauffeurs": [], "transportEquipments": [], "documents": [], "actors": [], "constraints": [], "identifiers": [], "pricingElements": [], "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "kmStart": 0, "kmEnd": 0, "booking": {}, "shareSettings": {}, "externalAttributes": {}, "expectedCost": {}, "expectedRevenue": {}, "actualCost": {}, "CO2eWTW": 0.1, "CO2eTTW": 0.1, "nextAction": {}, "lastAction": {}, "versionNumber": 0 } }

Finish a trip

Request

Finishing a trip and detaching it to the vehicle

Path
idstringrequired
Headers
Authorizationstringrequired
curl -i -X GET \
  'https://docs.transportial.com/_mock/apis/trip/{id}/finish' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
tripobject(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "trip": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "name": "string", "type": "internal", "tripNr": "string", "route": {}, "status": "draft", "planStatus": "ok", "routeStatus": "on_route", "currentAction": {}, "transportMode": "maritime", "capacityContract": {}, "linkedTrip": true, "chauffeurs": [], "transportEquipments": [], "documents": [], "actors": [], "constraints": [], "identifiers": [], "pricingElements": [], "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "kmStart": 0, "kmEnd": 0, "booking": {}, "shareSettings": {}, "externalAttributes": {}, "expectedCost": {}, "expectedRevenue": {}, "actualCost": {}, "CO2eWTW": 0.1, "CO2eTTW": 0.1, "nextAction": {}, "lastAction": {}, "versionNumber": 0 } }

Get trip

Request

Get a trip on id

Path
idstringrequired
shareCodestringrequired

(Optional) share code

Headers
Authorizationstringrequired
curl -i -X GET \
  'https://docs.transportial.com/_mock/apis/trip/{id}/{shareCode}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
tripobject(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "trip": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "name": "string", "type": "internal", "tripNr": "string", "route": {}, "status": "draft", "planStatus": "ok", "routeStatus": "on_route", "currentAction": {}, "transportMode": "maritime", "capacityContract": {}, "linkedTrip": true, "chauffeurs": [], "transportEquipments": [], "documents": [], "actors": [], "constraints": [], "identifiers": [], "pricingElements": [], "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "kmStart": 0, "kmEnd": 0, "booking": {}, "shareSettings": {}, "externalAttributes": {}, "expectedCost": {}, "expectedRevenue": {}, "actualCost": {}, "CO2eWTW": 0.1, "CO2eTTW": 0.1, "nextAction": {}, "lastAction": {}, "versionNumber": 0 } }

Get trips

Request

Get list of trips

Path
offsetinteger(int64)required
amountstringrequired
Headers
Authorizationstringrequired
curl -i -X GET \
  'https://docs.transportial.com/_mock/apis/trips/{offset}/{amount}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
totalResultsinteger(int32)
tripsArray of objects(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "totalResults": 0, "trips": [ {} ] }

Search trips

Request

Get list of trips through a search

Path
offsetinteger(int64)required
amountstringrequired
Headers
Authorizationstringrequired
curl -i -X POST \
  'https://docs.transportial.com/_mock/apis/trips/{offset}/{amount}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
totalResultsinteger(int32)
tripsArray of objects(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "totalResults": 0, "trips": [ {} ] }

Start a trip

Request

Starting a trip and attaching it to the vehicle

Path
idstringrequired
Headers
Authorizationstringrequired
curl -i -X GET \
  'https://docs.transportial.com/_mock/apis/trip/{id}/start' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
tripobject(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "trip": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "name": "string", "type": "internal", "tripNr": "string", "route": {}, "status": "draft", "planStatus": "ok", "routeStatus": "on_route", "currentAction": {}, "transportMode": "maritime", "capacityContract": {}, "linkedTrip": true, "chauffeurs": [], "transportEquipments": [], "documents": [], "actors": [], "constraints": [], "identifiers": [], "pricingElements": [], "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "kmStart": 0, "kmEnd": 0, "booking": {}, "shareSettings": {}, "externalAttributes": {}, "expectedCost": {}, "expectedRevenue": {}, "actualCost": {}, "CO2eWTW": 0.1, "CO2eTTW": 0.1, "nextAction": {}, "lastAction": {}, "versionNumber": 0 } }

Update action lifeCycle

Request

Update an actions lifeCycle, this includes all child actions

Path
idstringrequired
actionIdstringrequired
Headers
Authorizationstringrequired
Bodyapplication/jsonrequired
startTimestring(date-time)
endTimestring(date-time)
curl -i -X PUT \
  'https://docs.transportial.com/_mock/apis/trip/{id}/action/{actionId}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "startTime": "2019-08-24T14:15:22Z",
    "endTime": "2019-08-24T14:15:22Z"
  }'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
actionobject(Action)
Response
application/json
{ "success": true, "message": "string", "code": 0, "action": { "id": "string", "nonce": "string", "versionNumber": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "type": "load", "groupId": "string", "name": "string", "externalAttributes": {}, "lifeCycle": "requested", "result": {}, "remark": "string", "sequenceNr": 0, "location": {}, "startTime": "2019-08-24T14:15:22Z", "endTime": "2019-08-24T14:15:22Z", "eta": "2019-08-24T14:15:22Z", "etd": "2019-08-24T14:15:22Z", "timeFormat": "string", "recurrence": "string", "duration": 0, "estimatedDuration": 0, "actions": [], "documents": [], "identifiers": [], "constraints": [], "communicationRequests": [], "isContainmentAction": true, "vehicle": {}, "pin": "string", "tar": "string", "shipmentLine": {}, "containmentUUID": "string" } }

Update action times

Request

Update an actions lifeCycle, this includes all child actions

Path
idstringrequired
Headers
Authorizationstringrequired
Bodyapplication/jsonrequired
actionobject(ActionModel)
curl -i -X PUT \
  'https://docs.transportial.com/_mock/apis/trip/{id}/action' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "action": {
      "id": "string",
      "nonce": "string",
      "uuid": "string",
      "primaryPlatformId": "string",
      "createdAt": "2019-08-24T14:15:22Z",
      "updatedAt": "2019-08-24T14:15:22Z",
      "type": "load",
      "groupId": "string",
      "name": "string",
      "externalAttributes": {
        "property1": {},
        "property2": {}
      },
      "identifiers": [
        {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "system": "string",
          "value": "string",
          "expiredAt": "2019-08-24T14:15:22Z"
        }
      ],
      "lifeCycle": "requested",
      "result": {
        "status": "succeeded",
        "remark": "string",
        "reason": "string"
      },
      "remark": "string",
      "sequenceNr": 0,
      "location": {
        "associationType": "inline",
        "entity": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "type": "warehouse",
          "name": "string",
          "unCode": "string",
          "geoReference": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "addressGeoReference",
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string",
            "hash": "string"
          },
          "administrativeReference": {
            "name": "string",
            "street": "string",
            "houseNumber": "string",
            "houseNumberAddition": "string",
            "postalCode": "string",
            "city": "string",
            "country": "string"
          },
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "constraints": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "accessConstraint",
              "name": "string",
              "enforceability": "enforced",
              "description": "string"
            }
          ],
          "pricingElements": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "description": "string",
              "category": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "creditCode": "string",
                "debitCode": "string",
                "defaultValue": 0.1,
                "enabled": true
              },
              "amount": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              }
            }
          ],
          "remark": "string",
          "hash": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          }
        },
        "description": "string"
      },
      "startTime": "2019-08-24T14:15:22Z",
      "endTime": "2019-08-24T14:15:22Z",
      "eta": "2019-08-24T14:15:22Z",
      "etd": "2019-08-24T14:15:22Z",
      "timeFormat": "string",
      "recurrence": "string",
      "duration": 0,
      "estimatedDuration": 0,
      "actions": [
        {
          "type": "inline",
          "associationType": "string",
          "entity": {
            "nonce": "string",
            "versionNumber": 0,
            "type": "load",
            "groupId": "string",
            "name": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "lifeCycle": "requested",
            "result": {
              "status": "succeeded",
              "remark": "string",
              "reason": "string"
            },
            "remark": "string",
            "sequenceNr": 0,
            "location": {
              "associationType": "inline",
              "entity": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              },
              "description": "string"
            },
            "startTime": "2019-08-24T14:15:22Z",
            "endTime": "2019-08-24T14:15:22Z",
            "eta": "2019-08-24T14:15:22Z",
            "etd": "2019-08-24T14:15:22Z",
            "timeFormat": "string",
            "recurrence": "string",
            "duration": 0,
            "estimatedDuration": 0,
            "actions": [
              {}
            ],
            "documents": [
              {
                "associationType": "inline"
              }
            ],
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "constraints": [
              {
                "associationType": "inline",
                "entity": {},
                "description": "string"
              }
            ],
            "communicationRequests": [
              {
                "nonce": "string",
                "name": "string",
                "description": "string",
                "status": "pending",
                "responseMessage": "string",
                "responseValue": "string",
                "communicationRequests": [
                  null
                ]
              }
            ],
            "isContainmentAction": true,
            "vehicle": {
              "associationType": "inline"
            },
            "pin": "string",
            "tar": "string",
            "shipmentLine": {
              "scacCode": "string",
              "smdgCode": "string"
            },
            "containmentUUID": "string"
          },
          "description": "string"
        }
      ],
      "communicationRequests": [
        {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "description": "string",
          "status": "pending",
          "responseMessage": "string",
          "responseValue": "string"
        }
      ],
      "documents": [
        {
          "associationType": "inline"
        }
      ],
      "versionNumber": 0,
      "constraints": [
        {
          "associationType": "inline",
          "entity": {
            "nonce": "string",
            "name": "string",
            "enforceability": "enforced",
            "type": "accessConstraint",
            "description": "string"
          },
          "description": "string"
        }
      ],
      "isContainmentAction": true,
      "vehicle": {
        "associationType": "inline"
      },
      "stop": {
        "type": "inline",
        "associationType": "string",
        "entity": {
          "nonce": "string",
          "versionNumber": 0,
          "type": "load",
          "groupId": "string",
          "name": "string",
          "externalAttributes": {
            "property1": {},
            "property2": {}
          },
          "lifeCycle": "requested",
          "result": {
            "status": "succeeded",
            "remark": "string",
            "reason": "string"
          },
          "remark": "string",
          "sequenceNr": 0,
          "location": {
            "associationType": "inline",
            "entity": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            },
            "description": "string"
          },
          "startTime": "2019-08-24T14:15:22Z",
          "endTime": "2019-08-24T14:15:22Z",
          "eta": "2019-08-24T14:15:22Z",
          "etd": "2019-08-24T14:15:22Z",
          "timeFormat": "string",
          "recurrence": "string",
          "duration": 0,
          "estimatedDuration": 0,
          "actions": [
            {}
          ],
          "documents": [
            {
              "associationType": "inline"
            }
          ],
          "identifiers": [
            {
              "nonce": "string",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "constraints": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "name": "string",
                "enforceability": "enforced",
                "type": "accessConstraint",
                "description": "string"
              },
              "description": "string"
            }
          ],
          "communicationRequests": [
            {
              "nonce": "string",
              "name": "string",
              "description": "string",
              "status": "pending",
              "responseMessage": "string",
              "responseValue": "string",
              "communicationRequests": [
                {}
              ]
            }
          ],
          "isContainmentAction": true,
          "vehicle": {
            "associationType": "inline"
          },
          "pin": "string",
          "tar": "string",
          "shipmentLine": {
            "scacCode": "string",
            "smdgCode": "string"
          },
          "containmentUUID": "string"
        },
        "description": "string"
      },
      "pin": "string",
      "tar": "string",
      "shipmentLine": {
        "scacCode": "string",
        "smdgCode": "string"
      },
      "containmentUUID": "string"
    }
  }'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
actionobject(Action)
Response
application/json
{ "success": true, "message": "string", "code": 0, "action": { "id": "string", "nonce": "string", "versionNumber": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "type": "load", "groupId": "string", "name": "string", "externalAttributes": {}, "lifeCycle": "requested", "result": {}, "remark": "string", "sequenceNr": 0, "location": {}, "startTime": "2019-08-24T14:15:22Z", "endTime": "2019-08-24T14:15:22Z", "eta": "2019-08-24T14:15:22Z", "etd": "2019-08-24T14:15:22Z", "timeFormat": "string", "recurrence": "string", "duration": 0, "estimatedDuration": 0, "actions": [], "documents": [], "identifiers": [], "constraints": [], "communicationRequests": [], "isContainmentAction": true, "vehicle": {}, "pin": "string", "tar": "string", "shipmentLine": {}, "containmentUUID": "string" } }

Update action times

Request

Update an actions lifeCycle, this includes all child actions

Path
idstringrequired
actionIdstringrequired
Headers
Authorizationstringrequired
Bodyapplication/jsonrequired
startTimestring(date-time)
endTimestring(date-time)
curl -i -X PUT \
  'https://docs.transportial.com/_mock/apis/trip/{id}/action/{actionId}/times' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "startTime": "2019-08-24T14:15:22Z",
    "endTime": "2019-08-24T14:15:22Z"
  }'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
actionobject(Action)
Response
application/json
{ "success": true, "message": "string", "code": 0, "action": { "id": "string", "nonce": "string", "versionNumber": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "type": "load", "groupId": "string", "name": "string", "externalAttributes": {}, "lifeCycle": "requested", "result": {}, "remark": "string", "sequenceNr": 0, "location": {}, "startTime": "2019-08-24T14:15:22Z", "endTime": "2019-08-24T14:15:22Z", "eta": "2019-08-24T14:15:22Z", "etd": "2019-08-24T14:15:22Z", "timeFormat": "string", "recurrence": "string", "duration": 0, "estimatedDuration": 0, "actions": [], "documents": [], "identifiers": [], "constraints": [], "communicationRequests": [], "isContainmentAction": true, "vehicle": {}, "pin": "string", "tar": "string", "shipmentLine": {}, "containmentUUID": "string" } }

Update vehicle trips order

Request

Update an actions lifeCycle, this includes all child actions

Path
idstringrequired
Headers
Authorizationstringrequired
Bodyapplication/jsonrequired
trip1object(Trip)
trip2object(Trip)
curl -i -X PUT \
  'https://docs.transportial.com/_mock/apis/vehicle/{id}/trips:swap' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "trip1": {
      "nonce": "string",
      "versionNumber": 0,
      "hasAgreedToPrice": true,
      "type": "internal",
      "tripNr": "string",
      "status": "draft",
      "planStatus": "ok",
      "routeStatus": "on_route",
      "currentAction": {
        "nonce": "string",
        "versionNumber": 0,
        "type": "load",
        "groupId": "string",
        "name": "string",
        "externalAttributes": {
          "property1": {},
          "property2": {}
        },
        "lifeCycle": "requested",
        "result": {
          "status": "succeeded",
          "remark": "string",
          "reason": "string"
        },
        "remark": "string",
        "sequenceNr": 0,
        "location": {
          "associationType": "inline",
          "entity": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "addressGeoReference",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string",
              "hash": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "constraints": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "accessConstraint",
                "name": "string",
                "enforceability": "enforced",
                "description": "string"
              }
            ],
            "pricingElements": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "description": "string",
                "category": {},
                "amount": {}
              }
            ],
            "remark": "string",
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            }
          },
          "description": "string"
        },
        "startTime": "2019-08-24T14:15:22Z",
        "endTime": "2019-08-24T14:15:22Z",
        "eta": "2019-08-24T14:15:22Z",
        "etd": "2019-08-24T14:15:22Z",
        "timeFormat": "string",
        "recurrence": "string",
        "duration": 0,
        "estimatedDuration": 0,
        "actions": [
          {
            "type": "inline",
            "associationType": "string",
            "entity": {},
            "description": "string"
          }
        ],
        "documents": [
          {
            "associationType": "inline"
          }
        ],
        "identifiers": [
          {
            "nonce": "string",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "constraints": [
          {
            "associationType": "inline",
            "entity": {
              "nonce": "string",
              "name": "string",
              "enforceability": "enforced",
              "type": "accessConstraint",
              "description": "string"
            },
            "description": "string"
          }
        ],
        "communicationRequests": [
          {
            "nonce": "string",
            "name": "string",
            "description": "string",
            "status": "pending",
            "responseMessage": "string",
            "responseValue": "string",
            "communicationRequests": [
              {}
            ]
          }
        ],
        "isContainmentAction": true,
        "vehicle": {
          "associationType": "inline"
        },
        "pin": "string",
        "tar": "string",
        "shipmentLine": {
          "scacCode": "string",
          "smdgCode": "string"
        },
        "containmentUUID": "string"
      },
      "transportMode": "maritime",
      "capacityContract": {
        "nonce": "string",
        "name": "string",
        "type": "permanentContract",
        "communicationMethod": "messageAutomation",
        "contract": {
          "nonce": "string",
          "title": "string",
          "description": "string",
          "deliveryTerms": "EXW",
          "contractor": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "relationType": "string",
            "alias": "string",
            "description": "string",
            "transportLicenseNumber": "string",
            "eori": "string",
            "scacCode": "string",
            "industry": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "abbreviated": "string",
              "enabled": true
            },
            "website": "string",
            "coc": "string",
            "vat": "string",
            "verified": true,
            "documents": [
              {
                "associationType": "inline",
                "entity": {
                  "externalAttributes": {}
                }
              }
            ],
            "logo": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "banners": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "locations": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              }
            ],
            "identification": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "contactPersons": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "administration": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "primary": true,
              "business": {},
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "balance": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              },
              "numberFormat": "string",
              "numberLength": 0,
              "dueDays": 0,
              "invoiceNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "quoteNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "automaticallySendReminders": true,
              "invoiceTermsAndConditions": "string",
              "quoteTermsAndConditions": "string",
              "invoiceNumbering": 0,
              "quoteNumbering": 0
            },
            "pricingConfigurationCount": 0,
            "hasAgreedToPrice": true
          },
          "contractorSignee": {
            "nonce": "string",
            "firstName": "string",
            "lastName": "string",
            "position": "string",
            "email": "string",
            "phone": "string"
          },
          "client": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "relationType": "string",
            "alias": "string",
            "description": "string",
            "transportLicenseNumber": "string",
            "eori": "string",
            "scacCode": "string",
            "industry": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "abbreviated": "string",
              "enabled": true
            },
            "website": "string",
            "coc": "string",
            "vat": "string",
            "verified": true,
            "documents": [
              {
                "associationType": "inline",
                "entity": {
                  "externalAttributes": {}
                }
              }
            ],
            "logo": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "banners": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "locations": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              }
            ],
            "identification": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "contactPersons": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "administration": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "primary": true,
              "business": {},
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "balance": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              },
              "numberFormat": "string",
              "numberLength": 0,
              "dueDays": 0,
              "invoiceNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "quoteNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "automaticallySendReminders": true,
              "invoiceTermsAndConditions": "string",
              "quoteTermsAndConditions": "string",
              "invoiceNumbering": 0,
              "quoteNumbering": 0
            },
            "pricingConfigurationCount": 0,
            "hasAgreedToPrice": true
          },
          "clientSignee": {
            "nonce": "string",
            "firstName": "string",
            "lastName": "string",
            "position": "string",
            "email": "string",
            "phone": "string"
          }
        },
        "business": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "relationType": "string",
          "alias": "string",
          "description": "string",
          "transportLicenseNumber": "string",
          "eori": "string",
          "scacCode": "string",
          "industry": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "abbreviated": "string",
            "enabled": true
          },
          "website": "string",
          "coc": "string",
          "vat": "string",
          "verified": true,
          "documents": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "content": {},
                "file": {},
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "name": "string"
              }
            }
          ],
          "logo": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "banners": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "locations": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            }
          ],
          "identification": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "contactPersons": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          ],
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {},
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "pricingConfigurationCount": 0,
          "hasAgreedToPrice": true
        },
        "administration": {
          "nonce": "string",
          "name": "string",
          "primary": true,
          "business": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "relationType": "string",
            "alias": "string",
            "description": "string",
            "transportLicenseNumber": "string",
            "eori": "string",
            "scacCode": "string",
            "industry": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "abbreviated": "string",
              "enabled": true
            },
            "website": "string",
            "coc": "string",
            "vat": "string",
            "verified": true,
            "documents": [
              {
                "associationType": "inline",
                "entity": {
                  "externalAttributes": {}
                }
              }
            ],
            "logo": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "banners": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "locations": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              }
            ],
            "identification": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "contactPersons": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "administration": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "primary": true,
              "business": {},
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "balance": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              },
              "numberFormat": "string",
              "numberLength": 0,
              "dueDays": 0,
              "invoiceNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "quoteNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "automaticallySendReminders": true,
              "invoiceTermsAndConditions": "string",
              "quoteTermsAndConditions": "string",
              "invoiceNumbering": 0,
              "quoteNumbering": 0
            },
            "pricingConfigurationCount": 0,
            "hasAgreedToPrice": true
          },
          "currency": {
            "nonce": "string",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "balance": {
            "nonce": "string",
            "amount": 0.1,
            "currency": {
              "nonce": "string",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "taxRate": {
              "nonce": "string",
              "creditCode": "string",
              "debitCode": "string",
              "identifiers": [
                {}
              ],
              "name": "string",
              "description": "string",
              "jurisdiction": "string",
              "percentage": 0.1,
              "inclusive": true,
              "active": true
            },
            "inclusiveOfTax": true
          },
          "numberFormat": "string",
          "numberLength": 0,
          "dueDays": 0,
          "invoiceNumberIndex": {
            "property1": 0,
            "property2": 0
          },
          "quoteNumberIndex": {
            "property1": 0,
            "property2": 0
          },
          "automaticallySendReminders": true,
          "invoiceTermsAndConditions": "string",
          "quoteTermsAndConditions": "string",
          "invoiceStandardDocuments": [
            {
              "nonce": "string",
              "description": "string",
              "expiresAt": "2019-08-24T14:15:22Z",
              "fileName": "string",
              "mimeType": "string",
              "encoding": "string",
              "verified": true,
              "content": {
                "contentType": "data",
                "data": "string"
              },
              "file": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "name": "string"
            }
          ],
          "quoteStandardDocuments": [
            {
              "nonce": "string",
              "description": "string",
              "expiresAt": "2019-08-24T14:15:22Z",
              "fileName": "string",
              "mimeType": "string",
              "encoding": "string",
              "verified": true,
              "content": {
                "contentType": "data",
                "data": "string"
              },
              "file": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "name": "string"
            }
          ],
          "invoiceNumbering": 0,
          "quoteNumbering": 0
        },
        "startTime": "2019-08-24T14:15:22Z",
        "endTime": "2019-08-24T14:15:22Z",
        "selfBilling": true,
        "currency": {
          "nonce": "string",
          "name": "string",
          "short": "string",
          "sign": "string",
          "decimalDelimiter": "string",
          "thousandDelimiter": "string",
          "enabled": true
        },
        "triggerType": "endOfWeek",
        "pricingModules": [
          {
            "nonce": "string",
            "type": "fixed",
            "name": "string",
            "sequenceNr": 0,
            "description": "string",
            "category": {
              "nonce": "string",
              "name": "string",
              "creditCode": "string",
              "debitCode": "string",
              "defaultValue": 0.1,
              "enabled": true
            },
            "taxRates": [
              {
                "nonce": "string",
                "sequenceNr": 0,
                "name": "string",
                "description": "string",
                "taxRate": {
                  "identifiers": []
                },
                "filters": [
                  null
                ]
              }
            ],
            "filters": [
              {
                "selector": "string",
                "comparisonType": "equal",
                "value": "string",
                "linkType": "and",
                "filters": [
                  null
                ],
                "sequenceNr": 0
              }
            ],
            "oncePerInvoice": true
          }
        ],
        "lastHandledSelfBilling": "2019-08-24T14:15:22Z",
        "signature": {
          "nonce": "string",
          "ip": "string",
          "userAgent": "string",
          "date": "2019-08-24T14:15:22Z",
          "file": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          }
        },
        "integration": {
          "nonce": "string",
          "type": "manual",
          "name": "string",
          "description": "string",
          "schedule": {
            "integrationSchedulerScheduleValue": 0,
            "integrationSchedulerScheduleType": "seconds",
            "milliseconds": 0
          },
          "dataSources": [
            {
              "nonce": "string",
              "directionType": "in",
              "connectionType": "api",
              "requestMethod": "get",
              "dataType": "xml",
              "entityType": "action",
              "url": "string",
              "port": 0,
              "path": "string",
              "token": "string",
              "query": "string",
              "parameters": [
                {
                  "fields": [],
                  "filters": [],
                  "options": []
                }
              ],
              "allowedIps": [
                "string"
              ],
              "hasAuthentication": true,
              "credentials": {
                "nonce": "string",
                "authenticationMethod": "apiKey",
                "username": "string",
                "password": "string",
                "accessKey": "string",
                "secretKey": "string",
                "clientId": "string",
                "clientSecret": "string",
                "grantType": "string",
                "scope": "string",
                "apiKey": "string",
                "bearer": "string",
                "sshKey": {},
                "sshTunnel": true,
                "sshHost": "string",
                "sshUsername": "string",
                "sshPassword": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "headers": {
                  "property1": {},
                  "property2": {}
                },
                "oauthUrl": "string",
                "oAuthCache": "string",
                "oAuthCacheCreationDate": "2019-08-24T14:15:22Z",
                "openIdToken": "string",
                "openIdRefreshToken": "string",
                "openIdAccessToken": "string",
                "openIdExpiration": "2019-08-24T14:15:22Z"
              },
              "otm": true,
              "fields": [
                {
                  "fields": [],
                  "filters": [],
                  "options": []
                }
              ],
              "filters": [
                {
                  "filters": []
                }
              ],
              "template": true
            }
          ],
          "enabled": true,
          "lastHandled": "2019-08-24T14:15:22Z",
          "integration": [
            {
              "nonce": "string",
              "author": {
                "nonce": "string",
                "hasAgreedToPrice": true,
                "type": "user",
                "username": "string",
                "firstName": "string",
                "lastName": "string",
                "email": "string",
                "phone": "string",
                "passwordModified": "2019-08-24T14:15:22Z",
                "twoFactorAuthentication": true,
                "status": "DELETED",
                "loginMethod": "DEFAULT",
                "accountType": "default",
                "standardLoadingSize": 10,
                "timezone": "string",
                "vehicleGroups": [
                  null
                ]
              },
              "name": "string",
              "text": "string"
            }
          ],
          "triggerType": "trigger",
          "triggerEvent": "afterCreatingTrip",
          "filters": [
            {
              "selector": "string",
              "comparisonType": "equal",
              "value": "string",
              "linkType": "and",
              "filters": [
                {}
              ],
              "sequenceNr": 0
            }
          ]
        },
        "messageAutomation": {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "automationConfig": {
            "triggerType": "trigger",
            "triggerEvent": "afterCreatingTrip",
            "schedule": {
              "integrationSchedulerScheduleValue": 0,
              "integrationSchedulerScheduleType": "seconds",
              "milliseconds": 0
            },
            "filters": [
              {
                "selector": "string",
                "comparisonType": "equal",
                "value": "string",
                "linkType": "and",
                "filters": [
                  null
                ],
                "sequenceNr": 0
              }
            ],
            "query": {
              "nonce": "string",
              "fields": [
                {}
              ],
              "entityType": "action",
              "joins": [
                {}
              ],
              "filters": [
                {}
              ],
              "groupBy": [
                {}
              ],
              "having": {
                "name": "string",
                "groupByAggregate": "count"
              },
              "sortFields": [
                {}
              ],
              "sortDirection": "asc",
              "limit": 0,
              "offset": 0
            },
            "recipients": [
              "string"
            ],
            "recipientSelector": "string",
            "toggleForAll": true,
            "channel": "email",
            "manualIntegration": {
              "nonce": "string",
              "type": "manual",
              "name": "string",
              "description": "string",
              "schedule": {
                "integrationSchedulerScheduleValue": 0,
                "integrationSchedulerScheduleType": "seconds",
                "milliseconds": 0
              },
              "dataSources": [
                {
                  "parameters": [],
                  "allowedIps": [],
                  "fields": [],
                  "filters": []
                }
              ],
              "enabled": true,
              "lastHandled": "2019-08-24T14:15:22Z",
              "sectorType": "boardComputer",
              "manualType": "transics",
              "enabledFunctions": [
                "string"
              ],
              "url": "string",
              "port": 0,
              "credentials": {
                "nonce": "string",
                "authenticationMethod": "apiKey",
                "username": "string",
                "password": "string",
                "accessKey": "string",
                "secretKey": "string",
                "clientId": "string",
                "clientSecret": "string",
                "grantType": "string",
                "scope": "string",
                "apiKey": "string",
                "bearer": "string",
                "sshKey": {},
                "sshTunnel": true,
                "sshHost": "string",
                "sshUsername": "string",
                "sshPassword": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "headers": {
                  "property1": {},
                  "property2": {}
                },
                "oauthUrl": "string",
                "oAuthCache": "string",
                "oAuthCacheCreationDate": "2019-08-24T14:15:22Z",
                "openIdToken": "string",
                "openIdRefreshToken": "string",
                "openIdAccessToken": "string",
                "openIdExpiration": "2019-08-24T14:15:22Z"
              },
              "filters": [
                {
                  "filters": []
                }
              ],
              "integration": [
                {}
              ]
            },
            "includeAttachments": true,
            "subject": "string",
            "currentTriggerPosition": 0,
            "localizedTexts": [
              {
                "language": {},
                "content": "string",
                "messageTemplate": "string",
                "subject": "string"
              }
            ],
            "defaultLanguageId": "string",
            "languageSelector": "string"
          },
          "enabled": true,
          "lastHandled": "2019-08-24T14:15:22Z",
          "template": true,
          "templateCategory": "string",
          "type": "messageAutomation",
          "notes": [
            {
              "nonce": "string",
              "author": {
                "nonce": "string",
                "hasAgreedToPrice": true,
                "type": "user",
                "username": "string",
                "firstName": "string",
                "lastName": "string",
                "email": "string",
                "phone": "string",
                "passwordModified": "2019-08-24T14:15:22Z",
                "twoFactorAuthentication": true,
                "status": "DELETED",
                "loginMethod": "DEFAULT",
                "accountType": "default",
                "standardLoadingSize": 10,
                "timezone": "string",
                "vehicleGroups": [
                  null
                ]
              },
              "name": "string",
              "text": "string"
            }
          ]
        },
        "consignments": [
          {
            "nonce": "string",
            "versionNumber": 0,
            "hasAgreedToPrice": true,
            "name": "string",
            "consignmentNr": "string",
            "description": "string",
            "status": "draft",
            "highValueGoods": true,
            "goods": [
              {
                "associationType": "inline"
              }
            ],
            "consignment": {},
            "originalPhysicalSender": {
              "nonce": "string",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "nonce": "string",
                "type": "addressGeoReference",
                "hash": "string",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postCode": "string",
                "city": "string",
                "country": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactPersons": [
                {}
              ],
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "attributes": [
                {}
              ],
              "remark": "string"
            },
            "originalLegalSender": {
              "nonce": "string",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "nonce": "string",
                "type": "addressGeoReference",
                "hash": "string",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postCode": "string",
                "city": "string",
                "country": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactPersons": [
                {}
              ],
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "attributes": [
                {}
              ],
              "remark": "string"
            },
            "originalPhysicalAddressee": {
              "nonce": "string",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "nonce": "string",
                "type": "addressGeoReference",
                "hash": "string",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postCode": "string",
                "city": "string",
                "country": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactPersons": [
                {}
              ],
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "attributes": [
                {}
              ],
              "remark": "string"
            },
            "originalLegalAddressee": {
              "nonce": "string",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "nonce": "string",
                "type": "addressGeoReference",
                "hash": "string",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postCode": "string",
                "city": "string",
                "country": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactPersons": [
                {}
              ],
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "attributes": [
                {}
              ],
              "remark": "string"
            },
            "isPlannedToLastLocation": true,
            "documents": [
              {
                "associationType": "inline"
              }
            ],
            "actors": [
              {
                "associationType": "inline"
              }
            ],
            "pricingElements": [
              {
                "nonce": "string",
                "name": "string",
                "description": "string",
                "category": {},
                "amount": {}
              }
            ],
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "expectedRevenue": {
              "nonce": "string",
              "amount": 0.1,
              "currency": {
                "nonce": "string",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "expectedCost": {
              "nonce": "string",
              "amount": 0.1,
              "currency": {
                "nonce": "string",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "combined": true,
            "type": "string",
            "remark": "string",
            "constraints": [
              {
                "nonce": "string",
                "name": "string",
                "enforceability": "enforced",
                "type": "accessConstraint",
                "description": "string"
              }
            ],
            "attributes": [
              {
                "nonce": "string",
                "name": "string",
                "color": "string"
              }
            ]
          }
        ],
        "purchasedUnits": 0,
        "capacity": {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "business": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "relationType": "string",
            "alias": "string",
            "description": "string",
            "transportLicenseNumber": "string",
            "eori": "string",
            "scacCode": "string",
            "industry": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "abbreviated": "string",
              "enabled": true
            },
            "website": "string",
            "coc": "string",
            "vat": "string",
            "verified": true,
            "documents": [
              {
                "associationType": "inline",
                "entity": {
                  "externalAttributes": {}
                }
              }
            ],
            "logo": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "banners": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "locations": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              }
            ],
            "identification": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "contactPersons": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "administration": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "primary": true,
              "business": {},
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "balance": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              },
              "numberFormat": "string",
              "numberLength": 0,
              "dueDays": 0,
              "invoiceNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "quoteNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "automaticallySendReminders": true,
              "invoiceTermsAndConditions": "string",
              "quoteTermsAndConditions": "string",
              "invoiceNumbering": 0,
              "quoteNumbering": 0
            },
            "pricingConfigurationCount": 0,
            "hasAgreedToPrice": true
          },
          "schedule": {
            "nonce": "string",
            "name": "string",
            "description": "string",
            "weekDays": [
              "sunday"
            ],
            "startDate": "2019-08-24T14:15:22Z",
            "endDate": "2019-08-24T14:15:22Z",
            "timeSlotTemplates": [
              {
                "nonce": "string",
                "capacityUnits": 0,
                "weekDay": "sunday",
                "startTime": "2019-08-24T14:15:22Z",
                "endTime": "2019-08-24T14:15:22Z",
                "pricingModules": [
                  null
                ]
              }
            ],
            "timeSlots": [
              {
                "nonce": "string",
                "date": "2019-08-24T14:15:22Z",
                "startTime": "2019-08-24T14:15:22Z",
                "endTime": "2019-08-24T14:15:22Z",
                "consignments": [
                  null
                ],
                "route": {
                  "expenses": [],
                  "additionalInfo": {},
                  "actors": [],
                  "actions": [],
                  "constraints": []
                }
              }
            ]
          },
          "modality": "maritime",
          "subType": "load",
          "capacityPerUnit": {
            "value": "string",
            "unit": "string"
          },
          "totalUnits": 0,
          "availableCapacity": {
            "value": "string",
            "unit": "string"
          },
          "totalCapacity": {
            "value": "string",
            "unit": "string"
          },
          "pricingModules": [
            {
              "nonce": "string",
              "type": "fixed",
              "name": "string",
              "sequenceNr": 0,
              "description": "string",
              "category": {
                "nonce": "string",
                "name": "string",
                "creditCode": "string",
                "debitCode": "string",
                "defaultValue": 0.1,
                "enabled": true
              },
              "taxRates": [
                {
                  "filters": []
                }
              ],
              "filters": [
                {
                  "filters": []
                }
              ],
              "oncePerInvoice": true
            }
          ]
        }
      },
      "linkedTrip": true,
      "chauffeurs": [
        {
          "nonce": "string",
          "type": "driver",
          "picture": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "user": {
            "nonce": "string",
            "hasAgreedToPrice": true,
            "type": "user",
            "username": "string",
            "firstName": "string",
            "lastName": "string",
            "email": "string",
            "phone": "string",
            "passwordModified": "2019-08-24T14:15:22Z",
            "twoFactorAuthentication": true,
            "status": "DELETED",
            "loginMethod": "DEFAULT",
            "accountType": "default",
            "standardLoadingSize": 10,
            "timezone": "string",
            "vehicleGroups": [
              {
                "nonce": "string",
                "name": "string",
                "vehicles": [
                  null
                ]
              }
            ]
          },
          "firstName": "string",
          "lastName": "string",
          "dateOfBirth": "2019-08-24",
          "birthPlace": "string",
          "nationality": "string",
          "hourlyRate": {
            "nonce": "string",
            "amount": 0.1,
            "currency": {
              "nonce": "string",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "taxRate": {
              "nonce": "string",
              "creditCode": "string",
              "debitCode": "string",
              "identifiers": [
                {}
              ],
              "name": "string",
              "description": "string",
              "jurisdiction": "string",
              "percentage": 0.1,
              "inclusive": true,
              "active": true
            },
            "inclusiveOfTax": true
          },
          "hoursPerMonth": 0.1,
          "adr": {
            "hasADR": true,
            "ADRNumber": "string",
            "ADRValidFromDate": "2019-08-24",
            "ADRExpirationDate": "2019-08-24",
            "ADRFiles": [
              {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ]
          },
          "driverLicense": {
            "hasDriverLicense": true,
            "driverLicenseNumber": "string",
            "driverLicenseValidFromDate": "2019-08-24",
            "driverLicenseExpirationDate": "2019-08-24",
            "driverLicenseObtainedOn": "2019-08-24",
            "driverLicenseCountryOfIssue": "string",
            "driverLicenseIssuingAuthority": "string",
            "driverLicenseFiles": [
              {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ]
          },
          "tachoCard": {
            "cardId": "string",
            "countryOfIssue": "string",
            "renewalIndex": "string",
            "replacementIndex": "string",
            "startOfValidity": "2019-08-24T14:15:22Z",
            "endOfValidity": "2019-08-24T14:15:22Z"
          },
          "remainingDrivingTimes": {
            "daysOfReducedRest": {
              "total": 0,
              "maximum": 0,
              "minimum": 0,
              "remaining": 0
            },
            "dailyAmplitude": {
              "total": 0,
              "maximum": 0,
              "minimum": 0,
              "remaining": 0
            },
            "drivingTimeBelowMaximum": {
              "total": 0,
              "maximum": 0,
              "minimum": 0,
              "remaining": 0
            },
            "dailyDrivingTime": {
              "total": 0,
              "maximum": 0,
              "minimum": 0,
              "remaining": 0
            },
            "daysOfDrivingLongerThan9h": {
              "total": 0,
              "maximum": 0,
              "minimum": 0,
              "remaining": 0
            },
            "weeklyDrivingTime": {
              "total": 0,
              "maximum": 0,
              "minimum": 0,
              "remaining": 0
            },
            "BIWeeklyDrivingTime": {
              "total": 0,
              "maximum": 0,
              "minimum": 0,
              "remaining": 0
            },
            "daysOfConsecutiveDriving": {
              "total": 0,
              "maximum": 0,
              "minimum": 0,
              "remaining": 0
            }
          },
          "upcomingRestingTimes": {
            "week": 0,
            "year": 0,
            "upcomingRestingTime": 0
          },
          "languages": [
            "string"
          ],
          "contactDetails": [
            {
              "associationType": "inline"
            }
          ]
        }
      ],
      "transportEquipments": [
        {
          "nonce": "string",
          "type": "transportEquipment",
          "name": "string",
          "description": "string",
          "remark": "string",
          "barCode": "string",
          "quantity": 0,
          "weight": {
            "value": "string",
            "unit": "string"
          },
          "grossWeight": {
            "value": "string",
            "unit": "string"
          },
          "maxStackableWeight": {
            "value": "string",
            "unit": "string"
          },
          "width": {
            "value": "string",
            "unit": "string"
          },
          "height": {
            "value": "string",
            "unit": "string"
          },
          "length": {
            "value": "string",
            "unit": "string"
          },
          "documents": [
            {
              "nonce": "string",
              "description": "string",
              "expiresAt": "2019-08-24T14:15:22Z",
              "fileName": "string",
              "mimeType": "string",
              "encoding": "string",
              "verified": true,
              "content": {
                "contentType": "data",
                "data": "string"
              },
              "file": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "name": "string"
            }
          ],
          "actors": [
            {
              "nonce": "string",
              "name": "string",
              "user": {
                "nonce": "string",
                "hasAgreedToPrice": true,
                "type": "user",
                "username": "string",
                "firstName": "string",
                "lastName": "string",
                "email": "string",
                "phone": "string",
                "passwordModified": "2019-08-24T14:15:22Z",
                "twoFactorAuthentication": true,
                "status": "DELETED",
                "loginMethod": "DEFAULT",
                "accountType": "default",
                "standardLoadingSize": 10,
                "timezone": "string",
                "vehicleGroups": [
                  null
                ]
              },
              "identifiers": [
                {}
              ],
              "contactDetails": [
                {}
              ]
            }
          ],
          "stackObjectMetrics": {
            "totalMinimumGroundSpace": {
              "value": "string",
              "unit": "string"
            },
            "totalVolume": {
              "value": "string",
              "unit": "string"
            },
            "totalWeight": {
              "value": "string",
              "unit": "string"
            },
            "totalMinimumLoadMeters": {
              "value": "string",
              "unit": "string"
            }
          },
          "isStackObjectMetricsUpdated": true,
          "loadWidth": {
            "value": "string",
            "unit": "string"
          },
          "loadHeight": {
            "value": "string",
            "unit": "string"
          },
          "loadLength": {
            "value": "string",
            "unit": "string"
          },
          "maxWeight": {
            "value": "string",
            "unit": "string"
          },
          "loadMeters": {
            "value": "string",
            "unit": "string"
          },
          "equipmentType": "string",
          "equipmentSubType": "string",
          "licensePlate": "string",
          "vin": "string",
          "equipmentId": "string",
          "seal": "string",
          "requirementCodes": [
            "string"
          ],
          "business": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "relationType": "string",
            "alias": "string",
            "description": "string",
            "transportLicenseNumber": "string",
            "eori": "string",
            "scacCode": "string",
            "industry": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "abbreviated": "string",
              "enabled": true
            },
            "website": "string",
            "coc": "string",
            "vat": "string",
            "verified": true,
            "documents": [
              {
                "associationType": "inline",
                "entity": {
                  "externalAttributes": {}
                }
              }
            ],
            "logo": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "banners": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "locations": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              }
            ],
            "identification": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "contactPersons": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "administration": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "primary": true,
              "business": {},
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "balance": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              },
              "numberFormat": "string",
              "numberLength": 0,
              "dueDays": 0,
              "invoiceNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "quoteNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "automaticallySendReminders": true,
              "invoiceTermsAndConditions": "string",
              "quoteTermsAndConditions": "string",
              "invoiceNumbering": 0,
              "quoteNumbering": 0
            },
            "pricingConfigurationCount": 0,
            "hasAgreedToPrice": true
          },
          "operational": true,
          "internal": true,
          "constraints": [
            {
              "nonce": "string",
              "name": "string",
              "enforceability": "enforced",
              "type": "accessConstraint",
              "description": "string"
            }
          ],
          "attributes": [
            {
              "nonce": "string",
              "name": "string",
              "color": "string"
            }
          ]
        }
      ],
      "documents": [
        {
          "nonce": "string",
          "description": "string",
          "expiresAt": "2019-08-24T14:15:22Z",
          "fileName": "string",
          "mimeType": "string",
          "encoding": "string",
          "verified": true,
          "content": {
            "contentType": "data",
            "data": "string"
          },
          "file": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "externalAttributes": {
            "property1": {},
            "property2": {}
          },
          "name": "string"
        }
      ],
      "actors": [
        {
          "nonce": "string",
          "name": "string",
          "user": {
            "nonce": "string",
            "hasAgreedToPrice": true,
            "type": "user",
            "username": "string",
            "firstName": "string",
            "lastName": "string",
            "email": "string",
            "phone": "string",
            "passwordModified": "2019-08-24T14:15:22Z",
            "twoFactorAuthentication": true,
            "status": "DELETED",
            "loginMethod": "DEFAULT",
            "accountType": "default",
            "standardLoadingSize": 10,
            "timezone": "string",
            "vehicleGroups": [
              {
                "nonce": "string",
                "name": "string",
                "vehicles": [
                  null
                ]
              }
            ]
          },
          "identifiers": [
            {
              "nonce": "string",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "nonce": "string",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ]
        }
      ],
      "constraints": [
        {
          "nonce": "string",
          "name": "string",
          "enforceability": "enforced",
          "type": "accessConstraint",
          "description": "string"
        }
      ],
      "pricingElements": [
        {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "category": {
            "nonce": "string",
            "name": "string",
            "creditCode": "string",
            "debitCode": "string",
            "defaultValue": 0.1,
            "enabled": true
          },
          "amount": {
            "nonce": "string",
            "amount": 0.1,
            "currency": {
              "nonce": "string",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "taxRate": {
              "nonce": "string",
              "creditCode": "string",
              "debitCode": "string",
              "identifiers": [
                {}
              ],
              "name": "string",
              "description": "string",
              "jurisdiction": "string",
              "percentage": 0.1,
              "inclusive": true,
              "active": true
            },
            "inclusiveOfTax": true
          }
        }
      ],
      "startDate": "2019-08-24T14:15:22Z",
      "endDate": "2019-08-24T14:15:22Z",
      "kmStart": 0,
      "kmEnd": 0,
      "booking": {
        "nonce": "string",
        "type": "maritime",
        "name": "string",
        "bookingNumber": "string",
        "externalReference": "string",
        "billOfLadingNumber": "string",
        "billOfLading": {
          "nonce": "string",
          "description": "string",
          "expiresAt": "2019-08-24T14:15:22Z",
          "fileName": "string",
          "mimeType": "string",
          "encoding": "string",
          "verified": true,
          "content": {
            "contentType": "data",
            "data": "string"
          },
          "file": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "externalAttributes": {
            "property1": {},
            "property2": {}
          },
          "name": "string"
        }
      },
      "shareSettings": {
        "isOpen": true,
        "shareCode": "string",
        "validUntil": "2019-08-24T14:15:22Z"
      },
      "externalAttributes": {
        "property1": {},
        "property2": {}
      },
      "expectedCost": {
        "nonce": "string",
        "amount": 0.1,
        "currency": {
          "nonce": "string",
          "name": "string",
          "short": "string",
          "sign": "string",
          "decimalDelimiter": "string",
          "thousandDelimiter": "string",
          "enabled": true
        },
        "taxRate": {
          "nonce": "string",
          "creditCode": "string",
          "debitCode": "string",
          "identifiers": [
            {
              "nonce": "string",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "name": "string",
          "description": "string",
          "jurisdiction": "string",
          "percentage": 0.1,
          "inclusive": true,
          "active": true
        },
        "inclusiveOfTax": true
      },
      "expectedRevenue": {
        "nonce": "string",
        "amount": 0.1,
        "currency": {
          "nonce": "string",
          "name": "string",
          "short": "string",
          "sign": "string",
          "decimalDelimiter": "string",
          "thousandDelimiter": "string",
          "enabled": true
        },
        "taxRate": {
          "nonce": "string",
          "creditCode": "string",
          "debitCode": "string",
          "identifiers": [
            {
              "nonce": "string",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "name": "string",
          "description": "string",
          "jurisdiction": "string",
          "percentage": 0.1,
          "inclusive": true,
          "active": true
        },
        "inclusiveOfTax": true
      },
      "actualCost": {
        "nonce": "string",
        "amount": 0.1,
        "currency": {
          "nonce": "string",
          "name": "string",
          "short": "string",
          "sign": "string",
          "decimalDelimiter": "string",
          "thousandDelimiter": "string",
          "enabled": true
        },
        "taxRate": {
          "nonce": "string",
          "creditCode": "string",
          "debitCode": "string",
          "identifiers": [
            {
              "nonce": "string",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "name": "string",
          "description": "string",
          "jurisdiction": "string",
          "percentage": 0.1,
          "inclusive": true,
          "active": true
        },
        "inclusiveOfTax": true
      },
      "CO2eWTW": 0.1,
      "CO2eTTW": 0.1,
      "nextAction": {
        "nonce": "string",
        "versionNumber": 0,
        "type": "load",
        "groupId": "string",
        "name": "string",
        "externalAttributes": {
          "property1": {},
          "property2": {}
        },
        "lifeCycle": "requested",
        "result": {
          "status": "succeeded",
          "remark": "string",
          "reason": "string"
        },
        "remark": "string",
        "sequenceNr": 0,
        "location": {
          "associationType": "inline",
          "entity": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "addressGeoReference",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string",
              "hash": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "constraints": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "accessConstraint",
                "name": "string",
                "enforceability": "enforced",
                "description": "string"
              }
            ],
            "pricingElements": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "description": "string",
                "category": {},
                "amount": {}
              }
            ],
            "remark": "string",
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            }
          },
          "description": "string"
        },
        "startTime": "2019-08-24T14:15:22Z",
        "endTime": "2019-08-24T14:15:22Z",
        "eta": "2019-08-24T14:15:22Z",
        "etd": "2019-08-24T14:15:22Z",
        "timeFormat": "string",
        "recurrence": "string",
        "duration": 0,
        "estimatedDuration": 0,
        "actions": [
          {
            "type": "inline",
            "associationType": "string",
            "entity": {},
            "description": "string"
          }
        ],
        "documents": [
          {
            "associationType": "inline"
          }
        ],
        "identifiers": [
          {
            "nonce": "string",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "constraints": [
          {
            "associationType": "inline",
            "entity": {
              "nonce": "string",
              "name": "string",
              "enforceability": "enforced",
              "type": "accessConstraint",
              "description": "string"
            },
            "description": "string"
          }
        ],
        "communicationRequests": [
          {
            "nonce": "string",
            "name": "string",
            "description": "string",
            "status": "pending",
            "responseMessage": "string",
            "responseValue": "string",
            "communicationRequests": [
              {}
            ]
          }
        ],
        "isContainmentAction": true,
        "vehicle": {
          "associationType": "inline"
        },
        "pin": "string",
        "tar": "string",
        "shipmentLine": {
          "scacCode": "string",
          "smdgCode": "string"
        },
        "containmentUUID": "string"
      },
      "lastAction": {
        "nonce": "string",
        "versionNumber": 0,
        "type": "load",
        "groupId": "string",
        "name": "string",
        "externalAttributes": {
          "property1": {},
          "property2": {}
        },
        "lifeCycle": "requested",
        "result": {
          "status": "succeeded",
          "remark": "string",
          "reason": "string"
        },
        "remark": "string",
        "sequenceNr": 0,
        "location": {
          "associationType": "inline",
          "entity": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "addressGeoReference",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string",
              "hash": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "constraints": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "accessConstraint",
                "name": "string",
                "enforceability": "enforced",
                "description": "string"
              }
            ],
            "pricingElements": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "description": "string",
                "category": {},
                "amount": {}
              }
            ],
            "remark": "string",
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            }
          },
          "description": "string"
        },
        "startTime": "2019-08-24T14:15:22Z",
        "endTime": "2019-08-24T14:15:22Z",
        "eta": "2019-08-24T14:15:22Z",
        "etd": "2019-08-24T14:15:22Z",
        "timeFormat": "string",
        "recurrence": "string",
        "duration": 0,
        "estimatedDuration": 0,
        "actions": [
          {
            "type": "inline",
            "associationType": "string",
            "entity": {},
            "description": "string"
          }
        ],
        "documents": [
          {
            "associationType": "inline"
          }
        ],
        "identifiers": [
          {
            "nonce": "string",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "constraints": [
          {
            "associationType": "inline",
            "entity": {
              "nonce": "string",
              "name": "string",
              "enforceability": "enforced",
              "type": "accessConstraint",
              "description": "string"
            },
            "description": "string"
          }
        ],
        "communicationRequests": [
          {
            "nonce": "string",
            "name": "string",
            "description": "string",
            "status": "pending",
            "responseMessage": "string",
            "responseValue": "string",
            "communicationRequests": [
              {}
            ]
          }
        ],
        "isContainmentAction": true,
        "vehicle": {
          "associationType": "inline"
        },
        "pin": "string",
        "tar": "string",
        "shipmentLine": {
          "scacCode": "string",
          "smdgCode": "string"
        },
        "containmentUUID": "string"
      },
      "estimatedDuration": 0,
      "name": "string",
      "route": {
        "nonce": "string",
        "time": 0,
        "cost": 0,
        "distance": 0,
        "expenses": [
          {
            "nonce": "string",
            "name": "string",
            "description": "string",
            "money": {
              "nonce": "string",
              "amount": 0.1,
              "currency": {
                "nonce": "string",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            }
          }
        ],
        "additionalInfo": {
          "property1": {},
          "property2": {}
        },
        "lineString": "string",
        "actors": [
          {
            "nonce": "string",
            "name": "string",
            "user": {
              "nonce": "string",
              "hasAgreedToPrice": true,
              "type": "user",
              "username": "string",
              "firstName": "string",
              "lastName": "string",
              "email": "string",
              "phone": "string",
              "passwordModified": "2019-08-24T14:15:22Z",
              "twoFactorAuthentication": true,
              "status": "DELETED",
              "loginMethod": "DEFAULT",
              "accountType": "default",
              "standardLoadingSize": 10,
              "timezone": "string",
              "vehicleGroups": [
                {
                  "vehicles": []
                }
              ]
            },
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "contactDetails": [
              {
                "nonce": "string",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ]
          }
        ],
        "actions": [
          {
            "nonce": "string",
            "versionNumber": 0,
            "type": "load",
            "groupId": "string",
            "name": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "lifeCycle": "requested",
            "result": {
              "status": "succeeded",
              "remark": "string",
              "reason": "string"
            },
            "remark": "string",
            "sequenceNr": 0,
            "location": {
              "associationType": "inline",
              "entity": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              },
              "description": "string"
            },
            "startTime": "2019-08-24T14:15:22Z",
            "endTime": "2019-08-24T14:15:22Z",
            "eta": "2019-08-24T14:15:22Z",
            "etd": "2019-08-24T14:15:22Z",
            "timeFormat": "string",
            "recurrence": "string",
            "duration": 0,
            "estimatedDuration": 0,
            "actions": [
              {
                "type": "inline",
                "associationType": "string",
                "entity": {},
                "description": "string"
              }
            ],
            "documents": [
              {
                "associationType": "inline"
              }
            ],
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "constraints": [
              {
                "associationType": "inline",
                "entity": {},
                "description": "string"
              }
            ],
            "communicationRequests": [
              {
                "nonce": "string",
                "name": "string",
                "description": "string",
                "status": "pending",
                "responseMessage": "string",
                "responseValue": "string",
                "communicationRequests": [
                  null
                ]
              }
            ],
            "isContainmentAction": true,
            "vehicle": {
              "associationType": "inline"
            },
            "pin": "string",
            "tar": "string",
            "shipmentLine": {
              "scacCode": "string",
              "smdgCode": "string"
            },
            "containmentUUID": "string"
          }
        ],
        "name": "string",
        "constraints": [
          {
            "nonce": "string",
            "name": "string",
            "enforceability": "enforced",
            "type": "accessConstraint",
            "description": "string"
          }
        ]
      }
    },
    "trip2": {
      "nonce": "string",
      "versionNumber": 0,
      "hasAgreedToPrice": true,
      "type": "internal",
      "tripNr": "string",
      "status": "draft",
      "planStatus": "ok",
      "routeStatus": "on_route",
      "currentAction": {
        "nonce": "string",
        "versionNumber": 0,
        "type": "load",
        "groupId": "string",
        "name": "string",
        "externalAttributes": {
          "property1": {},
          "property2": {}
        },
        "lifeCycle": "requested",
        "result": {
          "status": "succeeded",
          "remark": "string",
          "reason": "string"
        },
        "remark": "string",
        "sequenceNr": 0,
        "location": {
          "associationType": "inline",
          "entity": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "addressGeoReference",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string",
              "hash": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "constraints": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "accessConstraint",
                "name": "string",
                "enforceability": "enforced",
                "description": "string"
              }
            ],
            "pricingElements": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "description": "string",
                "category": {},
                "amount": {}
              }
            ],
            "remark": "string",
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            }
          },
          "description": "string"
        },
        "startTime": "2019-08-24T14:15:22Z",
        "endTime": "2019-08-24T14:15:22Z",
        "eta": "2019-08-24T14:15:22Z",
        "etd": "2019-08-24T14:15:22Z",
        "timeFormat": "string",
        "recurrence": "string",
        "duration": 0,
        "estimatedDuration": 0,
        "actions": [
          {
            "type": "inline",
            "associationType": "string",
            "entity": {},
            "description": "string"
          }
        ],
        "documents": [
          {
            "associationType": "inline"
          }
        ],
        "identifiers": [
          {
            "nonce": "string",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "constraints": [
          {
            "associationType": "inline",
            "entity": {
              "nonce": "string",
              "name": "string",
              "enforceability": "enforced",
              "type": "accessConstraint",
              "description": "string"
            },
            "description": "string"
          }
        ],
        "communicationRequests": [
          {
            "nonce": "string",
            "name": "string",
            "description": "string",
            "status": "pending",
            "responseMessage": "string",
            "responseValue": "string",
            "communicationRequests": [
              {}
            ]
          }
        ],
        "isContainmentAction": true,
        "vehicle": {
          "associationType": "inline"
        },
        "pin": "string",
        "tar": "string",
        "shipmentLine": {
          "scacCode": "string",
          "smdgCode": "string"
        },
        "containmentUUID": "string"
      },
      "transportMode": "maritime",
      "capacityContract": {
        "nonce": "string",
        "name": "string",
        "type": "permanentContract",
        "communicationMethod": "messageAutomation",
        "contract": {
          "nonce": "string",
          "title": "string",
          "description": "string",
          "deliveryTerms": "EXW",
          "contractor": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "relationType": "string",
            "alias": "string",
            "description": "string",
            "transportLicenseNumber": "string",
            "eori": "string",
            "scacCode": "string",
            "industry": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "abbreviated": "string",
              "enabled": true
            },
            "website": "string",
            "coc": "string",
            "vat": "string",
            "verified": true,
            "documents": [
              {
                "associationType": "inline",
                "entity": {
                  "externalAttributes": {}
                }
              }
            ],
            "logo": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "banners": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "locations": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              }
            ],
            "identification": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "contactPersons": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "administration": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "primary": true,
              "business": {},
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "balance": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              },
              "numberFormat": "string",
              "numberLength": 0,
              "dueDays": 0,
              "invoiceNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "quoteNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "automaticallySendReminders": true,
              "invoiceTermsAndConditions": "string",
              "quoteTermsAndConditions": "string",
              "invoiceNumbering": 0,
              "quoteNumbering": 0
            },
            "pricingConfigurationCount": 0,
            "hasAgreedToPrice": true
          },
          "contractorSignee": {
            "nonce": "string",
            "firstName": "string",
            "lastName": "string",
            "position": "string",
            "email": "string",
            "phone": "string"
          },
          "client": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "relationType": "string",
            "alias": "string",
            "description": "string",
            "transportLicenseNumber": "string",
            "eori": "string",
            "scacCode": "string",
            "industry": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "abbreviated": "string",
              "enabled": true
            },
            "website": "string",
            "coc": "string",
            "vat": "string",
            "verified": true,
            "documents": [
              {
                "associationType": "inline",
                "entity": {
                  "externalAttributes": {}
                }
              }
            ],
            "logo": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "banners": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "locations": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              }
            ],
            "identification": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "contactPersons": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "administration": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "primary": true,
              "business": {},
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "balance": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              },
              "numberFormat": "string",
              "numberLength": 0,
              "dueDays": 0,
              "invoiceNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "quoteNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "automaticallySendReminders": true,
              "invoiceTermsAndConditions": "string",
              "quoteTermsAndConditions": "string",
              "invoiceNumbering": 0,
              "quoteNumbering": 0
            },
            "pricingConfigurationCount": 0,
            "hasAgreedToPrice": true
          },
          "clientSignee": {
            "nonce": "string",
            "firstName": "string",
            "lastName": "string",
            "position": "string",
            "email": "string",
            "phone": "string"
          }
        },
        "business": {
          "id": "string",
          "nonce": "string",
          "uuid": "string",
          "primaryPlatformId": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "updatedAt": "2019-08-24T14:15:22Z",
          "name": "string",
          "relationType": "string",
          "alias": "string",
          "description": "string",
          "transportLicenseNumber": "string",
          "eori": "string",
          "scacCode": "string",
          "industry": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "abbreviated": "string",
            "enabled": true
          },
          "website": "string",
          "coc": "string",
          "vat": "string",
          "verified": true,
          "documents": [
            {
              "associationType": "inline",
              "entity": {
                "nonce": "string",
                "description": "string",
                "expiresAt": "2019-08-24T14:15:22Z",
                "fileName": "string",
                "mimeType": "string",
                "encoding": "string",
                "verified": true,
                "content": {},
                "file": {},
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "name": "string"
              }
            }
          ],
          "logo": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "banners": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "locations": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "addressGeoReference",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string",
                "hash": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactDetails": [
                {}
              ],
              "constraints": [
                {}
              ],
              "pricingElements": [
                {}
              ],
              "remark": "string",
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              }
            }
          ],
          "identification": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ],
          "contactPersons": [
            {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "firstName": "string",
              "lastName": "string",
              "position": "string",
              "email": "string",
              "phone": "string"
            }
          ],
          "administration": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "primary": true,
            "business": {},
            "currency": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "balance": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "amount": 0.1,
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "numberFormat": "string",
            "numberLength": 0,
            "dueDays": 0,
            "invoiceNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "quoteNumberIndex": {
              "property1": 0,
              "property2": 0
            },
            "automaticallySendReminders": true,
            "invoiceTermsAndConditions": "string",
            "quoteTermsAndConditions": "string",
            "invoiceNumbering": 0,
            "quoteNumbering": 0
          },
          "pricingConfigurationCount": 0,
          "hasAgreedToPrice": true
        },
        "administration": {
          "nonce": "string",
          "name": "string",
          "primary": true,
          "business": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "relationType": "string",
            "alias": "string",
            "description": "string",
            "transportLicenseNumber": "string",
            "eori": "string",
            "scacCode": "string",
            "industry": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "abbreviated": "string",
              "enabled": true
            },
            "website": "string",
            "coc": "string",
            "vat": "string",
            "verified": true,
            "documents": [
              {
                "associationType": "inline",
                "entity": {
                  "externalAttributes": {}
                }
              }
            ],
            "logo": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "banners": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "locations": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              }
            ],
            "identification": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "contactPersons": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "administration": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "primary": true,
              "business": {},
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "balance": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              },
              "numberFormat": "string",
              "numberLength": 0,
              "dueDays": 0,
              "invoiceNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "quoteNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "automaticallySendReminders": true,
              "invoiceTermsAndConditions": "string",
              "quoteTermsAndConditions": "string",
              "invoiceNumbering": 0,
              "quoteNumbering": 0
            },
            "pricingConfigurationCount": 0,
            "hasAgreedToPrice": true
          },
          "currency": {
            "nonce": "string",
            "name": "string",
            "short": "string",
            "sign": "string",
            "decimalDelimiter": "string",
            "thousandDelimiter": "string",
            "enabled": true
          },
          "balance": {
            "nonce": "string",
            "amount": 0.1,
            "currency": {
              "nonce": "string",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "taxRate": {
              "nonce": "string",
              "creditCode": "string",
              "debitCode": "string",
              "identifiers": [
                {}
              ],
              "name": "string",
              "description": "string",
              "jurisdiction": "string",
              "percentage": 0.1,
              "inclusive": true,
              "active": true
            },
            "inclusiveOfTax": true
          },
          "numberFormat": "string",
          "numberLength": 0,
          "dueDays": 0,
          "invoiceNumberIndex": {
            "property1": 0,
            "property2": 0
          },
          "quoteNumberIndex": {
            "property1": 0,
            "property2": 0
          },
          "automaticallySendReminders": true,
          "invoiceTermsAndConditions": "string",
          "quoteTermsAndConditions": "string",
          "invoiceStandardDocuments": [
            {
              "nonce": "string",
              "description": "string",
              "expiresAt": "2019-08-24T14:15:22Z",
              "fileName": "string",
              "mimeType": "string",
              "encoding": "string",
              "verified": true,
              "content": {
                "contentType": "data",
                "data": "string"
              },
              "file": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "name": "string"
            }
          ],
          "quoteStandardDocuments": [
            {
              "nonce": "string",
              "description": "string",
              "expiresAt": "2019-08-24T14:15:22Z",
              "fileName": "string",
              "mimeType": "string",
              "encoding": "string",
              "verified": true,
              "content": {
                "contentType": "data",
                "data": "string"
              },
              "file": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "name": "string"
            }
          ],
          "invoiceNumbering": 0,
          "quoteNumbering": 0
        },
        "startTime": "2019-08-24T14:15:22Z",
        "endTime": "2019-08-24T14:15:22Z",
        "selfBilling": true,
        "currency": {
          "nonce": "string",
          "name": "string",
          "short": "string",
          "sign": "string",
          "decimalDelimiter": "string",
          "thousandDelimiter": "string",
          "enabled": true
        },
        "triggerType": "endOfWeek",
        "pricingModules": [
          {
            "nonce": "string",
            "type": "fixed",
            "name": "string",
            "sequenceNr": 0,
            "description": "string",
            "category": {
              "nonce": "string",
              "name": "string",
              "creditCode": "string",
              "debitCode": "string",
              "defaultValue": 0.1,
              "enabled": true
            },
            "taxRates": [
              {
                "nonce": "string",
                "sequenceNr": 0,
                "name": "string",
                "description": "string",
                "taxRate": {
                  "identifiers": []
                },
                "filters": [
                  null
                ]
              }
            ],
            "filters": [
              {
                "selector": "string",
                "comparisonType": "equal",
                "value": "string",
                "linkType": "and",
                "filters": [
                  null
                ],
                "sequenceNr": 0
              }
            ],
            "oncePerInvoice": true
          }
        ],
        "lastHandledSelfBilling": "2019-08-24T14:15:22Z",
        "signature": {
          "nonce": "string",
          "ip": "string",
          "userAgent": "string",
          "date": "2019-08-24T14:15:22Z",
          "file": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          }
        },
        "integration": {
          "nonce": "string",
          "type": "manual",
          "name": "string",
          "description": "string",
          "schedule": {
            "integrationSchedulerScheduleValue": 0,
            "integrationSchedulerScheduleType": "seconds",
            "milliseconds": 0
          },
          "dataSources": [
            {
              "nonce": "string",
              "directionType": "in",
              "connectionType": "api",
              "requestMethod": "get",
              "dataType": "xml",
              "entityType": "action",
              "url": "string",
              "port": 0,
              "path": "string",
              "token": "string",
              "query": "string",
              "parameters": [
                {
                  "fields": [],
                  "filters": [],
                  "options": []
                }
              ],
              "allowedIps": [
                "string"
              ],
              "hasAuthentication": true,
              "credentials": {
                "nonce": "string",
                "authenticationMethod": "apiKey",
                "username": "string",
                "password": "string",
                "accessKey": "string",
                "secretKey": "string",
                "clientId": "string",
                "clientSecret": "string",
                "grantType": "string",
                "scope": "string",
                "apiKey": "string",
                "bearer": "string",
                "sshKey": {},
                "sshTunnel": true,
                "sshHost": "string",
                "sshUsername": "string",
                "sshPassword": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "headers": {
                  "property1": {},
                  "property2": {}
                },
                "oauthUrl": "string",
                "oAuthCache": "string",
                "oAuthCacheCreationDate": "2019-08-24T14:15:22Z",
                "openIdToken": "string",
                "openIdRefreshToken": "string",
                "openIdAccessToken": "string",
                "openIdExpiration": "2019-08-24T14:15:22Z"
              },
              "otm": true,
              "fields": [
                {
                  "fields": [],
                  "filters": [],
                  "options": []
                }
              ],
              "filters": [
                {
                  "filters": []
                }
              ],
              "template": true
            }
          ],
          "enabled": true,
          "lastHandled": "2019-08-24T14:15:22Z",
          "integration": [
            {
              "nonce": "string",
              "author": {
                "nonce": "string",
                "hasAgreedToPrice": true,
                "type": "user",
                "username": "string",
                "firstName": "string",
                "lastName": "string",
                "email": "string",
                "phone": "string",
                "passwordModified": "2019-08-24T14:15:22Z",
                "twoFactorAuthentication": true,
                "status": "DELETED",
                "loginMethod": "DEFAULT",
                "accountType": "default",
                "standardLoadingSize": 10,
                "timezone": "string",
                "vehicleGroups": [
                  null
                ]
              },
              "name": "string",
              "text": "string"
            }
          ],
          "triggerType": "trigger",
          "triggerEvent": "afterCreatingTrip",
          "filters": [
            {
              "selector": "string",
              "comparisonType": "equal",
              "value": "string",
              "linkType": "and",
              "filters": [
                {}
              ],
              "sequenceNr": 0
            }
          ]
        },
        "messageAutomation": {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "automationConfig": {
            "triggerType": "trigger",
            "triggerEvent": "afterCreatingTrip",
            "schedule": {
              "integrationSchedulerScheduleValue": 0,
              "integrationSchedulerScheduleType": "seconds",
              "milliseconds": 0
            },
            "filters": [
              {
                "selector": "string",
                "comparisonType": "equal",
                "value": "string",
                "linkType": "and",
                "filters": [
                  null
                ],
                "sequenceNr": 0
              }
            ],
            "query": {
              "nonce": "string",
              "fields": [
                {}
              ],
              "entityType": "action",
              "joins": [
                {}
              ],
              "filters": [
                {}
              ],
              "groupBy": [
                {}
              ],
              "having": {
                "name": "string",
                "groupByAggregate": "count"
              },
              "sortFields": [
                {}
              ],
              "sortDirection": "asc",
              "limit": 0,
              "offset": 0
            },
            "recipients": [
              "string"
            ],
            "recipientSelector": "string",
            "toggleForAll": true,
            "channel": "email",
            "manualIntegration": {
              "nonce": "string",
              "type": "manual",
              "name": "string",
              "description": "string",
              "schedule": {
                "integrationSchedulerScheduleValue": 0,
                "integrationSchedulerScheduleType": "seconds",
                "milliseconds": 0
              },
              "dataSources": [
                {
                  "parameters": [],
                  "allowedIps": [],
                  "fields": [],
                  "filters": []
                }
              ],
              "enabled": true,
              "lastHandled": "2019-08-24T14:15:22Z",
              "sectorType": "boardComputer",
              "manualType": "transics",
              "enabledFunctions": [
                "string"
              ],
              "url": "string",
              "port": 0,
              "credentials": {
                "nonce": "string",
                "authenticationMethod": "apiKey",
                "username": "string",
                "password": "string",
                "accessKey": "string",
                "secretKey": "string",
                "clientId": "string",
                "clientSecret": "string",
                "grantType": "string",
                "scope": "string",
                "apiKey": "string",
                "bearer": "string",
                "sshKey": {},
                "sshTunnel": true,
                "sshHost": "string",
                "sshUsername": "string",
                "sshPassword": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                },
                "headers": {
                  "property1": {},
                  "property2": {}
                },
                "oauthUrl": "string",
                "oAuthCache": "string",
                "oAuthCacheCreationDate": "2019-08-24T14:15:22Z",
                "openIdToken": "string",
                "openIdRefreshToken": "string",
                "openIdAccessToken": "string",
                "openIdExpiration": "2019-08-24T14:15:22Z"
              },
              "filters": [
                {
                  "filters": []
                }
              ],
              "integration": [
                {}
              ]
            },
            "includeAttachments": true,
            "subject": "string",
            "currentTriggerPosition": 0,
            "localizedTexts": [
              {
                "language": {},
                "content": "string",
                "messageTemplate": "string",
                "subject": "string"
              }
            ],
            "defaultLanguageId": "string",
            "languageSelector": "string"
          },
          "enabled": true,
          "lastHandled": "2019-08-24T14:15:22Z",
          "template": true,
          "templateCategory": "string",
          "type": "messageAutomation",
          "notes": [
            {
              "nonce": "string",
              "author": {
                "nonce": "string",
                "hasAgreedToPrice": true,
                "type": "user",
                "username": "string",
                "firstName": "string",
                "lastName": "string",
                "email": "string",
                "phone": "string",
                "passwordModified": "2019-08-24T14:15:22Z",
                "twoFactorAuthentication": true,
                "status": "DELETED",
                "loginMethod": "DEFAULT",
                "accountType": "default",
                "standardLoadingSize": 10,
                "timezone": "string",
                "vehicleGroups": [
                  null
                ]
              },
              "name": "string",
              "text": "string"
            }
          ]
        },
        "consignments": [
          {
            "nonce": "string",
            "versionNumber": 0,
            "hasAgreedToPrice": true,
            "name": "string",
            "consignmentNr": "string",
            "description": "string",
            "status": "draft",
            "highValueGoods": true,
            "goods": [
              {
                "associationType": "inline"
              }
            ],
            "consignment": {},
            "originalPhysicalSender": {
              "nonce": "string",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "nonce": "string",
                "type": "addressGeoReference",
                "hash": "string",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postCode": "string",
                "city": "string",
                "country": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactPersons": [
                {}
              ],
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "attributes": [
                {}
              ],
              "remark": "string"
            },
            "originalLegalSender": {
              "nonce": "string",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "nonce": "string",
                "type": "addressGeoReference",
                "hash": "string",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postCode": "string",
                "city": "string",
                "country": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactPersons": [
                {}
              ],
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "attributes": [
                {}
              ],
              "remark": "string"
            },
            "originalPhysicalAddressee": {
              "nonce": "string",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "nonce": "string",
                "type": "addressGeoReference",
                "hash": "string",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postCode": "string",
                "city": "string",
                "country": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactPersons": [
                {}
              ],
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "attributes": [
                {}
              ],
              "remark": "string"
            },
            "originalLegalAddressee": {
              "nonce": "string",
              "type": "warehouse",
              "name": "string",
              "unCode": "string",
              "geoReference": {
                "nonce": "string",
                "type": "addressGeoReference",
                "hash": "string",
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postCode": "string",
                "city": "string",
                "country": "string"
              },
              "administrativeReference": {
                "name": "string",
                "street": "string",
                "houseNumber": "string",
                "houseNumberAddition": "string",
                "postalCode": "string",
                "city": "string",
                "country": "string"
              },
              "contactPersons": [
                {}
              ],
              "hash": "string",
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "attributes": [
                {}
              ],
              "remark": "string"
            },
            "isPlannedToLastLocation": true,
            "documents": [
              {
                "associationType": "inline"
              }
            ],
            "actors": [
              {
                "associationType": "inline"
              }
            ],
            "pricingElements": [
              {
                "nonce": "string",
                "name": "string",
                "description": "string",
                "category": {},
                "amount": {}
              }
            ],
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "expectedRevenue": {
              "nonce": "string",
              "amount": 0.1,
              "currency": {
                "nonce": "string",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "expectedCost": {
              "nonce": "string",
              "amount": 0.1,
              "currency": {
                "nonce": "string",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            },
            "combined": true,
            "type": "string",
            "remark": "string",
            "constraints": [
              {
                "nonce": "string",
                "name": "string",
                "enforceability": "enforced",
                "type": "accessConstraint",
                "description": "string"
              }
            ],
            "attributes": [
              {
                "nonce": "string",
                "name": "string",
                "color": "string"
              }
            ]
          }
        ],
        "purchasedUnits": 0,
        "capacity": {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "business": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "relationType": "string",
            "alias": "string",
            "description": "string",
            "transportLicenseNumber": "string",
            "eori": "string",
            "scacCode": "string",
            "industry": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "abbreviated": "string",
              "enabled": true
            },
            "website": "string",
            "coc": "string",
            "vat": "string",
            "verified": true,
            "documents": [
              {
                "associationType": "inline",
                "entity": {
                  "externalAttributes": {}
                }
              }
            ],
            "logo": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "banners": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "locations": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              }
            ],
            "identification": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "contactPersons": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "administration": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "primary": true,
              "business": {},
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "balance": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              },
              "numberFormat": "string",
              "numberLength": 0,
              "dueDays": 0,
              "invoiceNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "quoteNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "automaticallySendReminders": true,
              "invoiceTermsAndConditions": "string",
              "quoteTermsAndConditions": "string",
              "invoiceNumbering": 0,
              "quoteNumbering": 0
            },
            "pricingConfigurationCount": 0,
            "hasAgreedToPrice": true
          },
          "schedule": {
            "nonce": "string",
            "name": "string",
            "description": "string",
            "weekDays": [
              "sunday"
            ],
            "startDate": "2019-08-24T14:15:22Z",
            "endDate": "2019-08-24T14:15:22Z",
            "timeSlotTemplates": [
              {
                "nonce": "string",
                "capacityUnits": 0,
                "weekDay": "sunday",
                "startTime": "2019-08-24T14:15:22Z",
                "endTime": "2019-08-24T14:15:22Z",
                "pricingModules": [
                  null
                ]
              }
            ],
            "timeSlots": [
              {
                "nonce": "string",
                "date": "2019-08-24T14:15:22Z",
                "startTime": "2019-08-24T14:15:22Z",
                "endTime": "2019-08-24T14:15:22Z",
                "consignments": [
                  null
                ],
                "route": {
                  "expenses": [],
                  "additionalInfo": {},
                  "actors": [],
                  "actions": [],
                  "constraints": []
                }
              }
            ]
          },
          "modality": "maritime",
          "subType": "load",
          "capacityPerUnit": {
            "value": "string",
            "unit": "string"
          },
          "totalUnits": 0,
          "availableCapacity": {
            "value": "string",
            "unit": "string"
          },
          "totalCapacity": {
            "value": "string",
            "unit": "string"
          },
          "pricingModules": [
            {
              "nonce": "string",
              "type": "fixed",
              "name": "string",
              "sequenceNr": 0,
              "description": "string",
              "category": {
                "nonce": "string",
                "name": "string",
                "creditCode": "string",
                "debitCode": "string",
                "defaultValue": 0.1,
                "enabled": true
              },
              "taxRates": [
                {
                  "filters": []
                }
              ],
              "filters": [
                {
                  "filters": []
                }
              ],
              "oncePerInvoice": true
            }
          ]
        }
      },
      "linkedTrip": true,
      "chauffeurs": [
        {
          "nonce": "string",
          "type": "driver",
          "picture": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "user": {
            "nonce": "string",
            "hasAgreedToPrice": true,
            "type": "user",
            "username": "string",
            "firstName": "string",
            "lastName": "string",
            "email": "string",
            "phone": "string",
            "passwordModified": "2019-08-24T14:15:22Z",
            "twoFactorAuthentication": true,
            "status": "DELETED",
            "loginMethod": "DEFAULT",
            "accountType": "default",
            "standardLoadingSize": 10,
            "timezone": "string",
            "vehicleGroups": [
              {
                "nonce": "string",
                "name": "string",
                "vehicles": [
                  null
                ]
              }
            ]
          },
          "firstName": "string",
          "lastName": "string",
          "dateOfBirth": "2019-08-24",
          "birthPlace": "string",
          "nationality": "string",
          "hourlyRate": {
            "nonce": "string",
            "amount": 0.1,
            "currency": {
              "nonce": "string",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "taxRate": {
              "nonce": "string",
              "creditCode": "string",
              "debitCode": "string",
              "identifiers": [
                {}
              ],
              "name": "string",
              "description": "string",
              "jurisdiction": "string",
              "percentage": 0.1,
              "inclusive": true,
              "active": true
            },
            "inclusiveOfTax": true
          },
          "hoursPerMonth": 0.1,
          "adr": {
            "hasADR": true,
            "ADRNumber": "string",
            "ADRValidFromDate": "2019-08-24",
            "ADRExpirationDate": "2019-08-24",
            "ADRFiles": [
              {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ]
          },
          "driverLicense": {
            "hasDriverLicense": true,
            "driverLicenseNumber": "string",
            "driverLicenseValidFromDate": "2019-08-24",
            "driverLicenseExpirationDate": "2019-08-24",
            "driverLicenseObtainedOn": "2019-08-24",
            "driverLicenseCountryOfIssue": "string",
            "driverLicenseIssuingAuthority": "string",
            "driverLicenseFiles": [
              {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ]
          },
          "tachoCard": {
            "cardId": "string",
            "countryOfIssue": "string",
            "renewalIndex": "string",
            "replacementIndex": "string",
            "startOfValidity": "2019-08-24T14:15:22Z",
            "endOfValidity": "2019-08-24T14:15:22Z"
          },
          "remainingDrivingTimes": {
            "daysOfReducedRest": {
              "total": 0,
              "maximum": 0,
              "minimum": 0,
              "remaining": 0
            },
            "dailyAmplitude": {
              "total": 0,
              "maximum": 0,
              "minimum": 0,
              "remaining": 0
            },
            "drivingTimeBelowMaximum": {
              "total": 0,
              "maximum": 0,
              "minimum": 0,
              "remaining": 0
            },
            "dailyDrivingTime": {
              "total": 0,
              "maximum": 0,
              "minimum": 0,
              "remaining": 0
            },
            "daysOfDrivingLongerThan9h": {
              "total": 0,
              "maximum": 0,
              "minimum": 0,
              "remaining": 0
            },
            "weeklyDrivingTime": {
              "total": 0,
              "maximum": 0,
              "minimum": 0,
              "remaining": 0
            },
            "BIWeeklyDrivingTime": {
              "total": 0,
              "maximum": 0,
              "minimum": 0,
              "remaining": 0
            },
            "daysOfConsecutiveDriving": {
              "total": 0,
              "maximum": 0,
              "minimum": 0,
              "remaining": 0
            }
          },
          "upcomingRestingTimes": {
            "week": 0,
            "year": 0,
            "upcomingRestingTime": 0
          },
          "languages": [
            "string"
          ],
          "contactDetails": [
            {
              "associationType": "inline"
            }
          ]
        }
      ],
      "transportEquipments": [
        {
          "nonce": "string",
          "type": "transportEquipment",
          "name": "string",
          "description": "string",
          "remark": "string",
          "barCode": "string",
          "quantity": 0,
          "weight": {
            "value": "string",
            "unit": "string"
          },
          "grossWeight": {
            "value": "string",
            "unit": "string"
          },
          "maxStackableWeight": {
            "value": "string",
            "unit": "string"
          },
          "width": {
            "value": "string",
            "unit": "string"
          },
          "height": {
            "value": "string",
            "unit": "string"
          },
          "length": {
            "value": "string",
            "unit": "string"
          },
          "documents": [
            {
              "nonce": "string",
              "description": "string",
              "expiresAt": "2019-08-24T14:15:22Z",
              "fileName": "string",
              "mimeType": "string",
              "encoding": "string",
              "verified": true,
              "content": {
                "contentType": "data",
                "data": "string"
              },
              "file": {
                "nonce": "string",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              },
              "externalAttributes": {
                "property1": {},
                "property2": {}
              },
              "name": "string"
            }
          ],
          "actors": [
            {
              "nonce": "string",
              "name": "string",
              "user": {
                "nonce": "string",
                "hasAgreedToPrice": true,
                "type": "user",
                "username": "string",
                "firstName": "string",
                "lastName": "string",
                "email": "string",
                "phone": "string",
                "passwordModified": "2019-08-24T14:15:22Z",
                "twoFactorAuthentication": true,
                "status": "DELETED",
                "loginMethod": "DEFAULT",
                "accountType": "default",
                "standardLoadingSize": 10,
                "timezone": "string",
                "vehicleGroups": [
                  null
                ]
              },
              "identifiers": [
                {}
              ],
              "contactDetails": [
                {}
              ]
            }
          ],
          "stackObjectMetrics": {
            "totalMinimumGroundSpace": {
              "value": "string",
              "unit": "string"
            },
            "totalVolume": {
              "value": "string",
              "unit": "string"
            },
            "totalWeight": {
              "value": "string",
              "unit": "string"
            },
            "totalMinimumLoadMeters": {
              "value": "string",
              "unit": "string"
            }
          },
          "isStackObjectMetricsUpdated": true,
          "loadWidth": {
            "value": "string",
            "unit": "string"
          },
          "loadHeight": {
            "value": "string",
            "unit": "string"
          },
          "loadLength": {
            "value": "string",
            "unit": "string"
          },
          "maxWeight": {
            "value": "string",
            "unit": "string"
          },
          "loadMeters": {
            "value": "string",
            "unit": "string"
          },
          "equipmentType": "string",
          "equipmentSubType": "string",
          "licensePlate": "string",
          "vin": "string",
          "equipmentId": "string",
          "seal": "string",
          "requirementCodes": [
            "string"
          ],
          "business": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "name": "string",
            "relationType": "string",
            "alias": "string",
            "description": "string",
            "transportLicenseNumber": "string",
            "eori": "string",
            "scacCode": "string",
            "industry": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "abbreviated": "string",
              "enabled": true
            },
            "website": "string",
            "coc": "string",
            "vat": "string",
            "verified": true,
            "documents": [
              {
                "associationType": "inline",
                "entity": {
                  "externalAttributes": {}
                }
              }
            ],
            "logo": {
              "nonce": "string",
              "url": "string",
              "path": "string",
              "name": "string",
              "originalName": "string",
              "size": 0,
              "purpose": "string",
              "type": "IMAGE",
              "mimeType": "string",
              "extension": "string",
              "uploadedAt": "2019-08-24T14:15:22Z"
            },
            "banners": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "locations": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              }
            ],
            "identification": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "url": "string",
                "path": "string",
                "name": "string",
                "originalName": "string",
                "size": 0,
                "purpose": "string",
                "type": "IMAGE",
                "mimeType": "string",
                "extension": "string",
                "uploadedAt": "2019-08-24T14:15:22Z"
              }
            ],
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "contactPersons": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "firstName": "string",
                "lastName": "string",
                "position": "string",
                "email": "string",
                "phone": "string"
              }
            ],
            "administration": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "name": "string",
              "primary": true,
              "business": {},
              "currency": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "balance": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "amount": 0.1,
                "currency": {},
                "taxRate": {
                  "identifiers": []
                },
                "inclusiveOfTax": true
              },
              "numberFormat": "string",
              "numberLength": 0,
              "dueDays": 0,
              "invoiceNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "quoteNumberIndex": {
                "property1": 0,
                "property2": 0
              },
              "automaticallySendReminders": true,
              "invoiceTermsAndConditions": "string",
              "quoteTermsAndConditions": "string",
              "invoiceNumbering": 0,
              "quoteNumbering": 0
            },
            "pricingConfigurationCount": 0,
            "hasAgreedToPrice": true
          },
          "operational": true,
          "internal": true,
          "constraints": [
            {
              "nonce": "string",
              "name": "string",
              "enforceability": "enforced",
              "type": "accessConstraint",
              "description": "string"
            }
          ],
          "attributes": [
            {
              "nonce": "string",
              "name": "string",
              "color": "string"
            }
          ]
        }
      ],
      "documents": [
        {
          "nonce": "string",
          "description": "string",
          "expiresAt": "2019-08-24T14:15:22Z",
          "fileName": "string",
          "mimeType": "string",
          "encoding": "string",
          "verified": true,
          "content": {
            "contentType": "data",
            "data": "string"
          },
          "file": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "externalAttributes": {
            "property1": {},
            "property2": {}
          },
          "name": "string"
        }
      ],
      "actors": [
        {
          "nonce": "string",
          "name": "string",
          "user": {
            "nonce": "string",
            "hasAgreedToPrice": true,
            "type": "user",
            "username": "string",
            "firstName": "string",
            "lastName": "string",
            "email": "string",
            "phone": "string",
            "passwordModified": "2019-08-24T14:15:22Z",
            "twoFactorAuthentication": true,
            "status": "DELETED",
            "loginMethod": "DEFAULT",
            "accountType": "default",
            "standardLoadingSize": 10,
            "timezone": "string",
            "vehicleGroups": [
              {
                "nonce": "string",
                "name": "string",
                "vehicles": [
                  null
                ]
              }
            ]
          },
          "identifiers": [
            {
              "nonce": "string",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "contactDetails": [
            {
              "nonce": "string",
              "type": "iban",
              "value": "string",
              "remarks": "string"
            }
          ]
        }
      ],
      "constraints": [
        {
          "nonce": "string",
          "name": "string",
          "enforceability": "enforced",
          "type": "accessConstraint",
          "description": "string"
        }
      ],
      "pricingElements": [
        {
          "nonce": "string",
          "name": "string",
          "description": "string",
          "category": {
            "nonce": "string",
            "name": "string",
            "creditCode": "string",
            "debitCode": "string",
            "defaultValue": 0.1,
            "enabled": true
          },
          "amount": {
            "nonce": "string",
            "amount": 0.1,
            "currency": {
              "nonce": "string",
              "name": "string",
              "short": "string",
              "sign": "string",
              "decimalDelimiter": "string",
              "thousandDelimiter": "string",
              "enabled": true
            },
            "taxRate": {
              "nonce": "string",
              "creditCode": "string",
              "debitCode": "string",
              "identifiers": [
                {}
              ],
              "name": "string",
              "description": "string",
              "jurisdiction": "string",
              "percentage": 0.1,
              "inclusive": true,
              "active": true
            },
            "inclusiveOfTax": true
          }
        }
      ],
      "startDate": "2019-08-24T14:15:22Z",
      "endDate": "2019-08-24T14:15:22Z",
      "kmStart": 0,
      "kmEnd": 0,
      "booking": {
        "nonce": "string",
        "type": "maritime",
        "name": "string",
        "bookingNumber": "string",
        "externalReference": "string",
        "billOfLadingNumber": "string",
        "billOfLading": {
          "nonce": "string",
          "description": "string",
          "expiresAt": "2019-08-24T14:15:22Z",
          "fileName": "string",
          "mimeType": "string",
          "encoding": "string",
          "verified": true,
          "content": {
            "contentType": "data",
            "data": "string"
          },
          "file": {
            "nonce": "string",
            "url": "string",
            "path": "string",
            "name": "string",
            "originalName": "string",
            "size": 0,
            "purpose": "string",
            "type": "IMAGE",
            "mimeType": "string",
            "extension": "string",
            "uploadedAt": "2019-08-24T14:15:22Z"
          },
          "externalAttributes": {
            "property1": {},
            "property2": {}
          },
          "name": "string"
        }
      },
      "shareSettings": {
        "isOpen": true,
        "shareCode": "string",
        "validUntil": "2019-08-24T14:15:22Z"
      },
      "externalAttributes": {
        "property1": {},
        "property2": {}
      },
      "expectedCost": {
        "nonce": "string",
        "amount": 0.1,
        "currency": {
          "nonce": "string",
          "name": "string",
          "short": "string",
          "sign": "string",
          "decimalDelimiter": "string",
          "thousandDelimiter": "string",
          "enabled": true
        },
        "taxRate": {
          "nonce": "string",
          "creditCode": "string",
          "debitCode": "string",
          "identifiers": [
            {
              "nonce": "string",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "name": "string",
          "description": "string",
          "jurisdiction": "string",
          "percentage": 0.1,
          "inclusive": true,
          "active": true
        },
        "inclusiveOfTax": true
      },
      "expectedRevenue": {
        "nonce": "string",
        "amount": 0.1,
        "currency": {
          "nonce": "string",
          "name": "string",
          "short": "string",
          "sign": "string",
          "decimalDelimiter": "string",
          "thousandDelimiter": "string",
          "enabled": true
        },
        "taxRate": {
          "nonce": "string",
          "creditCode": "string",
          "debitCode": "string",
          "identifiers": [
            {
              "nonce": "string",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "name": "string",
          "description": "string",
          "jurisdiction": "string",
          "percentage": 0.1,
          "inclusive": true,
          "active": true
        },
        "inclusiveOfTax": true
      },
      "actualCost": {
        "nonce": "string",
        "amount": 0.1,
        "currency": {
          "nonce": "string",
          "name": "string",
          "short": "string",
          "sign": "string",
          "decimalDelimiter": "string",
          "thousandDelimiter": "string",
          "enabled": true
        },
        "taxRate": {
          "nonce": "string",
          "creditCode": "string",
          "debitCode": "string",
          "identifiers": [
            {
              "nonce": "string",
              "name": "string",
              "system": "string",
              "value": "string",
              "expiredAt": "2019-08-24T14:15:22Z"
            }
          ],
          "name": "string",
          "description": "string",
          "jurisdiction": "string",
          "percentage": 0.1,
          "inclusive": true,
          "active": true
        },
        "inclusiveOfTax": true
      },
      "CO2eWTW": 0.1,
      "CO2eTTW": 0.1,
      "nextAction": {
        "nonce": "string",
        "versionNumber": 0,
        "type": "load",
        "groupId": "string",
        "name": "string",
        "externalAttributes": {
          "property1": {},
          "property2": {}
        },
        "lifeCycle": "requested",
        "result": {
          "status": "succeeded",
          "remark": "string",
          "reason": "string"
        },
        "remark": "string",
        "sequenceNr": 0,
        "location": {
          "associationType": "inline",
          "entity": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "addressGeoReference",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string",
              "hash": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "constraints": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "accessConstraint",
                "name": "string",
                "enforceability": "enforced",
                "description": "string"
              }
            ],
            "pricingElements": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "description": "string",
                "category": {},
                "amount": {}
              }
            ],
            "remark": "string",
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            }
          },
          "description": "string"
        },
        "startTime": "2019-08-24T14:15:22Z",
        "endTime": "2019-08-24T14:15:22Z",
        "eta": "2019-08-24T14:15:22Z",
        "etd": "2019-08-24T14:15:22Z",
        "timeFormat": "string",
        "recurrence": "string",
        "duration": 0,
        "estimatedDuration": 0,
        "actions": [
          {
            "type": "inline",
            "associationType": "string",
            "entity": {},
            "description": "string"
          }
        ],
        "documents": [
          {
            "associationType": "inline"
          }
        ],
        "identifiers": [
          {
            "nonce": "string",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "constraints": [
          {
            "associationType": "inline",
            "entity": {
              "nonce": "string",
              "name": "string",
              "enforceability": "enforced",
              "type": "accessConstraint",
              "description": "string"
            },
            "description": "string"
          }
        ],
        "communicationRequests": [
          {
            "nonce": "string",
            "name": "string",
            "description": "string",
            "status": "pending",
            "responseMessage": "string",
            "responseValue": "string",
            "communicationRequests": [
              {}
            ]
          }
        ],
        "isContainmentAction": true,
        "vehicle": {
          "associationType": "inline"
        },
        "pin": "string",
        "tar": "string",
        "shipmentLine": {
          "scacCode": "string",
          "smdgCode": "string"
        },
        "containmentUUID": "string"
      },
      "lastAction": {
        "nonce": "string",
        "versionNumber": 0,
        "type": "load",
        "groupId": "string",
        "name": "string",
        "externalAttributes": {
          "property1": {},
          "property2": {}
        },
        "lifeCycle": "requested",
        "result": {
          "status": "succeeded",
          "remark": "string",
          "reason": "string"
        },
        "remark": "string",
        "sequenceNr": 0,
        "location": {
          "associationType": "inline",
          "entity": {
            "id": "string",
            "nonce": "string",
            "uuid": "string",
            "primaryPlatformId": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "updatedAt": "2019-08-24T14:15:22Z",
            "type": "warehouse",
            "name": "string",
            "unCode": "string",
            "geoReference": {
              "id": "string",
              "nonce": "string",
              "uuid": "string",
              "primaryPlatformId": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "updatedAt": "2019-08-24T14:15:22Z",
              "type": "addressGeoReference",
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string",
              "hash": "string"
            },
            "administrativeReference": {
              "name": "string",
              "street": "string",
              "houseNumber": "string",
              "houseNumberAddition": "string",
              "postalCode": "string",
              "city": "string",
              "country": "string"
            },
            "contactDetails": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ],
            "constraints": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "accessConstraint",
                "name": "string",
                "enforceability": "enforced",
                "description": "string"
              }
            ],
            "pricingElements": [
              {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "name": "string",
                "description": "string",
                "category": {},
                "amount": {}
              }
            ],
            "remark": "string",
            "hash": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            }
          },
          "description": "string"
        },
        "startTime": "2019-08-24T14:15:22Z",
        "endTime": "2019-08-24T14:15:22Z",
        "eta": "2019-08-24T14:15:22Z",
        "etd": "2019-08-24T14:15:22Z",
        "timeFormat": "string",
        "recurrence": "string",
        "duration": 0,
        "estimatedDuration": 0,
        "actions": [
          {
            "type": "inline",
            "associationType": "string",
            "entity": {},
            "description": "string"
          }
        ],
        "documents": [
          {
            "associationType": "inline"
          }
        ],
        "identifiers": [
          {
            "nonce": "string",
            "name": "string",
            "system": "string",
            "value": "string",
            "expiredAt": "2019-08-24T14:15:22Z"
          }
        ],
        "constraints": [
          {
            "associationType": "inline",
            "entity": {
              "nonce": "string",
              "name": "string",
              "enforceability": "enforced",
              "type": "accessConstraint",
              "description": "string"
            },
            "description": "string"
          }
        ],
        "communicationRequests": [
          {
            "nonce": "string",
            "name": "string",
            "description": "string",
            "status": "pending",
            "responseMessage": "string",
            "responseValue": "string",
            "communicationRequests": [
              {}
            ]
          }
        ],
        "isContainmentAction": true,
        "vehicle": {
          "associationType": "inline"
        },
        "pin": "string",
        "tar": "string",
        "shipmentLine": {
          "scacCode": "string",
          "smdgCode": "string"
        },
        "containmentUUID": "string"
      },
      "estimatedDuration": 0,
      "name": "string",
      "route": {
        "nonce": "string",
        "time": 0,
        "cost": 0,
        "distance": 0,
        "expenses": [
          {
            "nonce": "string",
            "name": "string",
            "description": "string",
            "money": {
              "nonce": "string",
              "amount": 0.1,
              "currency": {
                "nonce": "string",
                "name": "string",
                "short": "string",
                "sign": "string",
                "decimalDelimiter": "string",
                "thousandDelimiter": "string",
                "enabled": true
              },
              "taxRate": {
                "nonce": "string",
                "creditCode": "string",
                "debitCode": "string",
                "identifiers": [
                  null
                ],
                "name": "string",
                "description": "string",
                "jurisdiction": "string",
                "percentage": 0.1,
                "inclusive": true,
                "active": true
              },
              "inclusiveOfTax": true
            }
          }
        ],
        "additionalInfo": {
          "property1": {},
          "property2": {}
        },
        "lineString": "string",
        "actors": [
          {
            "nonce": "string",
            "name": "string",
            "user": {
              "nonce": "string",
              "hasAgreedToPrice": true,
              "type": "user",
              "username": "string",
              "firstName": "string",
              "lastName": "string",
              "email": "string",
              "phone": "string",
              "passwordModified": "2019-08-24T14:15:22Z",
              "twoFactorAuthentication": true,
              "status": "DELETED",
              "loginMethod": "DEFAULT",
              "accountType": "default",
              "standardLoadingSize": 10,
              "timezone": "string",
              "vehicleGroups": [
                {
                  "vehicles": []
                }
              ]
            },
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "contactDetails": [
              {
                "nonce": "string",
                "type": "iban",
                "value": "string",
                "remarks": "string"
              }
            ]
          }
        ],
        "actions": [
          {
            "nonce": "string",
            "versionNumber": 0,
            "type": "load",
            "groupId": "string",
            "name": "string",
            "externalAttributes": {
              "property1": {},
              "property2": {}
            },
            "lifeCycle": "requested",
            "result": {
              "status": "succeeded",
              "remark": "string",
              "reason": "string"
            },
            "remark": "string",
            "sequenceNr": 0,
            "location": {
              "associationType": "inline",
              "entity": {
                "id": "string",
                "nonce": "string",
                "uuid": "string",
                "primaryPlatformId": "string",
                "createdAt": "2019-08-24T14:15:22Z",
                "updatedAt": "2019-08-24T14:15:22Z",
                "type": "warehouse",
                "name": "string",
                "unCode": "string",
                "geoReference": {},
                "administrativeReference": {},
                "contactDetails": [
                  null
                ],
                "constraints": [
                  null
                ],
                "pricingElements": [
                  null
                ],
                "remark": "string",
                "hash": "string",
                "externalAttributes": {
                  "property1": {},
                  "property2": {}
                }
              },
              "description": "string"
            },
            "startTime": "2019-08-24T14:15:22Z",
            "endTime": "2019-08-24T14:15:22Z",
            "eta": "2019-08-24T14:15:22Z",
            "etd": "2019-08-24T14:15:22Z",
            "timeFormat": "string",
            "recurrence": "string",
            "duration": 0,
            "estimatedDuration": 0,
            "actions": [
              {
                "type": "inline",
                "associationType": "string",
                "entity": {},
                "description": "string"
              }
            ],
            "documents": [
              {
                "associationType": "inline"
              }
            ],
            "identifiers": [
              {
                "nonce": "string",
                "name": "string",
                "system": "string",
                "value": "string",
                "expiredAt": "2019-08-24T14:15:22Z"
              }
            ],
            "constraints": [
              {
                "associationType": "inline",
                "entity": {},
                "description": "string"
              }
            ],
            "communicationRequests": [
              {
                "nonce": "string",
                "name": "string",
                "description": "string",
                "status": "pending",
                "responseMessage": "string",
                "responseValue": "string",
                "communicationRequests": [
                  null
                ]
              }
            ],
            "isContainmentAction": true,
            "vehicle": {
              "associationType": "inline"
            },
            "pin": "string",
            "tar": "string",
            "shipmentLine": {
              "scacCode": "string",
              "smdgCode": "string"
            },
            "containmentUUID": "string"
          }
        ],
        "name": "string",
        "constraints": [
          {
            "nonce": "string",
            "name": "string",
            "enforceability": "enforced",
            "type": "accessConstraint",
            "description": "string"
          }
        ]
      }
    }
  }'

Responses

Success

Bodyapplication/json
successboolean
messagestring
codeinteger(int32)
totalResultsinteger(int32)
tripsArray of objects(TripModel)
Response
application/json
{ "success": true, "message": "string", "code": 0, "totalResults": 0, "trips": [ {} ] }

Type

Types

Operations

User

Users related to the platform and all actions required

Operations

User roles

The permissions grouped by a "Role", that can be assigned to a user

Operations

Settings

The user settings for the system

Operations

BoardComputer

A Boardcomputer is a device that tracks properties of a Vehicle. Values received from a BoardComputer can be the current location, speed, temperatues etc.

Operations

Vehicle

A Vehicle is a means to transport consignments from one location to potentially multiple other locations. There are various types of vehicles, each with their own unique properties like size, dimensions, fuel type and means of transport (by air, on land, over sea).

Operations

VehicleGroup

A VehicleGroup is a group of Vehicle's. Groups can be used to reference a list of vehicles without having to select each individual one.

Operations

Widget

Widgets can be stacked and constrain different activities in their context

Operations