Calendar occurrences for vehicles within a date range.
Transportial OTMS API (0.9.74)
Welcome to the Transportial API. It's the full API access for the OTMS Transportatial application. Every feature that is available (and more) in the UI is available here. It's our mission to facilitate open, fast, enterprise grade architecture for transportation.
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.
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.
- Mock serverhttps://docs.transportial.com/_mock/apis/consignment:extended/{id}
- Test environmenthttps://test.api.otms.transportial.com/api/consignment:extended/{id}
- Productionhttps://api.otms.transportial.com/api/consignment:extended/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.transportial.com/_mock/apis/consignment:extended/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'{ "success": true, "message": "string", "code": 0, "consignment": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "language": {}, "name": "string", "consignmentNr": "string", "description": "string", "status": "draft", "highValueGoods": true, "goods": [ … ], "team": {}, "combined": true, "consignment": {}, "originalPhysicalSender": {}, "originalLegalSender": {}, "originalPhysicalAddressee": {}, "originalLegalAddressee": {}, "currentLocation": { … }, "nextAction": {}, "lastAction": {}, "lastPlannedAction": {}, "isPlannedToLastLocation": true, "type": "string", "remark": "string", "documents": [ … ], "actors": [ … ], "actions": [ … ], "constraints": [ … ], "identifiers": [ … ], "attributes": [ … ], "externalAttributes": { … }, "expectedRevenue": { … }, "expectedCost": { … }, "versionNumber": 0, "nextPlanFromAction": {} } }
- Mock serverhttps://docs.transportial.com/_mock/apis/consignments/split
- Test environmenthttps://test.api.otms.transportial.com/api/consignments/split
- Productionhttps://api.otms.transportial.com/api/consignments/split
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.transportial.com/_mock/apis/consignments/split \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"consignment": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{
"associationType": "inline"
}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
{
"nonce": "string",
"name": "string",
"vehicles": [
{}
]
}
],
"fleets": [
{
"nonce": "string",
"vehicles": [
{
"nonce": "string",
"fleet": {},
"order": 0,
"vehicle": {}
}
],
"teams": [
{}
],
"businesses": [
{}
],
"name": "string",
"number": "string"
}
],
"features": [
{
"name": "string",
"accountTypes": [
"default"
]
}
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string"
},
"lat": 0.1,
"lon": 0.1,
"speed": {
"value": "string",
"unit": "string"
},
"heading": {
"value": "string",
"unit": "string"
},
"bearing": {
"value": "string",
"unit": "string"
},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{
"associationType": "inline"
}
],
"actors": [
{
"associationType": "inline"
}
],
"actions": [
{
"associationType": "inline"
}
],
"pricingElements": [
{
"nonce": "string",
"sequenceNr": 0,
"quantity": 0,
"name": "string",
"description": "string",
"category": {
"nonce": "string",
"name": "string",
"creditCode": "string",
"debitCode": "string",
"defaultValue": 0.1,
"enabled": true,
"tripRevenue": true,
"identifiers": [
{
"nonce": "string",
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
]
},
"business": {},
"amount": {
"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
},
"subTotal": {
"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
},
"tax": {
"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
},
"total": {
"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
}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {
"entityId": "string",
"entityType": "action"
}
}
]
},
"expectedCost": {
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {
"entityId": "string",
"entityType": "action"
}
}
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
}
],
"identifiers": [
{
"nonce": "string",
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
]
},
"relatedConsignments": [
{
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{
"associationType": "inline"
}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
{
"nonce": "string",
"name": "string",
"vehicles": [
{}
]
}
],
"fleets": [
{
"nonce": "string",
"vehicles": [
{
"fleet": {},
"vehicle": {}
}
],
"teams": [
{}
],
"businesses": [
{}
],
"name": "string",
"number": "string"
}
],
"features": [
{
"name": "string",
"accountTypes": [
"default"
]
}
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string"
},
"lat": 0.1,
"lon": 0.1,
"speed": {
"value": "string",
"unit": "string"
},
"heading": {
"value": "string",
"unit": "string"
},
"bearing": {
"value": "string",
"unit": "string"
},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{
"associationType": "inline"
}
],
"actors": [
{
"associationType": "inline"
}
],
"actions": [
{
"associationType": "inline"
}
],
"pricingElements": [
{
"nonce": "string",
"sequenceNr": 0,
"quantity": 0,
"name": "string",
"description": "string",
"category": {
"nonce": "string",
"name": "string",
"creditCode": "string",
"debitCode": "string",
"defaultValue": 0.1,
"enabled": true,
"tripRevenue": true,
"identifiers": [
{}
]
},
"business": {},
"amount": {
"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
},
"subTotal": {
"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
},
"tax": {
"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
},
"total": {
"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
}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {
"entityId": "string",
"entityType": "action"
}
}
]
},
"expectedCost": {
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {
"entityId": "string",
"entityType": "action"
}
}
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
}
],
"identifiers": [
{
"nonce": "string",
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
]
}
]
}'{ "success": true, "message": "string", "code": 0, "totalResults": 0, "consignments": [ { … } ] }
- Mock serverhttps://docs.transportial.com/_mock/apis/consignment/{id}/documents
- Test environmenthttps://test.api.otms.transportial.com/api/consignment/{id}/documents
- Productionhttps://api.otms.transportial.com/api/consignment/{id}/documents
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://docs.transportial.com/_mock/apis/consignment/{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,
"isPublic": true,
"owner": {
"associationType": "inline"
},
"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",
"identifiers": [
{
"nonce": "string",
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"bucket": {
"nonce": "string",
"name": "string"
},
"uploadedAt": "2019-08-24T14:15:22Z",
"tempFile": "string"
},
"identifiers": [
{
"nonce": "string",
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"name": "string"
}
}
]
}'{ "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", "language": {}, "name": "string", "type": "internal", "tripNr": "string", "remark": "string", "route": { … }, "stackMap": { … }, "status": "draft", "planStatus": "ok", "routeStatus": "on_route", "currentAction": {}, "transportMode": "maritime", "capacityContract": { … }, "vehicle": {}, "linkedTrip": true, "chauffeurs": [ … ], "transportEquipments": [ … ], "consignments": [ … ], "contextEvents": [ … ], "documents": [ … ], "actors": [ … ], "actions": [ … ], "constraints": [ … ], "identifiers": [ … ], "businesses": [ … ], "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "kmStart": 0, "kmEnd": 0, "booking": { … }, "shareSettings": { … }, "externalAttributes": { … }, "expectedCost": { … }, "expectedRevenue": { … }, "actualCost": { … }, "quote": { … }, "CO2eWTW": 0.1, "CO2eTTW": 0.1, "nextAction": {}, "lastAction": {}, "estimatedDuration": 0, "versionNumber": 0 } }
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.
General description of consignment in Free text. e.g 20 europallets fruit. Meant for human inspection, not for automating processes.
This field can be used to categorize and/or group shipments by type, depending on the needs of a specific logistic process.
In the context of a Consignment, constraints can be used to e.g. define minimum or maximum temperatures for consignments, or date time constraints for delivery.
Set this value to 'true' if the user has agreed to the pricing of this element. Only needed once the NeedsBillingApproval Exception is thrown
- Mock serverhttps://docs.transportial.com/_mock/apis/consignment
- Test environmenthttps://test.api.otms.transportial.com/api/consignment
- Productionhttps://api.otms.transportial.com/api/consignment
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
https://docs.transportial.com/_mock/apis/consignment \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{
"associationType": "inline"
}
],
"team": {},
"combined": true,
"consignment": {},
"originalPhysicalSender": {},
"originalLegalSender": {},
"originalPhysicalAddressee": {},
"originalLegalAddressee": {},
"currentLocation": {
"administrativeReference": {
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string"
},
"lat": 0.1,
"lon": 0.1,
"speed": {
"value": "string",
"unit": "string"
},
"heading": {
"value": "string",
"unit": "string"
},
"bearing": {
"value": "string",
"unit": "string"
},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"type": "string",
"remark": "string",
"documents": [
{
"associationType": "inline"
}
],
"actors": [
{
"associationType": "inline"
}
],
"actions": [
{
"associationType": "inline"
}
],
"constraints": [
{}
],
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"amount": 0.1,
"currency": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {
"entityId": "string",
"entityType": "action"
}
}
]
},
"hasAgreedToPrice": true,
"versionNumber": 0,
"nextPlanFromAction": {}
}'{ "success": true, "message": "string", "code": 0, "consignment": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "language": {}, "name": "string", "consignmentNr": "string", "description": "string", "status": "draft", "highValueGoods": true, "goods": [ … ], "team": {}, "combined": true, "consignment": {}, "originalPhysicalSender": {}, "originalLegalSender": {}, "originalPhysicalAddressee": {}, "originalLegalAddressee": {}, "currentLocation": { … }, "nextAction": {}, "lastAction": {}, "lastPlannedAction": {}, "isPlannedToLastLocation": true, "type": "string", "remark": "string", "documents": [ … ], "actors": [ … ], "actions": [ … ], "constraints": [ … ], "identifiers": [ … ], "attributes": [ … ], "externalAttributes": { … }, "expectedRevenue": { … }, "expectedCost": { … }, "versionNumber": 0, "nextPlanFromAction": {} } }
This field can be used to categorize and/or group shipments by type, depending on the needs of a specific logistic process.
In the context of a Consignment, constraints can be used to e.g. define minimum or maximum temperatures for consignments, or date time constraints for delivery.
Set this value to 'true' if the user has agreed to the pricing of this element. Only needed once the NeedsBillingApproval Exception is thrown
- Mock serverhttps://docs.transportial.com/_mock/apis/consignment
- Test environmenthttps://test.api.otms.transportial.com/api/consignment
- Productionhttps://api.otms.transportial.com/api/consignment
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.transportial.com/_mock/apis/consignment \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"nonce": "string",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"goods": [
{
"associationType": "inline"
}
],
"combined": true,
"consignment": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{
"associationType": "inline"
}
],
"team": {},
"combined": true,
"consignment": {},
"originalPhysicalSender": {},
"originalLegalSender": {},
"originalPhysicalAddressee": {},
"originalLegalAddressee": {},
"currentLocation": {
"administrativeReference": {
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string"
},
"lat": 0.1,
"lon": 0.1,
"speed": {
"value": "string",
"unit": "string"
},
"heading": {
"value": "string",
"unit": "string"
},
"bearing": {
"value": "string",
"unit": "string"
},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"type": "string",
"remark": "string",
"documents": [
{
"associationType": "inline"
}
],
"actors": [
{
"associationType": "inline"
}
],
"actions": [
{
"associationType": "inline"
}
],
"constraints": [
{}
],
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"amount": 0.1,
"currency": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {
"entityId": "string",
"entityType": "action"
}
}
]
},
"hasAgreedToPrice": true,
"versionNumber": 0,
"nextPlanFromAction": {}
},
"originalPhysicalSender": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "warehouse",
"name": "string",
"unCode": "string",
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"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": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "iban",
"value": "string",
"remarks": "string"
}
],
"openingTimes": {
"monday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"tuesday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"wednesday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"thursday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"friday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"saturday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"sunday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
}
},
"terminal": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"integrationType": "portbase",
"ean": "string",
"bicsCode": "string",
"quayName": "string",
"smdgCode": "string",
"locations": [
{}
],
"allowedModalities": [
"string"
],
"terminalSettings": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"loading": true,
"full": true,
"modality": "string",
"sealNumberAllowed": true,
"reeferAllowed": true,
"grossWeightAllowed": true,
"outOfGaugeAllowed": true,
"dangerousGoodsAllowed": true,
"cargoCutOffInMinutes": 0
}
],
"tarRequired": true,
"roadLicenseIdRequired": true
},
"actions": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "load",
"groupId": "string",
"name": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"results": [],
"answers": {},
"attachments": []
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"entity": {}
},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
null
],
"contextEvents": [
null
],
"attributes": [
null
],
"timeslotBookings": [
null
],
"identifiers": [
null
],
"constraints": [
null
],
"communicationRequests": [
null
],
"consignment": {},
"isContainmentAction": true,
"vehicle": {},
"transportEquipment": {},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {},
"containmentUUID": "string"
},
"description": "string"
}
],
"communicationRequests": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"description": "string",
"status": "pending",
"responseMessage": "string",
"responseValue": "string"
}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"language": {}
}
],
"dateTime": "2019-08-24T14:15:22Z",
"vehicle": {},
"transportEquipment": {},
"stopAction": {
"trip": {
"entity": {}
}
},
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "addressGeoReference",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string",
"hash": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"versionNumber": 0,
"constraints": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
},
"description": "string"
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
null
],
"fleets": [
null
],
"features": [
null
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {},
"lat": 0.1,
"lon": 0.1,
"speed": {},
"heading": {},
"bearing": {},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{}
],
"actors": [
{}
],
"actions": [
{}
],
"pricingElements": [
{
"business": {}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"expectedCost": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{}
],
"identifiers": [
{}
],
"attributes": [
{}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
null
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{}
],
"contextEvents": [
{
"externalAttributes": {},
"identifiers": []
}
],
"attributes": [
{}
],
"timeslotBookings": [
{
"action": {},
"bookedBy": {}
}
],
"identifiers": [
{}
],
"constraints": [
{}
],
"communicationRequests": [
{
"communicationRequests": []
}
],
"consignment": {
"associationType": "inline",
"entity": {
"goods": [],
"consignment": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"documents": [],
"actors": [],
"actions": [],
"pricingElements": [],
"externalAttributes": {},
"constraints": [],
"identifiers": [],
"attributes": []
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"description": "string"
},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
}
],
"constraints": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "accessConstraint",
"name": "string",
"enforceability": "enforced",
"description": "string"
}
],
"pricingElements": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"sequenceNr": 0,
"quantity": 0,
"name": "string",
"description": "string",
"category": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"creditCode": "string",
"debitCode": "string",
"defaultValue": 0.1,
"enabled": true,
"tripRevenue": true
},
"business": {}
}
],
"remark": "string",
"hash": "string",
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"dataIsComplete": true
},
"originalLegalSender": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "warehouse",
"name": "string",
"unCode": "string",
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"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": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "iban",
"value": "string",
"remarks": "string"
}
],
"openingTimes": {
"monday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"tuesday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"wednesday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"thursday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"friday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"saturday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"sunday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
}
},
"terminal": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"integrationType": "portbase",
"ean": "string",
"bicsCode": "string",
"quayName": "string",
"smdgCode": "string",
"locations": [
{}
],
"allowedModalities": [
"string"
],
"terminalSettings": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"loading": true,
"full": true,
"modality": "string",
"sealNumberAllowed": true,
"reeferAllowed": true,
"grossWeightAllowed": true,
"outOfGaugeAllowed": true,
"dangerousGoodsAllowed": true,
"cargoCutOffInMinutes": 0
}
],
"tarRequired": true,
"roadLicenseIdRequired": true
},
"actions": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "load",
"groupId": "string",
"name": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"results": [],
"answers": {},
"attachments": []
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"entity": {}
},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
null
],
"contextEvents": [
null
],
"attributes": [
null
],
"timeslotBookings": [
null
],
"identifiers": [
null
],
"constraints": [
null
],
"communicationRequests": [
null
],
"consignment": {},
"isContainmentAction": true,
"vehicle": {},
"transportEquipment": {},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {},
"containmentUUID": "string"
},
"description": "string"
}
],
"communicationRequests": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"description": "string",
"status": "pending",
"responseMessage": "string",
"responseValue": "string"
}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"language": {}
}
],
"dateTime": "2019-08-24T14:15:22Z",
"vehicle": {},
"transportEquipment": {},
"stopAction": {
"trip": {
"entity": {}
}
},
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "addressGeoReference",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string",
"hash": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"versionNumber": 0,
"constraints": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
},
"description": "string"
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
null
],
"fleets": [
null
],
"features": [
null
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {},
"lat": 0.1,
"lon": 0.1,
"speed": {},
"heading": {},
"bearing": {},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{}
],
"actors": [
{}
],
"actions": [
{}
],
"pricingElements": [
{
"business": {}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"expectedCost": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{}
],
"identifiers": [
{}
],
"attributes": [
{}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
null
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{}
],
"contextEvents": [
{
"externalAttributes": {},
"identifiers": []
}
],
"attributes": [
{}
],
"timeslotBookings": [
{
"action": {},
"bookedBy": {}
}
],
"identifiers": [
{}
],
"constraints": [
{}
],
"communicationRequests": [
{
"communicationRequests": []
}
],
"consignment": {
"associationType": "inline",
"entity": {
"goods": [],
"consignment": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"documents": [],
"actors": [],
"actions": [],
"pricingElements": [],
"externalAttributes": {},
"constraints": [],
"identifiers": [],
"attributes": []
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"description": "string"
},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
}
],
"constraints": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "accessConstraint",
"name": "string",
"enforceability": "enforced",
"description": "string"
}
],
"pricingElements": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"sequenceNr": 0,
"quantity": 0,
"name": "string",
"description": "string",
"category": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"creditCode": "string",
"debitCode": "string",
"defaultValue": 0.1,
"enabled": true,
"tripRevenue": true
},
"business": {}
}
],
"remark": "string",
"hash": "string",
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"dataIsComplete": true
},
"originalPhysicalAddressee": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "warehouse",
"name": "string",
"unCode": "string",
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"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": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "iban",
"value": "string",
"remarks": "string"
}
],
"openingTimes": {
"monday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"tuesday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"wednesday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"thursday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"friday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"saturday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"sunday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
}
},
"terminal": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"integrationType": "portbase",
"ean": "string",
"bicsCode": "string",
"quayName": "string",
"smdgCode": "string",
"locations": [
{}
],
"allowedModalities": [
"string"
],
"terminalSettings": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"loading": true,
"full": true,
"modality": "string",
"sealNumberAllowed": true,
"reeferAllowed": true,
"grossWeightAllowed": true,
"outOfGaugeAllowed": true,
"dangerousGoodsAllowed": true,
"cargoCutOffInMinutes": 0
}
],
"tarRequired": true,
"roadLicenseIdRequired": true
},
"actions": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "load",
"groupId": "string",
"name": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"results": [],
"answers": {},
"attachments": []
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"entity": {}
},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
null
],
"contextEvents": [
null
],
"attributes": [
null
],
"timeslotBookings": [
null
],
"identifiers": [
null
],
"constraints": [
null
],
"communicationRequests": [
null
],
"consignment": {},
"isContainmentAction": true,
"vehicle": {},
"transportEquipment": {},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {},
"containmentUUID": "string"
},
"description": "string"
}
],
"communicationRequests": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"description": "string",
"status": "pending",
"responseMessage": "string",
"responseValue": "string"
}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"language": {}
}
],
"dateTime": "2019-08-24T14:15:22Z",
"vehicle": {},
"transportEquipment": {},
"stopAction": {
"trip": {
"entity": {}
}
},
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "addressGeoReference",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string",
"hash": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"versionNumber": 0,
"constraints": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
},
"description": "string"
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
null
],
"fleets": [
null
],
"features": [
null
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {},
"lat": 0.1,
"lon": 0.1,
"speed": {},
"heading": {},
"bearing": {},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{}
],
"actors": [
{}
],
"actions": [
{}
],
"pricingElements": [
{
"business": {}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"expectedCost": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{}
],
"identifiers": [
{}
],
"attributes": [
{}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
null
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{}
],
"contextEvents": [
{
"externalAttributes": {},
"identifiers": []
}
],
"attributes": [
{}
],
"timeslotBookings": [
{
"action": {},
"bookedBy": {}
}
],
"identifiers": [
{}
],
"constraints": [
{}
],
"communicationRequests": [
{
"communicationRequests": []
}
],
"consignment": {
"associationType": "inline",
"entity": {
"goods": [],
"consignment": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"documents": [],
"actors": [],
"actions": [],
"pricingElements": [],
"externalAttributes": {},
"constraints": [],
"identifiers": [],
"attributes": []
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"description": "string"
},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
}
],
"constraints": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "accessConstraint",
"name": "string",
"enforceability": "enforced",
"description": "string"
}
],
"pricingElements": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"sequenceNr": 0,
"quantity": 0,
"name": "string",
"description": "string",
"category": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"creditCode": "string",
"debitCode": "string",
"defaultValue": 0.1,
"enabled": true,
"tripRevenue": true
},
"business": {}
}
],
"remark": "string",
"hash": "string",
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"dataIsComplete": true
},
"originalLegalAddressee": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "warehouse",
"name": "string",
"unCode": "string",
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"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": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "iban",
"value": "string",
"remarks": "string"
}
],
"openingTimes": {
"monday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"tuesday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"wednesday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"thursday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"friday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"saturday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"sunday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
}
},
"terminal": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"integrationType": "portbase",
"ean": "string",
"bicsCode": "string",
"quayName": "string",
"smdgCode": "string",
"locations": [
{}
],
"allowedModalities": [
"string"
],
"terminalSettings": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"loading": true,
"full": true,
"modality": "string",
"sealNumberAllowed": true,
"reeferAllowed": true,
"grossWeightAllowed": true,
"outOfGaugeAllowed": true,
"dangerousGoodsAllowed": true,
"cargoCutOffInMinutes": 0
}
],
"tarRequired": true,
"roadLicenseIdRequired": true
},
"actions": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "load",
"groupId": "string",
"name": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"results": [],
"answers": {},
"attachments": []
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"entity": {}
},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
null
],
"contextEvents": [
null
],
"attributes": [
null
],
"timeslotBookings": [
null
],
"identifiers": [
null
],
"constraints": [
null
],
"communicationRequests": [
null
],
"consignment": {},
"isContainmentAction": true,
"vehicle": {},
"transportEquipment": {},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {},
"containmentUUID": "string"
},
"description": "string"
}
],
"communicationRequests": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"description": "string",
"status": "pending",
"responseMessage": "string",
"responseValue": "string"
}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"language": {}
}
],
"dateTime": "2019-08-24T14:15:22Z",
"vehicle": {},
"transportEquipment": {},
"stopAction": {
"trip": {
"entity": {}
}
},
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "addressGeoReference",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string",
"hash": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"versionNumber": 0,
"constraints": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
},
"description": "string"
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
null
],
"fleets": [
null
],
"features": [
null
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {},
"lat": 0.1,
"lon": 0.1,
"speed": {},
"heading": {},
"bearing": {},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{}
],
"actors": [
{}
],
"actions": [
{}
],
"pricingElements": [
{
"business": {}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"expectedCost": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{}
],
"identifiers": [
{}
],
"attributes": [
{}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
null
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{}
],
"contextEvents": [
{
"externalAttributes": {},
"identifiers": []
}
],
"attributes": [
{}
],
"timeslotBookings": [
{
"action": {},
"bookedBy": {}
}
],
"identifiers": [
{}
],
"constraints": [
{}
],
"communicationRequests": [
{
"communicationRequests": []
}
],
"consignment": {
"associationType": "inline",
"entity": {
"goods": [],
"consignment": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"documents": [],
"actors": [],
"actions": [],
"pricingElements": [],
"externalAttributes": {},
"constraints": [],
"identifiers": [],
"attributes": []
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"description": "string"
},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
}
],
"constraints": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "accessConstraint",
"name": "string",
"enforceability": "enforced",
"description": "string"
}
],
"pricingElements": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"sequenceNr": 0,
"quantity": 0,
"name": "string",
"description": "string",
"category": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"creditCode": "string",
"debitCode": "string",
"defaultValue": 0.1,
"enabled": true,
"tripRevenue": true
},
"business": {}
}
],
"remark": "string",
"hash": "string",
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"dataIsComplete": true
},
"currentLocation": {
"administrativeReference": {
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string"
},
"lat": 0.1,
"lon": 0.1,
"speed": {
"value": "string",
"unit": "string"
},
"heading": {
"value": "string",
"unit": "string"
},
"bearing": {
"value": "string",
"unit": "string"
},
"bearingType": "absolute"
},
"nextAction": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "load",
"groupId": "string",
"name": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"dateTime": "2019-08-24T14:15:22Z",
"identifiers": [
null
],
"vehicle": {
"business": {},
"pictures": [],
"loadCapacities": [],
"boardComputers": [],
"notes": [],
"sensors": [],
"fleets": [],
"chauffeurs": [],
"transportEquipments": [],
"actors": [],
"identifiers": [],
"cameras": [],
"pricingModules": [],
"axles": [],
"attributes": []
},
"transportEquipment": {
"documents": [],
"actors": [],
"actions": [],
"identifiers": [],
"requirementCodes": [],
"sensors": [],
"boardComputers": [],
"business": {},
"pricingModules": [],
"constraints": [],
"attributes": [],
"axles": []
},
"stopAction": {},
"geoReference": {}
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
],
"timeslotBookings": [
{
"nonce": "string",
"timeslot": {},
"action": {},
"consignment": {
"goods": [],
"consignment": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"documents": [],
"actors": [],
"actions": [],
"pricingElements": [],
"externalAttributes": {},
"constraints": [],
"identifiers": [],
"attributes": []
},
"status": "REQUESTED",
"bookingDate": "2019-08-24",
"bookingStartTime": "2019-08-24T14:15:22Z",
"bookingEndTime": "2019-08-24T14:15:22Z",
"bookedBy": {},
"bookedAt": "2019-08-24T14:15:22Z",
"confirmedAt": "2019-08-24T14:15:22Z",
"cancelledAt": "2019-08-24T14:15:22Z",
"cancellationReason": "string",
"referenceNumber": "string",
"notes": "string",
"actualArrivalTime": "2019-08-24T14:15:22Z",
"actualDepartureTime": "2019-08-24T14:15:22Z"
}
],
"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": [
{}
]
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
null
],
"team": {
"emailIntegration": {},
"vehicleGroups": [],
"fleets": [],
"features": [],
"managers": [],
"users": []
},
"consignment": {},
"currentLocation": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
null
],
"actors": [
null
],
"actions": [
null
],
"pricingElements": [
null
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"moneyBuildBlocks": []
},
"expectedCost": {
"moneyBuildBlocks": []
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
null
],
"identifiers": [
null
],
"attributes": [
null
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"description": "string"
}
],
"communicationRequests": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"description": "string",
"status": "pending",
"responseMessage": "string",
"responseValue": "string"
}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"dateTime": "2019-08-24T14:15:22Z",
"vehicle": {},
"transportEquipment": {},
"stopAction": {
"trip": {
"associationType": "inline",
"entity": {},
"description": "string"
}
},
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "addressGeoReference",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string",
"hash": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"versionNumber": 0,
"constraints": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
},
"description": "string"
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{
"associationType": "inline"
}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
{
"nonce": "string",
"name": "string",
"vehicles": [
{}
]
}
],
"fleets": [
{
"nonce": "string",
"vehicles": [
null
],
"teams": [
{}
],
"businesses": [
{}
],
"name": "string",
"number": "string"
}
],
"features": [
{
"name": "string",
"accountTypes": [
null
]
}
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string"
},
"lat": 0.1,
"lon": 0.1,
"speed": {
"value": "string",
"unit": "string"
},
"heading": {
"value": "string",
"unit": "string"
},
"bearing": {
"value": "string",
"unit": "string"
},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{
"associationType": "inline"
}
],
"actors": [
{
"associationType": "inline"
}
],
"actions": [
{
"associationType": "inline"
}
],
"pricingElements": [
{
"nonce": "string",
"sequenceNr": 0,
"quantity": 0,
"name": "string",
"description": "string",
"category": {
"nonce": "string",
"name": "string",
"creditCode": "string",
"debitCode": "string",
"defaultValue": 0.1,
"enabled": true,
"tripRevenue": true,
"identifiers": [
null
]
},
"business": {},
"amount": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
},
"subTotal": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
},
"tax": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
},
"total": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {}
}
]
},
"expectedCost": {
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {}
}
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
}
],
"identifiers": [
{
"nonce": "string",
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"dateTime": "2019-08-24T14:15:22Z",
"identifiers": [
{}
],
"vehicle": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"business": {},
"pictures": [
null
],
"transportMode": "maritime",
"loadCapacities": [
null
],
"loadLoadMeters": {},
"brand": {
"identifiers": [],
"business": {}
},
"boardComputers": [
null
],
"notes": [
{}
],
"sensors": [
null
],
"fleets": [
null
],
"trip": {
"currentAction": {},
"vehicle": {},
"chauffeurs": [],
"transportEquipments": [],
"consignments": [],
"contextEvents": [],
"documents": [],
"actors": [],
"actions": [],
"constraints": [],
"identifiers": [],
"businesses": [],
"teams": [],
"pricingElements": [],
"externalAttributes": {},
"firstAction": {},
"nextAction": {},
"lastAction": {}
},
"chauffeurs": [
null
],
"transportEquipments": [
null
],
"actors": [
null
],
"identifiers": [
null
],
"cameras": [
null
],
"legalStatistics": {
"countryCabotageStatistics": {}
},
"capacityContract": {
"business": {},
"administration": {},
"pricingModules": [],
"consignments": []
},
"pricingModules": [
null
],
"name": "string",
"description": "string",
"vin": "string",
"licensePlate": "string",
"vehicleType": "string",
"emissionStandard": "euro0",
"fuelCapacity": {},
"fuelType": "string",
"maxLinks": 0,
"length": {},
"height": {},
"width": {},
"loadLength": {},
"loadHeight": {},
"loadWidth": {},
"maxWeight": {},
"emptyWeight": {},
"axles": [
null
],
"operational": true,
"attributes": [
null
]
},
"transportEquipment": {
"nonce": "string",
"type": "transportEquipment",
"name": "string",
"description": "string",
"remark": "string",
"barCode": "string",
"quantity": 0,
"weight": {},
"grossWeight": {},
"maxStackableWeight": {},
"width": {},
"height": {},
"length": {},
"loadMeters": {},
"documents": [
null
],
"actors": [
null
],
"actions": [
{}
],
"identifiers": [
null
],
"loadWidth": {},
"loadHeight": {},
"loadLength": {},
"maxWeight": {},
"loadLoadMeters": {},
"equipmentType": "string",
"equipmentSubType": "string",
"licensePlate": "string",
"vin": "string",
"equipmentId": "string",
"seal": "string",
"requirementCodes": [
null
],
"adr": {},
"sensors": [
null
],
"boardComputers": [
{}
],
"business": {},
"operational": true,
"internal": true,
"trip": {
"currentAction": {},
"vehicle": {},
"chauffeurs": [],
"transportEquipments": [],
"consignments": [],
"contextEvents": [],
"documents": [],
"actors": [],
"actions": [],
"constraints": [],
"identifiers": [],
"businesses": [],
"teams": [],
"pricingElements": [],
"externalAttributes": {},
"firstAction": {},
"nextAction": {},
"lastAction": {}
},
"capacityContract": {
"business": {},
"administration": {},
"pricingModules": [],
"consignments": []
},
"pricingModules": [
null
],
"constraints": [
null
],
"attributes": [
null
],
"axles": [
null
]
},
"stopAction": {
"trip": {
"entity": {}
},
"distanceToNextStop": 0
},
"geoReference": {
"nonce": "string",
"type": "addressGeoReference",
"hash": "string",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postCode": "string",
"city": "string",
"country": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
],
"timeslotBookings": [
{
"nonce": "string",
"timeslot": {
"nonce": "string",
"timeWindow": {},
"location": {
"contactDetails": [],
"contactPersons": [],
"pricingElements": [],
"identifiers": [],
"externalAttributes": {},
"attributes": [],
"loadingDocks": [],
"actions": [],
"constraints": []
},
"loadingDock": {
"location": {}
},
"slotType": "PICKUP",
"maxCapacity": 0,
"currentBookings": 0,
"description": "string",
"active": true,
"bookingCutoffHours": 0,
"estimatedDurationMinutes": 0
},
"action": {},
"consignment": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
null
],
"team": {
"emailIntegration": {},
"vehicleGroups": [],
"fleets": [],
"features": [],
"managers": [],
"users": []
},
"consignment": {},
"currentLocation": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
null
],
"actors": [
null
],
"actions": [
null
],
"pricingElements": [
null
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"moneyBuildBlocks": []
},
"expectedCost": {
"moneyBuildBlocks": []
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
null
],
"identifiers": [
null
],
"attributes": [
null
]
},
"status": "REQUESTED",
"bookingDate": "2019-08-24",
"bookingStartTime": "2019-08-24T14:15:22Z",
"bookingEndTime": "2019-08-24T14:15:22Z",
"bookedBy": {},
"bookedAt": "2019-08-24T14:15:22Z",
"confirmedAt": "2019-08-24T14:15:22Z",
"cancelledAt": "2019-08-24T14:15:22Z",
"cancellationReason": "string",
"referenceNumber": "string",
"notes": "string",
"actualArrivalTime": "2019-08-24T14:15:22Z",
"actualDepartureTime": "2019-08-24T14:15:22Z"
}
],
"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": [
{}
]
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
null
],
"fleets": [
null
],
"features": [
null
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {},
"lat": 0.1,
"lon": 0.1,
"speed": {},
"heading": {},
"bearing": {},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{}
],
"actors": [
{}
],
"actions": [
{}
],
"pricingElements": [
{
"business": {}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"expectedCost": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{}
],
"identifiers": [
{}
],
"attributes": [
{}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"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": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "load",
"groupId": "string",
"name": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"dateTime": "2019-08-24T14:15:22Z",
"identifiers": [
null
],
"vehicle": {
"business": {},
"pictures": [],
"loadCapacities": [],
"boardComputers": [],
"notes": [],
"sensors": [],
"fleets": [],
"chauffeurs": [],
"transportEquipments": [],
"actors": [],
"identifiers": [],
"cameras": [],
"pricingModules": [],
"axles": [],
"attributes": []
},
"transportEquipment": {
"documents": [],
"actors": [],
"actions": [],
"identifiers": [],
"requirementCodes": [],
"sensors": [],
"boardComputers": [],
"business": {},
"pricingModules": [],
"constraints": [],
"attributes": [],
"axles": []
},
"stopAction": {},
"geoReference": {}
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
],
"timeslotBookings": [
{
"nonce": "string",
"timeslot": {},
"action": {},
"consignment": {
"goods": [],
"consignment": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"documents": [],
"actors": [],
"actions": [],
"pricingElements": [],
"externalAttributes": {},
"constraints": [],
"identifiers": [],
"attributes": []
},
"status": "REQUESTED",
"bookingDate": "2019-08-24",
"bookingStartTime": "2019-08-24T14:15:22Z",
"bookingEndTime": "2019-08-24T14:15:22Z",
"bookedBy": {},
"bookedAt": "2019-08-24T14:15:22Z",
"confirmedAt": "2019-08-24T14:15:22Z",
"cancelledAt": "2019-08-24T14:15:22Z",
"cancellationReason": "string",
"referenceNumber": "string",
"notes": "string",
"actualArrivalTime": "2019-08-24T14:15:22Z",
"actualDepartureTime": "2019-08-24T14:15:22Z"
}
],
"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": [
{}
]
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
null
],
"team": {
"emailIntegration": {},
"vehicleGroups": [],
"fleets": [],
"features": [],
"managers": [],
"users": []
},
"consignment": {},
"currentLocation": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
null
],
"actors": [
null
],
"actions": [
null
],
"pricingElements": [
null
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"moneyBuildBlocks": []
},
"expectedCost": {
"moneyBuildBlocks": []
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
null
],
"identifiers": [
null
],
"attributes": [
null
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"description": "string"
}
],
"communicationRequests": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"description": "string",
"status": "pending",
"responseMessage": "string",
"responseValue": "string"
}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"dateTime": "2019-08-24T14:15:22Z",
"vehicle": {},
"transportEquipment": {},
"stopAction": {
"trip": {
"associationType": "inline",
"entity": {},
"description": "string"
}
},
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "addressGeoReference",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string",
"hash": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"versionNumber": 0,
"constraints": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
},
"description": "string"
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{
"associationType": "inline"
}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
{
"nonce": "string",
"name": "string",
"vehicles": [
{}
]
}
],
"fleets": [
{
"nonce": "string",
"vehicles": [
null
],
"teams": [
{}
],
"businesses": [
{}
],
"name": "string",
"number": "string"
}
],
"features": [
{
"name": "string",
"accountTypes": [
null
]
}
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string"
},
"lat": 0.1,
"lon": 0.1,
"speed": {
"value": "string",
"unit": "string"
},
"heading": {
"value": "string",
"unit": "string"
},
"bearing": {
"value": "string",
"unit": "string"
},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{
"associationType": "inline"
}
],
"actors": [
{
"associationType": "inline"
}
],
"actions": [
{
"associationType": "inline"
}
],
"pricingElements": [
{
"nonce": "string",
"sequenceNr": 0,
"quantity": 0,
"name": "string",
"description": "string",
"category": {
"nonce": "string",
"name": "string",
"creditCode": "string",
"debitCode": "string",
"defaultValue": 0.1,
"enabled": true,
"tripRevenue": true,
"identifiers": [
null
]
},
"business": {},
"amount": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
},
"subTotal": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
},
"tax": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
},
"total": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {}
}
]
},
"expectedCost": {
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {}
}
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
}
],
"identifiers": [
{
"nonce": "string",
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"dateTime": "2019-08-24T14:15:22Z",
"identifiers": [
{}
],
"vehicle": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"business": {},
"pictures": [
null
],
"transportMode": "maritime",
"loadCapacities": [
null
],
"loadLoadMeters": {},
"brand": {
"identifiers": [],
"business": {}
},
"boardComputers": [
null
],
"notes": [
{}
],
"sensors": [
null
],
"fleets": [
null
],
"trip": {
"currentAction": {},
"vehicle": {},
"chauffeurs": [],
"transportEquipments": [],
"consignments": [],
"contextEvents": [],
"documents": [],
"actors": [],
"actions": [],
"constraints": [],
"identifiers": [],
"businesses": [],
"teams": [],
"pricingElements": [],
"externalAttributes": {},
"firstAction": {},
"nextAction": {},
"lastAction": {}
},
"chauffeurs": [
null
],
"transportEquipments": [
null
],
"actors": [
null
],
"identifiers": [
null
],
"cameras": [
null
],
"legalStatistics": {
"countryCabotageStatistics": {}
},
"capacityContract": {
"business": {},
"administration": {},
"pricingModules": [],
"consignments": []
},
"pricingModules": [
null
],
"name": "string",
"description": "string",
"vin": "string",
"licensePlate": "string",
"vehicleType": "string",
"emissionStandard": "euro0",
"fuelCapacity": {},
"fuelType": "string",
"maxLinks": 0,
"length": {},
"height": {},
"width": {},
"loadLength": {},
"loadHeight": {},
"loadWidth": {},
"maxWeight": {},
"emptyWeight": {},
"axles": [
null
],
"operational": true,
"attributes": [
null
]
},
"transportEquipment": {
"nonce": "string",
"type": "transportEquipment",
"name": "string",
"description": "string",
"remark": "string",
"barCode": "string",
"quantity": 0,
"weight": {},
"grossWeight": {},
"maxStackableWeight": {},
"width": {},
"height": {},
"length": {},
"loadMeters": {},
"documents": [
null
],
"actors": [
null
],
"actions": [
{}
],
"identifiers": [
null
],
"loadWidth": {},
"loadHeight": {},
"loadLength": {},
"maxWeight": {},
"loadLoadMeters": {},
"equipmentType": "string",
"equipmentSubType": "string",
"licensePlate": "string",
"vin": "string",
"equipmentId": "string",
"seal": "string",
"requirementCodes": [
null
],
"adr": {},
"sensors": [
null
],
"boardComputers": [
{}
],
"business": {},
"operational": true,
"internal": true,
"trip": {
"currentAction": {},
"vehicle": {},
"chauffeurs": [],
"transportEquipments": [],
"consignments": [],
"contextEvents": [],
"documents": [],
"actors": [],
"actions": [],
"constraints": [],
"identifiers": [],
"businesses": [],
"teams": [],
"pricingElements": [],
"externalAttributes": {},
"firstAction": {},
"nextAction": {},
"lastAction": {}
},
"capacityContract": {
"business": {},
"administration": {},
"pricingModules": [],
"consignments": []
},
"pricingModules": [
null
],
"constraints": [
null
],
"attributes": [
null
],
"axles": [
null
]
},
"stopAction": {
"trip": {
"entity": {}
},
"distanceToNextStop": 0
},
"geoReference": {
"nonce": "string",
"type": "addressGeoReference",
"hash": "string",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postCode": "string",
"city": "string",
"country": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
],
"timeslotBookings": [
{
"nonce": "string",
"timeslot": {
"nonce": "string",
"timeWindow": {},
"location": {
"contactDetails": [],
"contactPersons": [],
"pricingElements": [],
"identifiers": [],
"externalAttributes": {},
"attributes": [],
"loadingDocks": [],
"actions": [],
"constraints": []
},
"loadingDock": {
"location": {}
},
"slotType": "PICKUP",
"maxCapacity": 0,
"currentBookings": 0,
"description": "string",
"active": true,
"bookingCutoffHours": 0,
"estimatedDurationMinutes": 0
},
"action": {},
"consignment": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
null
],
"team": {
"emailIntegration": {},
"vehicleGroups": [],
"fleets": [],
"features": [],
"managers": [],
"users": []
},
"consignment": {},
"currentLocation": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
null
],
"actors": [
null
],
"actions": [
null
],
"pricingElements": [
null
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"moneyBuildBlocks": []
},
"expectedCost": {
"moneyBuildBlocks": []
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
null
],
"identifiers": [
null
],
"attributes": [
null
]
},
"status": "REQUESTED",
"bookingDate": "2019-08-24",
"bookingStartTime": "2019-08-24T14:15:22Z",
"bookingEndTime": "2019-08-24T14:15:22Z",
"bookedBy": {},
"bookedAt": "2019-08-24T14:15:22Z",
"confirmedAt": "2019-08-24T14:15:22Z",
"cancelledAt": "2019-08-24T14:15:22Z",
"cancellationReason": "string",
"referenceNumber": "string",
"notes": "string",
"actualArrivalTime": "2019-08-24T14:15:22Z",
"actualDepartureTime": "2019-08-24T14:15:22Z"
}
],
"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": [
{}
]
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
null
],
"fleets": [
null
],
"features": [
null
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {},
"lat": 0.1,
"lon": 0.1,
"speed": {},
"heading": {},
"bearing": {},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{}
],
"actors": [
{}
],
"actions": [
{}
],
"pricingElements": [
{
"business": {}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"expectedCost": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{}
],
"identifiers": [
{}
],
"attributes": [
{}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"description": "string"
},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"lastPlannedAction": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "load",
"groupId": "string",
"name": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"dateTime": "2019-08-24T14:15:22Z",
"identifiers": [
null
],
"vehicle": {
"business": {},
"pictures": [],
"loadCapacities": [],
"boardComputers": [],
"notes": [],
"sensors": [],
"fleets": [],
"chauffeurs": [],
"transportEquipments": [],
"actors": [],
"identifiers": [],
"cameras": [],
"pricingModules": [],
"axles": [],
"attributes": []
},
"transportEquipment": {
"documents": [],
"actors": [],
"actions": [],
"identifiers": [],
"requirementCodes": [],
"sensors": [],
"boardComputers": [],
"business": {},
"pricingModules": [],
"constraints": [],
"attributes": [],
"axles": []
},
"stopAction": {},
"geoReference": {}
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
],
"timeslotBookings": [
{
"nonce": "string",
"timeslot": {},
"action": {},
"consignment": {
"goods": [],
"consignment": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"documents": [],
"actors": [],
"actions": [],
"pricingElements": [],
"externalAttributes": {},
"constraints": [],
"identifiers": [],
"attributes": []
},
"status": "REQUESTED",
"bookingDate": "2019-08-24",
"bookingStartTime": "2019-08-24T14:15:22Z",
"bookingEndTime": "2019-08-24T14:15:22Z",
"bookedBy": {},
"bookedAt": "2019-08-24T14:15:22Z",
"confirmedAt": "2019-08-24T14:15:22Z",
"cancelledAt": "2019-08-24T14:15:22Z",
"cancellationReason": "string",
"referenceNumber": "string",
"notes": "string",
"actualArrivalTime": "2019-08-24T14:15:22Z",
"actualDepartureTime": "2019-08-24T14:15:22Z"
}
],
"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": [
{}
]
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
null
],
"team": {
"emailIntegration": {},
"vehicleGroups": [],
"fleets": [],
"features": [],
"managers": [],
"users": []
},
"consignment": {},
"currentLocation": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
null
],
"actors": [
null
],
"actions": [
null
],
"pricingElements": [
null
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"moneyBuildBlocks": []
},
"expectedCost": {
"moneyBuildBlocks": []
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
null
],
"identifiers": [
null
],
"attributes": [
null
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"description": "string"
}
],
"communicationRequests": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"description": "string",
"status": "pending",
"responseMessage": "string",
"responseValue": "string"
}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"dateTime": "2019-08-24T14:15:22Z",
"vehicle": {},
"transportEquipment": {},
"stopAction": {
"trip": {
"associationType": "inline",
"entity": {},
"description": "string"
}
},
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "addressGeoReference",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string",
"hash": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"versionNumber": 0,
"constraints": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
},
"description": "string"
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{
"associationType": "inline"
}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
{
"nonce": "string",
"name": "string",
"vehicles": [
{}
]
}
],
"fleets": [
{
"nonce": "string",
"vehicles": [
null
],
"teams": [
{}
],
"businesses": [
{}
],
"name": "string",
"number": "string"
}
],
"features": [
{
"name": "string",
"accountTypes": [
null
]
}
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string"
},
"lat": 0.1,
"lon": 0.1,
"speed": {
"value": "string",
"unit": "string"
},
"heading": {
"value": "string",
"unit": "string"
},
"bearing": {
"value": "string",
"unit": "string"
},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{
"associationType": "inline"
}
],
"actors": [
{
"associationType": "inline"
}
],
"actions": [
{
"associationType": "inline"
}
],
"pricingElements": [
{
"nonce": "string",
"sequenceNr": 0,
"quantity": 0,
"name": "string",
"description": "string",
"category": {
"nonce": "string",
"name": "string",
"creditCode": "string",
"debitCode": "string",
"defaultValue": 0.1,
"enabled": true,
"tripRevenue": true,
"identifiers": [
null
]
},
"business": {},
"amount": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
},
"subTotal": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
},
"tax": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
},
"total": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {}
}
]
},
"expectedCost": {
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {}
}
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
}
],
"identifiers": [
{
"nonce": "string",
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"dateTime": "2019-08-24T14:15:22Z",
"identifiers": [
{}
],
"vehicle": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"business": {},
"pictures": [
null
],
"transportMode": "maritime",
"loadCapacities": [
null
],
"loadLoadMeters": {},
"brand": {
"identifiers": [],
"business": {}
},
"boardComputers": [
null
],
"notes": [
{}
],
"sensors": [
null
],
"fleets": [
null
],
"trip": {
"currentAction": {},
"vehicle": {},
"chauffeurs": [],
"transportEquipments": [],
"consignments": [],
"contextEvents": [],
"documents": [],
"actors": [],
"actions": [],
"constraints": [],
"identifiers": [],
"businesses": [],
"teams": [],
"pricingElements": [],
"externalAttributes": {},
"firstAction": {},
"nextAction": {},
"lastAction": {}
},
"chauffeurs": [
null
],
"transportEquipments": [
null
],
"actors": [
null
],
"identifiers": [
null
],
"cameras": [
null
],
"legalStatistics": {
"countryCabotageStatistics": {}
},
"capacityContract": {
"business": {},
"administration": {},
"pricingModules": [],
"consignments": []
},
"pricingModules": [
null
],
"name": "string",
"description": "string",
"vin": "string",
"licensePlate": "string",
"vehicleType": "string",
"emissionStandard": "euro0",
"fuelCapacity": {},
"fuelType": "string",
"maxLinks": 0,
"length": {},
"height": {},
"width": {},
"loadLength": {},
"loadHeight": {},
"loadWidth": {},
"maxWeight": {},
"emptyWeight": {},
"axles": [
null
],
"operational": true,
"attributes": [
null
]
},
"transportEquipment": {
"nonce": "string",
"type": "transportEquipment",
"name": "string",
"description": "string",
"remark": "string",
"barCode": "string",
"quantity": 0,
"weight": {},
"grossWeight": {},
"maxStackableWeight": {},
"width": {},
"height": {},
"length": {},
"loadMeters": {},
"documents": [
null
],
"actors": [
null
],
"actions": [
{}
],
"identifiers": [
null
],
"loadWidth": {},
"loadHeight": {},
"loadLength": {},
"maxWeight": {},
"loadLoadMeters": {},
"equipmentType": "string",
"equipmentSubType": "string",
"licensePlate": "string",
"vin": "string",
"equipmentId": "string",
"seal": "string",
"requirementCodes": [
null
],
"adr": {},
"sensors": [
null
],
"boardComputers": [
{}
],
"business": {},
"operational": true,
"internal": true,
"trip": {
"currentAction": {},
"vehicle": {},
"chauffeurs": [],
"transportEquipments": [],
"consignments": [],
"contextEvents": [],
"documents": [],
"actors": [],
"actions": [],
"constraints": [],
"identifiers": [],
"businesses": [],
"teams": [],
"pricingElements": [],
"externalAttributes": {},
"firstAction": {},
"nextAction": {},
"lastAction": {}
},
"capacityContract": {
"business": {},
"administration": {},
"pricingModules": [],
"consignments": []
},
"pricingModules": [
null
],
"constraints": [
null
],
"attributes": [
null
],
"axles": [
null
]
},
"stopAction": {
"trip": {
"entity": {}
},
"distanceToNextStop": 0
},
"geoReference": {
"nonce": "string",
"type": "addressGeoReference",
"hash": "string",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postCode": "string",
"city": "string",
"country": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
],
"timeslotBookings": [
{
"nonce": "string",
"timeslot": {
"nonce": "string",
"timeWindow": {},
"location": {
"contactDetails": [],
"contactPersons": [],
"pricingElements": [],
"identifiers": [],
"externalAttributes": {},
"attributes": [],
"loadingDocks": [],
"actions": [],
"constraints": []
},
"loadingDock": {
"location": {}
},
"slotType": "PICKUP",
"maxCapacity": 0,
"currentBookings": 0,
"description": "string",
"active": true,
"bookingCutoffHours": 0,
"estimatedDurationMinutes": 0
},
"action": {},
"consignment": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
null
],
"team": {
"emailIntegration": {},
"vehicleGroups": [],
"fleets": [],
"features": [],
"managers": [],
"users": []
},
"consignment": {},
"currentLocation": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
null
],
"actors": [
null
],
"actions": [
null
],
"pricingElements": [
null
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"moneyBuildBlocks": []
},
"expectedCost": {
"moneyBuildBlocks": []
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
null
],
"identifiers": [
null
],
"attributes": [
null
]
},
"status": "REQUESTED",
"bookingDate": "2019-08-24",
"bookingStartTime": "2019-08-24T14:15:22Z",
"bookingEndTime": "2019-08-24T14:15:22Z",
"bookedBy": {},
"bookedAt": "2019-08-24T14:15:22Z",
"confirmedAt": "2019-08-24T14:15:22Z",
"cancelledAt": "2019-08-24T14:15:22Z",
"cancellationReason": "string",
"referenceNumber": "string",
"notes": "string",
"actualArrivalTime": "2019-08-24T14:15:22Z",
"actualDepartureTime": "2019-08-24T14:15:22Z"
}
],
"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": [
{}
]
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
null
],
"fleets": [
null
],
"features": [
null
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {},
"lat": 0.1,
"lon": 0.1,
"speed": {},
"heading": {},
"bearing": {},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{}
],
"actors": [
{}
],
"actions": [
{}
],
"pricingElements": [
{
"business": {}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"expectedCost": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{}
],
"identifiers": [
{}
],
"attributes": [
{}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"description": "string"
},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"isPlannedToLastLocation": true,
"type": "string",
"remark": "string",
"documents": [
{
"associationType": "inline"
}
],
"actors": [
{
"associationType": "inline"
}
],
"actions": [
{
"associationType": "inline"
}
],
"constraints": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "accessConstraint",
"name": "string",
"enforceability": "enforced",
"description": "string"
}
],
"chat": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"title": "string",
"type": "private",
"image": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"url": "string",
"path": "string",
"name": "string",
"originalName": "string",
"size": 0,
"purpose": "string",
"type": "IMAGE",
"mimeType": "string",
"extension": "string",
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"bucket": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string"
},
"uploadedAt": "2019-08-24T14:15:22Z",
"tempFile": "string",
"contentMatrix": [
[
"string"
]
]
},
"active": true,
"starter": {},
"users": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"chat": {},
"user": {},
"business": {},
"chauffeur": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "driver",
"picture": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"url": "string",
"path": "string",
"name": "string",
"originalName": "string",
"size": 0,
"purpose": "string",
"type": "IMAGE",
"mimeType": "string",
"extension": "string",
"identifiers": [
{
"language": {}
}
],
"bucket": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string"
},
"uploadedAt": "2019-08-24T14:15:22Z",
"tempFile": "string",
"contentMatrix": [
[
null
]
]
},
"user": {},
"firstName": "string",
"lastName": "string",
"dateOfBirth": "2019-08-24",
"birthPlace": "string",
"nationality": "string",
"hoursPerMonth": 0.1,
"preferredVehicle": {},
"capacityContract": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"type": "permanentContract",
"communicationMethod": "messageAutomation",
"contract": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"title": "string",
"description": "string",
"deliveryTerms": "EXW",
"contractor": {},
"contractorSignee": {
"language": {}
},
"client": {},
"clientSignee": {
"language": {}
}
},
"business": {},
"administration": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"platforms": [
{}
],
"name": "string",
"primary": true,
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"business": {},
"currency": {
"language": {}
},
"bankAccounts": [
null
],
"numberFormat": "string",
"numberLength": 0,
"dueDays": 0,
"invoiceNumberIndex": {},
"quoteNumberIndex": {},
"invoiceSendMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"automaticallySendReminders": true,
"invoiceFirstReminderMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"invoiceSecondReminderMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"invoiceThirdReminderMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"invoicePaidMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"quoteSendMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"invoiceTermsAndConditions": [
null
],
"quoteTermsAndConditions": [
null
],
"transportOrderTermsAndConditions": [
null
],
"identifiers": [
null
]
},
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"selfBilling": true,
"currency": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"short": "string",
"sign": "string",
"decimalDelimiter": "string",
"thousandDelimiter": "string",
"enabled": true
},
"triggerType": "endOfWeek",
"pricingModules": [
{
"taxRates": [],
"filters": []
}
],
"lastHandledSelfBilling": "2019-08-24T14:15:22Z",
"signature": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"ip": "string",
"userAgent": "string",
"date": "2019-08-24T14:15:22Z",
"file": {
"language": {},
"identifiers": [],
"contentMatrix": []
}
},
"integration": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "manual",
"name": "string",
"description": "string",
"schedule": {},
"dataSources": [
null
],
"enabled": true,
"lastHandled": "2019-08-24T14:15:22Z",
"triggerType": "trigger",
"triggerEvent": "afterCreatingTrip",
"filters": [
null
]
},
"messageAutomation": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "messageAutomation",
"name": "string",
"description": "string",
"automationConfig": {
"filters": [],
"recipients": [],
"manualIntegration": {},
"documentAttachments": [],
"localizedTexts": [],
"userPermissionFilters": []
},
"messageAutomationIntegration": {},
"enabled": true,
"lastHandled": "2019-08-24T14:15:22Z",
"template": true,
"templateCategory": "string"
},
"consignments": [
{
"language": {},
"goods": [],
"team": {},
"consignment": {},
"originalPhysicalSender": {},
"originalLegalSender": {},
"originalPhysicalAddressee": {},
"originalLegalAddressee": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"documents": [],
"actors": [],
"actions": [],
"constraints": [],
"identifiers": [],
"attributes": [],
"externalAttributes": {},
"nextPlanFromAction": {}
}
],
"purchasedUnits": 0,
"capacity": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"platforms": [
{}
],
"name": "string",
"description": "string",
"business": {},
"schedule": {
"language": {},
"platforms": [],
"weekDays": [],
"timeSlotTemplates": [],
"timeSlots": [],
"identifiers": []
},
"modality": "maritime",
"subType": "load",
"capacityPerUnit": {},
"totalUnits": 0,
"availableCapacity": {},
"totalCapacity": {},
"pricingModules": [
null
],
"identifiers": [
null
]
}
},
"adr": {
"hasADR": true,
"ADRNumber": "string",
"ADRValidFromDate": "2019-08-24",
"ADRExpirationDate": "2019-08-24",
"ADRFiles": [
{
"identifiers": []
}
]
},
"driverLicense": {
"hasDriverLicense": true,
"driverLicenseNumber": "string",
"driverLicenseValidFromDate": "2019-08-24",
"driverLicenseExpirationDate": "2019-08-24",
"driverLicenseObtainedOn": "2019-08-24",
"driverLicenseCountryOfIssue": "string",
"driverLicenseIssuingAuthority": "string",
"driverLicenseFiles": [
{
"identifiers": []
}
]
},
"tachoCard": {
"cardId": "string",
"countryOfIssue": "string",
"renewalIndex": "string",
"replacementIndex": "string",
"startOfValidity": "2019-08-24T14:15:22Z",
"endOfValidity": "2019-08-24T14:15:22Z"
},
"operational": true,
"remainingRestingTimes": {
"workWeek": {
"total": 0,
"maximum": 0,
"minimum": 0,
"remaining": 0
},
"workWeekEndWithoutCompensation": "2019-08-24T14:15:22Z",
"nextMinimumWeeklyRestWithoutCompensation": 0,
"breakBelowMinimum": {
"total": 0,
"maximum": 0,
"minimum": 0,
"remaining": 0
},
"dailyRest": {
"total": 0,
"maximum": 0,
"minimum": 0,
"remaining": 0
},
"previousDailyRest": {
"total": 0,
"maximum": 0,
"minimum": 0,
"remaining": 0
}
},
"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"
],
"notes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"author": {},
"name": "string",
"text": "string"
}
],
"boardComputers": [
{}
],
"lastActivity": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "work",
"lifeCycle": "requested",
"chauffeur": {},
"vehicle": {},
"transportEquipments": [
{}
],
"trip": {},
"name": "string",
"description": "string",
"remarks": "string",
"kmsStart": 0,
"kmsEnd": 0,
"start": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z",
"isFromTacho": true
},
"contactDetails": [
{
"associationType": "inline"
}
],
"pricingModules": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "fixed",
"name": "string",
"sequenceNr": 0,
"description": "string",
"category": {
"language": {}
},
"taxRates": [
null
],
"filters": [
null
],
"oncePerInvoice": true,
"targetEntityType": "fleetVehicle",
"amount": 0.1
}
]
},
"vehicle": {},
"permission": "NONE",
"muted": true,
"markedAsUnread": true,
"unreadMessages": 0,
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
]
}
],
"messages": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"chat": {},
"user": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"chat": {},
"user": {},
"business": {},
"chauffeur": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "driver",
"picture": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"url": "string",
"path": "string",
"name": "string",
"originalName": "string",
"size": 0,
"purpose": "string",
"type": "IMAGE",
"mimeType": "string",
"extension": "string",
"identifiers": [
null
],
"bucket": {
"language": {}
},
"uploadedAt": "2019-08-24T14:15:22Z",
"tempFile": "string",
"contentMatrix": [
[]
]
},
"user": {},
"firstName": "string",
"lastName": "string",
"dateOfBirth": "2019-08-24",
"birthPlace": "string",
"nationality": "string",
"hoursPerMonth": 0.1,
"preferredVehicle": {},
"capacityContract": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"type": "permanentContract",
"communicationMethod": "messageAutomation",
"contract": {
"language": {},
"contractor": {},
"client": {}
},
"business": {},
"administration": {
"language": {},
"platforms": [],
"business": {},
"bankAccounts": [],
"invoiceNumberIndex": {},
"quoteNumberIndex": {},
"invoiceTermsAndConditions": [],
"quoteTermsAndConditions": [],
"transportOrderTermsAndConditions": [],
"identifiers": []
},
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"selfBilling": true,
"currency": {
"language": {}
},
"triggerType": "endOfWeek",
"pricingModules": [
null
],
"lastHandledSelfBilling": "2019-08-24T14:15:22Z",
"signature": {
"language": {}
},
"integration": {
"language": {},
"dataSources": [],
"filters": []
},
"messageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"consignments": [
null
],
"purchasedUnits": 0,
"capacity": {
"language": {},
"platforms": [],
"business": {},
"pricingModules": [],
"identifiers": []
}
},
"adr": {
"hasADR": true,
"ADRNumber": "string",
"ADRValidFromDate": "2019-08-24",
"ADRExpirationDate": "2019-08-24",
"ADRFiles": [
null
]
},
"driverLicense": {
"hasDriverLicense": true,
"driverLicenseNumber": "string",
"driverLicenseValidFromDate": "2019-08-24",
"driverLicenseExpirationDate": "2019-08-24",
"driverLicenseObtainedOn": "2019-08-24",
"driverLicenseCountryOfIssue": "string",
"driverLicenseIssuingAuthority": "string",
"driverLicenseFiles": [
null
]
},
"tachoCard": {
"cardId": "string",
"countryOfIssue": "string",
"renewalIndex": "string",
"replacementIndex": "string",
"startOfValidity": "2019-08-24T14:15:22Z",
"endOfValidity": "2019-08-24T14:15:22Z"
},
"operational": true,
"remainingRestingTimes": {
"workWeek": {},
"workWeekEndWithoutCompensation": "2019-08-24T14:15:22Z",
"nextMinimumWeeklyRestWithoutCompensation": 0,
"breakBelowMinimum": {},
"dailyRest": {},
"previousDailyRest": {}
},
"remainingDrivingTimes": {
"daysOfReducedRest": {},
"dailyAmplitude": {},
"drivingTimeBelowMaximum": {},
"dailyDrivingTime": {},
"daysOfDrivingLongerThan9h": {},
"weeklyDrivingTime": {},
"BIWeeklyDrivingTime": {},
"daysOfConsecutiveDriving": {}
},
"upcomingRestingTimes": {
"week": 0,
"year": 0,
"upcomingRestingTime": 0
},
"languages": [
"string"
],
"notes": [
{
"language": {},
"author": {}
}
],
"boardComputers": [
{}
],
"lastActivity": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "work",
"lifeCycle": "requested",
"chauffeur": {},
"vehicle": {},
"transportEquipments": [
{}
],
"trip": {},
"name": "string",
"description": "string",
"remarks": "string",
"kmsStart": 0,
"kmsEnd": 0,
"start": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z",
"isFromTacho": true
},
"contactDetails": [
{}
],
"pricingModules": [
{
"language": {},
"taxRates": [],
"filters": []
}
]
},
"vehicle": {},
"permission": "NONE",
"muted": true,
"markedAsUnread": true,
"unreadMessages": 0,
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
]
},
"message": "string",
"state": "normal",
"type": "normal",
"edited": true,
"files": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"url": "string",
"path": "string",
"name": "string",
"originalName": "string",
"size": 0,
"purpose": "string",
"type": "IMAGE",
"mimeType": "string",
"extension": "string",
"identifiers": [
{
"language": {}
}
],
"bucket": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string"
},
"uploadedAt": "2019-08-24T14:15:22Z",
"tempFile": "string",
"contentMatrix": [
[
null
]
]
}
],
"replyTo": {},
"responses": [
{}
],
"received": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"user": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"chat": {},
"user": {},
"business": {},
"chauffeur": {
"language": {},
"user": {},
"preferredVehicle": {},
"languages": [],
"notes": [],
"boardComputers": [],
"contactDetails": [],
"pricingModules": []
},
"vehicle": {},
"permission": "NONE",
"muted": true,
"markedAsUnread": true,
"unreadMessages": 0,
"identifiers": [
null
]
}
}
],
"read": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"user": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"chat": {},
"user": {},
"business": {},
"chauffeur": {
"language": {},
"user": {},
"preferredVehicle": {},
"languages": [],
"notes": [],
"boardComputers": [],
"contactDetails": [],
"pricingModules": []
},
"vehicle": {},
"permission": "NONE",
"muted": true,
"markedAsUnread": true,
"unreadMessages": 0,
"identifiers": [
null
]
}
}
],
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"mailMessage": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"imap": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"host": "string",
"port": "string",
"username": "string",
"password": "string",
"enabled": true
},
"contentId": "string",
"messageNumber": 0,
"receivedDate": "2019-08-24T14:15:22Z",
"sentDate": "2019-08-24T14:15:22Z",
"read": true,
"starred": true,
"subject": "string",
"plainText": "string",
"text": "string",
"sender": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"email": "string",
"smtp": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"host": "string",
"port": "string",
"username": "string",
"password": "string",
"useOAuth": true,
"tenantId": "string",
"clientId": "string",
"clientSecret": "string",
"oauthScopes": "string"
},
"imap": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"host": "string",
"port": "string",
"username": "string",
"password": "string",
"enabled": true
}
},
"recipients": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"email": "string",
"smtp": {
"language": {}
},
"imap": {
"language": {}
}
}
],
"attachments": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"url": "string",
"path": "string",
"name": "string",
"originalName": "string",
"size": 0,
"purpose": "string",
"type": "IMAGE",
"mimeType": "string",
"extension": "string",
"identifiers": [
null
],
"bucket": {
"language": {}
},
"uploadedAt": "2019-08-24T14:15:22Z",
"tempFile": "string",
"contentMatrix": [
[]
]
}
],
"threadId": "string",
"parentMessageId": "string",
"linkedTransportOrderIds": [
"string"
],
"linkedConsignmentIds": [
"string"
]
},
"translatedMessage": "string"
}
],
"unreadMessages": 0,
"maxCharacters": 0,
"latestMessage": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"chat": {},
"user": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"chat": {},
"user": {},
"business": {},
"chauffeur": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "driver",
"picture": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"url": "string",
"path": "string",
"name": "string",
"originalName": "string",
"size": 0,
"purpose": "string",
"type": "IMAGE",
"mimeType": "string",
"extension": "string",
"identifiers": [
{
"language": {}
}
],
"bucket": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string"
},
"uploadedAt": "2019-08-24T14:15:22Z",
"tempFile": "string",
"contentMatrix": [
[
null
]
]
},
"user": {},
"firstName": "string",
"lastName": "string",
"dateOfBirth": "2019-08-24",
"birthPlace": "string",
"nationality": "string",
"hoursPerMonth": 0.1,
"preferredVehicle": {},
"capacityContract": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"type": "permanentContract",
"communicationMethod": "messageAutomation",
"contract": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"title": "string",
"description": "string",
"deliveryTerms": "EXW",
"contractor": {},
"contractorSignee": {
"language": {}
},
"client": {},
"clientSignee": {
"language": {}
}
},
"business": {},
"administration": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"platforms": [
{}
],
"name": "string",
"primary": true,
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"business": {},
"currency": {
"language": {}
},
"bankAccounts": [
null
],
"numberFormat": "string",
"numberLength": 0,
"dueDays": 0,
"invoiceNumberIndex": {},
"quoteNumberIndex": {},
"invoiceSendMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"automaticallySendReminders": true,
"invoiceFirstReminderMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"invoiceSecondReminderMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"invoiceThirdReminderMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"invoicePaidMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"quoteSendMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"invoiceTermsAndConditions": [
null
],
"quoteTermsAndConditions": [
null
],
"transportOrderTermsAndConditions": [
null
],
"identifiers": [
null
]
},
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"selfBilling": true,
"currency": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"short": "string",
"sign": "string",
"decimalDelimiter": "string",
"thousandDelimiter": "string",
"enabled": true
},
"triggerType": "endOfWeek",
"pricingModules": [
{
"taxRates": [],
"filters": []
}
],
"lastHandledSelfBilling": "2019-08-24T14:15:22Z",
"signature": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"ip": "string",
"userAgent": "string",
"date": "2019-08-24T14:15:22Z",
"file": {
"language": {},
"identifiers": [],
"contentMatrix": []
}
},
"integration": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "manual",
"name": "string",
"description": "string",
"schedule": {},
"dataSources": [
null
],
"enabled": true,
"lastHandled": "2019-08-24T14:15:22Z",
"triggerType": "trigger",
"triggerEvent": "afterCreatingTrip",
"filters": [
null
]
},
"messageAutomation": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "messageAutomation",
"name": "string",
"description": "string",
"automationConfig": {
"filters": [],
"recipients": [],
"manualIntegration": {},
"documentAttachments": [],
"localizedTexts": [],
"userPermissionFilters": []
},
"messageAutomationIntegration": {},
"enabled": true,
"lastHandled": "2019-08-24T14:15:22Z",
"template": true,
"templateCategory": "string"
},
"consignments": [
{
"language": {},
"goods": [],
"team": {},
"consignment": {},
"originalPhysicalSender": {},
"originalLegalSender": {},
"originalPhysicalAddressee": {},
"originalLegalAddressee": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"documents": [],
"actors": [],
"actions": [],
"constraints": [],
"identifiers": [],
"attributes": [],
"externalAttributes": {},
"nextPlanFromAction": {}
}
],
"purchasedUnits": 0,
"capacity": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"platforms": [
{}
],
"name": "string",
"description": "string",
"business": {},
"schedule": {
"language": {},
"platforms": [],
"weekDays": [],
"timeSlotTemplates": [],
"timeSlots": [],
"identifiers": []
},
"modality": "maritime",
"subType": "load",
"capacityPerUnit": {},
"totalUnits": 0,
"availableCapacity": {},
"totalCapacity": {},
"pricingModules": [
null
],
"identifiers": [
null
]
}
},
"adr": {
"hasADR": true,
"ADRNumber": "string",
"ADRValidFromDate": "2019-08-24",
"ADRExpirationDate": "2019-08-24",
"ADRFiles": [
{
"identifiers": []
}
]
},
"driverLicense": {
"hasDriverLicense": true,
"driverLicenseNumber": "string",
"driverLicenseValidFromDate": "2019-08-24",
"driverLicenseExpirationDate": "2019-08-24",
"driverLicenseObtainedOn": "2019-08-24",
"driverLicenseCountryOfIssue": "string",
"driverLicenseIssuingAuthority": "string",
"driverLicenseFiles": [
{
"identifiers": []
}
]
},
"tachoCard": {
"cardId": "string",
"countryOfIssue": "string",
"renewalIndex": "string",
"replacementIndex": "string",
"startOfValidity": "2019-08-24T14:15:22Z",
"endOfValidity": "2019-08-24T14:15:22Z"
},
"operational": true,
"remainingRestingTimes": {
"workWeek": {
"total": 0,
"maximum": 0,
"minimum": 0,
"remaining": 0
},
"workWeekEndWithoutCompensation": "2019-08-24T14:15:22Z",
"nextMinimumWeeklyRestWithoutCompensation": 0,
"breakBelowMinimum": {
"total": 0,
"maximum": 0,
"minimum": 0,
"remaining": 0
},
"dailyRest": {
"total": 0,
"maximum": 0,
"minimum": 0,
"remaining": 0
},
"previousDailyRest": {
"total": 0,
"maximum": 0,
"minimum": 0,
"remaining": 0
}
},
"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"
],
"notes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"author": {},
"name": "string",
"text": "string"
}
],
"boardComputers": [
{}
],
"lastActivity": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "work",
"lifeCycle": "requested",
"chauffeur": {},
"vehicle": {},
"transportEquipments": [
{}
],
"trip": {},
"name": "string",
"description": "string",
"remarks": "string",
"kmsStart": 0,
"kmsEnd": 0,
"start": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z",
"isFromTacho": true
},
"contactDetails": [
{
"associationType": "inline"
}
],
"pricingModules": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "fixed",
"name": "string",
"sequenceNr": 0,
"description": "string",
"category": {
"language": {}
},
"taxRates": [
null
],
"filters": [
null
],
"oncePerInvoice": true,
"targetEntityType": "fleetVehicle",
"amount": 0.1
}
]
},
"vehicle": {},
"permission": "NONE",
"muted": true,
"markedAsUnread": true,
"unreadMessages": 0,
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
]
},
"message": "string",
"state": "normal",
"type": "normal",
"edited": true,
"files": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"url": "string",
"path": "string",
"name": "string",
"originalName": "string",
"size": 0,
"purpose": "string",
"type": "IMAGE",
"mimeType": "string",
"extension": "string",
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"bucket": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string"
},
"uploadedAt": "2019-08-24T14:15:22Z",
"tempFile": "string",
"contentMatrix": [
[
"string"
]
]
}
],
"replyTo": {},
"responses": [
{}
],
"received": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"user": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"chat": {},
"user": {},
"business": {},
"chauffeur": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "driver",
"picture": {
"language": {},
"identifiers": [],
"contentMatrix": []
},
"user": {},
"firstName": "string",
"lastName": "string",
"dateOfBirth": "2019-08-24",
"birthPlace": "string",
"nationality": "string",
"hoursPerMonth": 0.1,
"preferredVehicle": {},
"capacityContract": {
"language": {},
"business": {},
"pricingModules": [],
"consignments": []
},
"adr": {
"ADRFiles": []
},
"driverLicense": {
"driverLicenseFiles": []
},
"tachoCard": {},
"operational": true,
"remainingRestingTimes": {},
"remainingDrivingTimes": {},
"upcomingRestingTimes": {},
"languages": [
null
],
"notes": [
null
],
"boardComputers": [
{}
],
"lastActivity": {
"language": {},
"chauffeur": {},
"vehicle": {},
"transportEquipments": [],
"trip": {}
},
"contactDetails": [
null
],
"pricingModules": [
null
]
},
"vehicle": {},
"permission": "NONE",
"muted": true,
"markedAsUnread": true,
"unreadMessages": 0,
"identifiers": [
{
"language": {}
}
]
}
}
],
"read": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"user": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"chat": {},
"user": {},
"business": {},
"chauffeur": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "driver",
"picture": {
"language": {},
"identifiers": [],
"contentMatrix": []
},
"user": {},
"firstName": "string",
"lastName": "string",
"dateOfBirth": "2019-08-24",
"birthPlace": "string",
"nationality": "string",
"hoursPerMonth": 0.1,
"preferredVehicle": {},
"capacityContract": {
"language": {},
"business": {},
"pricingModules": [],
"consignments": []
},
"adr": {
"ADRFiles": []
},
"driverLicense": {
"driverLicenseFiles": []
},
"tachoCard": {},
"operational": true,
"remainingRestingTimes": {},
"remainingDrivingTimes": {},
"upcomingRestingTimes": {},
"languages": [
null
],
"notes": [
null
],
"boardComputers": [
{}
],
"lastActivity": {
"language": {},
"chauffeur": {},
"vehicle": {},
"transportEquipments": [],
"trip": {}
},
"contactDetails": [
null
],
"pricingModules": [
null
]
},
"vehicle": {},
"permission": "NONE",
"muted": true,
"markedAsUnread": true,
"unreadMessages": 0,
"identifiers": [
{
"language": {}
}
]
}
}
],
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"mailMessage": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"imap": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"host": "string",
"port": "string",
"username": "string",
"password": "string",
"enabled": true
},
"contentId": "string",
"messageNumber": 0,
"receivedDate": "2019-08-24T14:15:22Z",
"sentDate": "2019-08-24T14:15:22Z",
"read": true,
"starred": true,
"subject": "string",
"plainText": "string",
"text": "string",
"sender": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"email": "string",
"smtp": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"host": "string",
"port": "string",
"username": "string",
"password": "string",
"useOAuth": true,
"tenantId": "string",
"clientId": "string",
"clientSecret": "string",
"oauthScopes": "string"
},
"imap": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"host": "string",
"port": "string",
"username": "string",
"password": "string",
"enabled": true
}
},
"recipients": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"email": "string",
"smtp": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"host": "string",
"port": "string",
"username": "string",
"password": "string",
"useOAuth": true,
"tenantId": "string",
"clientId": "string",
"clientSecret": "string",
"oauthScopes": "string"
},
"imap": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"host": "string",
"port": "string",
"username": "string",
"password": "string",
"enabled": true
}
}
],
"attachments": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"url": "string",
"path": "string",
"name": "string",
"originalName": "string",
"size": 0,
"purpose": "string",
"type": "IMAGE",
"mimeType": "string",
"extension": "string",
"identifiers": [
{
"language": {}
}
],
"bucket": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string"
},
"uploadedAt": "2019-08-24T14:15:22Z",
"tempFile": "string",
"contentMatrix": [
[
null
]
]
}
],
"threadId": "string",
"parentMessageId": "string",
"linkedTransportOrderIds": [
"string"
],
"linkedConsignmentIds": [
"string"
]
},
"translatedMessage": "string"
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
]
},
"pricingElements": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"sequenceNr": 0,
"quantity": 0,
"name": "string",
"description": "string",
"category": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"creditCode": "string",
"debitCode": "string",
"defaultValue": 0.1,
"enabled": true,
"tripRevenue": true
},
"business": {}
}
],
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"amount": 0.1,
"currency": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {
"entityId": "string",
"entityType": "action"
}
}
]
},
"hasAgreedToPrice": true,
"versionNumber": 0
}'{ "success": true, "message": "string", "code": 0, "consignment": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "language": {}, "name": "string", "consignmentNr": "string", "description": "string", "status": "draft", "highValueGoods": true, "goods": [ … ], "team": {}, "combined": true, "consignment": {}, "originalPhysicalSender": {}, "originalLegalSender": {}, "originalPhysicalAddressee": {}, "originalLegalAddressee": {}, "currentLocation": { … }, "nextAction": {}, "lastAction": {}, "lastPlannedAction": {}, "isPlannedToLastLocation": true, "type": "string", "remark": "string", "documents": [ … ], "actors": [ … ], "actions": [ … ], "constraints": [ … ], "identifiers": [ … ], "attributes": [ … ], "externalAttributes": { … }, "expectedRevenue": { … }, "expectedCost": { … }, "versionNumber": 0, "nextPlanFromAction": {} } }
- Mock serverhttps://docs.transportial.com/_mock/apis/consignment/{id}
- Test environmenthttps://test.api.otms.transportial.com/api/consignment/{id}
- Productionhttps://api.otms.transportial.com/api/consignment/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.transportial.com/_mock/apis/consignment/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'{ "success": true, "message": "string", "code": 0, "consignment": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "language": {}, "name": "string", "consignmentNr": "string", "description": "string", "status": "draft", "highValueGoods": true, "goods": [ … ], "team": {}, "combined": true, "consignment": {}, "originalPhysicalSender": {}, "originalLegalSender": {}, "originalPhysicalAddressee": {}, "originalLegalAddressee": {}, "currentLocation": { … }, "nextAction": {}, "lastAction": {}, "lastPlannedAction": {}, "isPlannedToLastLocation": true, "type": "string", "remark": "string", "documents": [ … ], "actors": [ … ], "actions": [ … ], "constraints": [ … ], "identifiers": [ … ], "attributes": [ … ], "externalAttributes": { … }, "expectedRevenue": { … }, "expectedCost": { … }, "versionNumber": 0, "nextPlanFromAction": {} } }
- Mock serverhttps://docs.transportial.com/_mock/apis/consignment/{id}
- Test environmenthttps://test.api.otms.transportial.com/api/consignment/{id}
- Productionhttps://api.otms.transportial.com/api/consignment/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.transportial.com/_mock/apis/consignment/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'{ "success": true, "message": "string", "code": 0, "consignment": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "language": {}, "name": "string", "consignmentNr": "string", "description": "string", "status": "draft", "highValueGoods": true, "goods": [ … ], "team": {}, "combined": true, "consignment": {}, "originalPhysicalSender": {}, "originalLegalSender": {}, "originalPhysicalAddressee": {}, "originalLegalAddressee": {}, "currentLocation": { … }, "nextAction": {}, "lastAction": {}, "lastPlannedAction": {}, "isPlannedToLastLocation": true, "type": "string", "remark": "string", "documents": [ … ], "actors": [ … ], "actions": [ … ], "constraints": [ … ], "identifiers": [ … ], "attributes": [ … ], "externalAttributes": { … }, "expectedRevenue": { … }, "expectedCost": { … }, "versionNumber": 0, "nextPlanFromAction": {} } }
- Mock serverhttps://docs.transportial.com/_mock/apis/consignments/{offset}/{amount}
- Test environmenthttps://test.api.otms.transportial.com/api/consignments/{offset}/{amount}
- Productionhttps://api.otms.transportial.com/api/consignments/{offset}/{amount}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.transportial.com/_mock/apis/consignments/{offset}/{amount}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'{ "success": true, "message": "string", "code": 0, "totalResults": 0, "consignments": [ { … } ] }
- Mock serverhttps://docs.transportial.com/_mock/apis/consignments/{offset}/{amount}
- Test environmenthttps://test.api.otms.transportial.com/api/consignments/{offset}/{amount}
- Productionhttps://api.otms.transportial.com/api/consignments/{offset}/{amount}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.transportial.com/_mock/apis/consignments/{offset}/{amount}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'{ "success": true, "message": "string", "code": 0, "totalResults": 0, "consignments": [ { … } ] }
This field can be used to categorize and/or group shipments by type, depending on the needs of a specific logistic process.
In the context of a Consignment, constraints can be used to e.g. define minimum or maximum temperatures for consignments, or date time constraints for delivery.
Set this value to 'true' if the user has agreed to the pricing of this element. Only needed once the NeedsBillingApproval Exception is thrown
- Mock serverhttps://docs.transportial.com/_mock/apis/consignments/combine
- Test environmenthttps://test.api.otms.transportial.com/api/consignments/combine
- Productionhttps://api.otms.transportial.com/api/consignments/combine
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.transportial.com/_mock/apis/consignments/combine \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"nonce": "string",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"goods": [
{
"associationType": "inline"
}
],
"combined": true,
"consignment": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{
"associationType": "inline"
}
],
"team": {},
"combined": true,
"consignment": {},
"originalPhysicalSender": {},
"originalLegalSender": {},
"originalPhysicalAddressee": {},
"originalLegalAddressee": {},
"currentLocation": {
"administrativeReference": {
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string"
},
"lat": 0.1,
"lon": 0.1,
"speed": {
"value": "string",
"unit": "string"
},
"heading": {
"value": "string",
"unit": "string"
},
"bearing": {
"value": "string",
"unit": "string"
},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"type": "string",
"remark": "string",
"documents": [
{
"associationType": "inline"
}
],
"actors": [
{
"associationType": "inline"
}
],
"actions": [
{
"associationType": "inline"
}
],
"constraints": [
{}
],
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"amount": 0.1,
"currency": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {
"entityId": "string",
"entityType": "action"
}
}
]
},
"hasAgreedToPrice": true,
"versionNumber": 0,
"nextPlanFromAction": {}
},
"originalPhysicalSender": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "warehouse",
"name": "string",
"unCode": "string",
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"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": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "iban",
"value": "string",
"remarks": "string"
}
],
"openingTimes": {
"monday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"tuesday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"wednesday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"thursday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"friday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"saturday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"sunday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
}
},
"terminal": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"integrationType": "portbase",
"ean": "string",
"bicsCode": "string",
"quayName": "string",
"smdgCode": "string",
"locations": [
{}
],
"allowedModalities": [
"string"
],
"terminalSettings": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"loading": true,
"full": true,
"modality": "string",
"sealNumberAllowed": true,
"reeferAllowed": true,
"grossWeightAllowed": true,
"outOfGaugeAllowed": true,
"dangerousGoodsAllowed": true,
"cargoCutOffInMinutes": 0
}
],
"tarRequired": true,
"roadLicenseIdRequired": true
},
"actions": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "load",
"groupId": "string",
"name": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"results": [],
"answers": {},
"attachments": []
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"entity": {}
},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
null
],
"contextEvents": [
null
],
"attributes": [
null
],
"timeslotBookings": [
null
],
"identifiers": [
null
],
"constraints": [
null
],
"communicationRequests": [
null
],
"consignment": {},
"isContainmentAction": true,
"vehicle": {},
"transportEquipment": {},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {},
"containmentUUID": "string"
},
"description": "string"
}
],
"communicationRequests": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"description": "string",
"status": "pending",
"responseMessage": "string",
"responseValue": "string"
}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"language": {}
}
],
"dateTime": "2019-08-24T14:15:22Z",
"vehicle": {},
"transportEquipment": {},
"stopAction": {
"trip": {
"entity": {}
}
},
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "addressGeoReference",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string",
"hash": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"versionNumber": 0,
"constraints": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
},
"description": "string"
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
null
],
"fleets": [
null
],
"features": [
null
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {},
"lat": 0.1,
"lon": 0.1,
"speed": {},
"heading": {},
"bearing": {},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{}
],
"actors": [
{}
],
"actions": [
{}
],
"pricingElements": [
{
"business": {}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"expectedCost": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{}
],
"identifiers": [
{}
],
"attributes": [
{}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
null
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{}
],
"contextEvents": [
{
"externalAttributes": {},
"identifiers": []
}
],
"attributes": [
{}
],
"timeslotBookings": [
{
"action": {},
"bookedBy": {}
}
],
"identifiers": [
{}
],
"constraints": [
{}
],
"communicationRequests": [
{
"communicationRequests": []
}
],
"consignment": {
"associationType": "inline",
"entity": {
"goods": [],
"consignment": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"documents": [],
"actors": [],
"actions": [],
"pricingElements": [],
"externalAttributes": {},
"constraints": [],
"identifiers": [],
"attributes": []
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"description": "string"
},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
}
],
"constraints": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "accessConstraint",
"name": "string",
"enforceability": "enforced",
"description": "string"
}
],
"pricingElements": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"sequenceNr": 0,
"quantity": 0,
"name": "string",
"description": "string",
"category": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"creditCode": "string",
"debitCode": "string",
"defaultValue": 0.1,
"enabled": true,
"tripRevenue": true
},
"business": {}
}
],
"remark": "string",
"hash": "string",
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"dataIsComplete": true
},
"originalLegalSender": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "warehouse",
"name": "string",
"unCode": "string",
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"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": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "iban",
"value": "string",
"remarks": "string"
}
],
"openingTimes": {
"monday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"tuesday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"wednesday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"thursday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"friday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"saturday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"sunday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
}
},
"terminal": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"integrationType": "portbase",
"ean": "string",
"bicsCode": "string",
"quayName": "string",
"smdgCode": "string",
"locations": [
{}
],
"allowedModalities": [
"string"
],
"terminalSettings": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"loading": true,
"full": true,
"modality": "string",
"sealNumberAllowed": true,
"reeferAllowed": true,
"grossWeightAllowed": true,
"outOfGaugeAllowed": true,
"dangerousGoodsAllowed": true,
"cargoCutOffInMinutes": 0
}
],
"tarRequired": true,
"roadLicenseIdRequired": true
},
"actions": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "load",
"groupId": "string",
"name": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"results": [],
"answers": {},
"attachments": []
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"entity": {}
},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
null
],
"contextEvents": [
null
],
"attributes": [
null
],
"timeslotBookings": [
null
],
"identifiers": [
null
],
"constraints": [
null
],
"communicationRequests": [
null
],
"consignment": {},
"isContainmentAction": true,
"vehicle": {},
"transportEquipment": {},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {},
"containmentUUID": "string"
},
"description": "string"
}
],
"communicationRequests": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"description": "string",
"status": "pending",
"responseMessage": "string",
"responseValue": "string"
}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"language": {}
}
],
"dateTime": "2019-08-24T14:15:22Z",
"vehicle": {},
"transportEquipment": {},
"stopAction": {
"trip": {
"entity": {}
}
},
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "addressGeoReference",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string",
"hash": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"versionNumber": 0,
"constraints": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
},
"description": "string"
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
null
],
"fleets": [
null
],
"features": [
null
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {},
"lat": 0.1,
"lon": 0.1,
"speed": {},
"heading": {},
"bearing": {},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{}
],
"actors": [
{}
],
"actions": [
{}
],
"pricingElements": [
{
"business": {}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"expectedCost": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{}
],
"identifiers": [
{}
],
"attributes": [
{}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
null
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{}
],
"contextEvents": [
{
"externalAttributes": {},
"identifiers": []
}
],
"attributes": [
{}
],
"timeslotBookings": [
{
"action": {},
"bookedBy": {}
}
],
"identifiers": [
{}
],
"constraints": [
{}
],
"communicationRequests": [
{
"communicationRequests": []
}
],
"consignment": {
"associationType": "inline",
"entity": {
"goods": [],
"consignment": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"documents": [],
"actors": [],
"actions": [],
"pricingElements": [],
"externalAttributes": {},
"constraints": [],
"identifiers": [],
"attributes": []
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"description": "string"
},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
}
],
"constraints": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "accessConstraint",
"name": "string",
"enforceability": "enforced",
"description": "string"
}
],
"pricingElements": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"sequenceNr": 0,
"quantity": 0,
"name": "string",
"description": "string",
"category": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"creditCode": "string",
"debitCode": "string",
"defaultValue": 0.1,
"enabled": true,
"tripRevenue": true
},
"business": {}
}
],
"remark": "string",
"hash": "string",
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"dataIsComplete": true
},
"originalPhysicalAddressee": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "warehouse",
"name": "string",
"unCode": "string",
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"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": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "iban",
"value": "string",
"remarks": "string"
}
],
"openingTimes": {
"monday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"tuesday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"wednesday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"thursday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"friday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"saturday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"sunday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
}
},
"terminal": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"integrationType": "portbase",
"ean": "string",
"bicsCode": "string",
"quayName": "string",
"smdgCode": "string",
"locations": [
{}
],
"allowedModalities": [
"string"
],
"terminalSettings": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"loading": true,
"full": true,
"modality": "string",
"sealNumberAllowed": true,
"reeferAllowed": true,
"grossWeightAllowed": true,
"outOfGaugeAllowed": true,
"dangerousGoodsAllowed": true,
"cargoCutOffInMinutes": 0
}
],
"tarRequired": true,
"roadLicenseIdRequired": true
},
"actions": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "load",
"groupId": "string",
"name": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"results": [],
"answers": {},
"attachments": []
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"entity": {}
},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
null
],
"contextEvents": [
null
],
"attributes": [
null
],
"timeslotBookings": [
null
],
"identifiers": [
null
],
"constraints": [
null
],
"communicationRequests": [
null
],
"consignment": {},
"isContainmentAction": true,
"vehicle": {},
"transportEquipment": {},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {},
"containmentUUID": "string"
},
"description": "string"
}
],
"communicationRequests": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"description": "string",
"status": "pending",
"responseMessage": "string",
"responseValue": "string"
}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"language": {}
}
],
"dateTime": "2019-08-24T14:15:22Z",
"vehicle": {},
"transportEquipment": {},
"stopAction": {
"trip": {
"entity": {}
}
},
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "addressGeoReference",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string",
"hash": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"versionNumber": 0,
"constraints": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
},
"description": "string"
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
null
],
"fleets": [
null
],
"features": [
null
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {},
"lat": 0.1,
"lon": 0.1,
"speed": {},
"heading": {},
"bearing": {},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{}
],
"actors": [
{}
],
"actions": [
{}
],
"pricingElements": [
{
"business": {}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"expectedCost": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{}
],
"identifiers": [
{}
],
"attributes": [
{}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
null
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{}
],
"contextEvents": [
{
"externalAttributes": {},
"identifiers": []
}
],
"attributes": [
{}
],
"timeslotBookings": [
{
"action": {},
"bookedBy": {}
}
],
"identifiers": [
{}
],
"constraints": [
{}
],
"communicationRequests": [
{
"communicationRequests": []
}
],
"consignment": {
"associationType": "inline",
"entity": {
"goods": [],
"consignment": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"documents": [],
"actors": [],
"actions": [],
"pricingElements": [],
"externalAttributes": {},
"constraints": [],
"identifiers": [],
"attributes": []
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"description": "string"
},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
}
],
"constraints": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "accessConstraint",
"name": "string",
"enforceability": "enforced",
"description": "string"
}
],
"pricingElements": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"sequenceNr": 0,
"quantity": 0,
"name": "string",
"description": "string",
"category": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"creditCode": "string",
"debitCode": "string",
"defaultValue": 0.1,
"enabled": true,
"tripRevenue": true
},
"business": {}
}
],
"remark": "string",
"hash": "string",
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"dataIsComplete": true
},
"originalLegalAddressee": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "warehouse",
"name": "string",
"unCode": "string",
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"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": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "iban",
"value": "string",
"remarks": "string"
}
],
"openingTimes": {
"monday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"tuesday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"wednesday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"thursday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"friday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"saturday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
},
"sunday": {
"start": "string",
"end": "string",
"open": true,
"day": "2019-08-24",
"name": "string",
"description": "string"
}
},
"terminal": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"integrationType": "portbase",
"ean": "string",
"bicsCode": "string",
"quayName": "string",
"smdgCode": "string",
"locations": [
{}
],
"allowedModalities": [
"string"
],
"terminalSettings": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"loading": true,
"full": true,
"modality": "string",
"sealNumberAllowed": true,
"reeferAllowed": true,
"grossWeightAllowed": true,
"outOfGaugeAllowed": true,
"dangerousGoodsAllowed": true,
"cargoCutOffInMinutes": 0
}
],
"tarRequired": true,
"roadLicenseIdRequired": true
},
"actions": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "load",
"groupId": "string",
"name": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"results": [],
"answers": {},
"attachments": []
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"entity": {}
},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
null
],
"contextEvents": [
null
],
"attributes": [
null
],
"timeslotBookings": [
null
],
"identifiers": [
null
],
"constraints": [
null
],
"communicationRequests": [
null
],
"consignment": {},
"isContainmentAction": true,
"vehicle": {},
"transportEquipment": {},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {},
"containmentUUID": "string"
},
"description": "string"
}
],
"communicationRequests": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"description": "string",
"status": "pending",
"responseMessage": "string",
"responseValue": "string"
}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"language": {}
}
],
"dateTime": "2019-08-24T14:15:22Z",
"vehicle": {},
"transportEquipment": {},
"stopAction": {
"trip": {
"entity": {}
}
},
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "addressGeoReference",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string",
"hash": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"versionNumber": 0,
"constraints": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
},
"description": "string"
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
null
],
"fleets": [
null
],
"features": [
null
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {},
"lat": 0.1,
"lon": 0.1,
"speed": {},
"heading": {},
"bearing": {},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{}
],
"actors": [
{}
],
"actions": [
{}
],
"pricingElements": [
{
"business": {}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"expectedCost": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{}
],
"identifiers": [
{}
],
"attributes": [
{}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
null
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{}
],
"contextEvents": [
{
"externalAttributes": {},
"identifiers": []
}
],
"attributes": [
{}
],
"timeslotBookings": [
{
"action": {},
"bookedBy": {}
}
],
"identifiers": [
{}
],
"constraints": [
{}
],
"communicationRequests": [
{
"communicationRequests": []
}
],
"consignment": {
"associationType": "inline",
"entity": {
"goods": [],
"consignment": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"documents": [],
"actors": [],
"actions": [],
"pricingElements": [],
"externalAttributes": {},
"constraints": [],
"identifiers": [],
"attributes": []
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"description": "string"
},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
}
],
"constraints": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "accessConstraint",
"name": "string",
"enforceability": "enforced",
"description": "string"
}
],
"pricingElements": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"sequenceNr": 0,
"quantity": 0,
"name": "string",
"description": "string",
"category": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"creditCode": "string",
"debitCode": "string",
"defaultValue": 0.1,
"enabled": true,
"tripRevenue": true
},
"business": {}
}
],
"remark": "string",
"hash": "string",
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"dataIsComplete": true
},
"currentLocation": {
"administrativeReference": {
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string"
},
"lat": 0.1,
"lon": 0.1,
"speed": {
"value": "string",
"unit": "string"
},
"heading": {
"value": "string",
"unit": "string"
},
"bearing": {
"value": "string",
"unit": "string"
},
"bearingType": "absolute"
},
"nextAction": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "load",
"groupId": "string",
"name": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"dateTime": "2019-08-24T14:15:22Z",
"identifiers": [
null
],
"vehicle": {
"business": {},
"pictures": [],
"loadCapacities": [],
"boardComputers": [],
"notes": [],
"sensors": [],
"fleets": [],
"chauffeurs": [],
"transportEquipments": [],
"actors": [],
"identifiers": [],
"cameras": [],
"pricingModules": [],
"axles": [],
"attributes": []
},
"transportEquipment": {
"documents": [],
"actors": [],
"actions": [],
"identifiers": [],
"requirementCodes": [],
"sensors": [],
"boardComputers": [],
"business": {},
"pricingModules": [],
"constraints": [],
"attributes": [],
"axles": []
},
"stopAction": {},
"geoReference": {}
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
],
"timeslotBookings": [
{
"nonce": "string",
"timeslot": {},
"action": {},
"consignment": {
"goods": [],
"consignment": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"documents": [],
"actors": [],
"actions": [],
"pricingElements": [],
"externalAttributes": {},
"constraints": [],
"identifiers": [],
"attributes": []
},
"status": "REQUESTED",
"bookingDate": "2019-08-24",
"bookingStartTime": "2019-08-24T14:15:22Z",
"bookingEndTime": "2019-08-24T14:15:22Z",
"bookedBy": {},
"bookedAt": "2019-08-24T14:15:22Z",
"confirmedAt": "2019-08-24T14:15:22Z",
"cancelledAt": "2019-08-24T14:15:22Z",
"cancellationReason": "string",
"referenceNumber": "string",
"notes": "string",
"actualArrivalTime": "2019-08-24T14:15:22Z",
"actualDepartureTime": "2019-08-24T14:15:22Z"
}
],
"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": [
{}
]
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
null
],
"team": {
"emailIntegration": {},
"vehicleGroups": [],
"fleets": [],
"features": [],
"managers": [],
"users": []
},
"consignment": {},
"currentLocation": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
null
],
"actors": [
null
],
"actions": [
null
],
"pricingElements": [
null
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"moneyBuildBlocks": []
},
"expectedCost": {
"moneyBuildBlocks": []
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
null
],
"identifiers": [
null
],
"attributes": [
null
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"description": "string"
}
],
"communicationRequests": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"description": "string",
"status": "pending",
"responseMessage": "string",
"responseValue": "string"
}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"dateTime": "2019-08-24T14:15:22Z",
"vehicle": {},
"transportEquipment": {},
"stopAction": {
"trip": {
"associationType": "inline",
"entity": {},
"description": "string"
}
},
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "addressGeoReference",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string",
"hash": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"versionNumber": 0,
"constraints": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
},
"description": "string"
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{
"associationType": "inline"
}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
{
"nonce": "string",
"name": "string",
"vehicles": [
{}
]
}
],
"fleets": [
{
"nonce": "string",
"vehicles": [
null
],
"teams": [
{}
],
"businesses": [
{}
],
"name": "string",
"number": "string"
}
],
"features": [
{
"name": "string",
"accountTypes": [
null
]
}
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string"
},
"lat": 0.1,
"lon": 0.1,
"speed": {
"value": "string",
"unit": "string"
},
"heading": {
"value": "string",
"unit": "string"
},
"bearing": {
"value": "string",
"unit": "string"
},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{
"associationType": "inline"
}
],
"actors": [
{
"associationType": "inline"
}
],
"actions": [
{
"associationType": "inline"
}
],
"pricingElements": [
{
"nonce": "string",
"sequenceNr": 0,
"quantity": 0,
"name": "string",
"description": "string",
"category": {
"nonce": "string",
"name": "string",
"creditCode": "string",
"debitCode": "string",
"defaultValue": 0.1,
"enabled": true,
"tripRevenue": true,
"identifiers": [
null
]
},
"business": {},
"amount": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
},
"subTotal": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
},
"tax": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
},
"total": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {}
}
]
},
"expectedCost": {
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {}
}
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
}
],
"identifiers": [
{
"nonce": "string",
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"dateTime": "2019-08-24T14:15:22Z",
"identifiers": [
{}
],
"vehicle": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"business": {},
"pictures": [
null
],
"transportMode": "maritime",
"loadCapacities": [
null
],
"loadLoadMeters": {},
"brand": {
"identifiers": [],
"business": {}
},
"boardComputers": [
null
],
"notes": [
{}
],
"sensors": [
null
],
"fleets": [
null
],
"trip": {
"currentAction": {},
"vehicle": {},
"chauffeurs": [],
"transportEquipments": [],
"consignments": [],
"contextEvents": [],
"documents": [],
"actors": [],
"actions": [],
"constraints": [],
"identifiers": [],
"businesses": [],
"teams": [],
"pricingElements": [],
"externalAttributes": {},
"firstAction": {},
"nextAction": {},
"lastAction": {}
},
"chauffeurs": [
null
],
"transportEquipments": [
null
],
"actors": [
null
],
"identifiers": [
null
],
"cameras": [
null
],
"legalStatistics": {
"countryCabotageStatistics": {}
},
"capacityContract": {
"business": {},
"administration": {},
"pricingModules": [],
"consignments": []
},
"pricingModules": [
null
],
"name": "string",
"description": "string",
"vin": "string",
"licensePlate": "string",
"vehicleType": "string",
"emissionStandard": "euro0",
"fuelCapacity": {},
"fuelType": "string",
"maxLinks": 0,
"length": {},
"height": {},
"width": {},
"loadLength": {},
"loadHeight": {},
"loadWidth": {},
"maxWeight": {},
"emptyWeight": {},
"axles": [
null
],
"operational": true,
"attributes": [
null
]
},
"transportEquipment": {
"nonce": "string",
"type": "transportEquipment",
"name": "string",
"description": "string",
"remark": "string",
"barCode": "string",
"quantity": 0,
"weight": {},
"grossWeight": {},
"maxStackableWeight": {},
"width": {},
"height": {},
"length": {},
"loadMeters": {},
"documents": [
null
],
"actors": [
null
],
"actions": [
{}
],
"identifiers": [
null
],
"loadWidth": {},
"loadHeight": {},
"loadLength": {},
"maxWeight": {},
"loadLoadMeters": {},
"equipmentType": "string",
"equipmentSubType": "string",
"licensePlate": "string",
"vin": "string",
"equipmentId": "string",
"seal": "string",
"requirementCodes": [
null
],
"adr": {},
"sensors": [
null
],
"boardComputers": [
{}
],
"business": {},
"operational": true,
"internal": true,
"trip": {
"currentAction": {},
"vehicle": {},
"chauffeurs": [],
"transportEquipments": [],
"consignments": [],
"contextEvents": [],
"documents": [],
"actors": [],
"actions": [],
"constraints": [],
"identifiers": [],
"businesses": [],
"teams": [],
"pricingElements": [],
"externalAttributes": {},
"firstAction": {},
"nextAction": {},
"lastAction": {}
},
"capacityContract": {
"business": {},
"administration": {},
"pricingModules": [],
"consignments": []
},
"pricingModules": [
null
],
"constraints": [
null
],
"attributes": [
null
],
"axles": [
null
]
},
"stopAction": {
"trip": {
"entity": {}
},
"distanceToNextStop": 0
},
"geoReference": {
"nonce": "string",
"type": "addressGeoReference",
"hash": "string",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postCode": "string",
"city": "string",
"country": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
],
"timeslotBookings": [
{
"nonce": "string",
"timeslot": {
"nonce": "string",
"timeWindow": {},
"location": {
"contactDetails": [],
"contactPersons": [],
"pricingElements": [],
"identifiers": [],
"externalAttributes": {},
"attributes": [],
"loadingDocks": [],
"actions": [],
"constraints": []
},
"loadingDock": {
"location": {}
},
"slotType": "PICKUP",
"maxCapacity": 0,
"currentBookings": 0,
"description": "string",
"active": true,
"bookingCutoffHours": 0,
"estimatedDurationMinutes": 0
},
"action": {},
"consignment": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
null
],
"team": {
"emailIntegration": {},
"vehicleGroups": [],
"fleets": [],
"features": [],
"managers": [],
"users": []
},
"consignment": {},
"currentLocation": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
null
],
"actors": [
null
],
"actions": [
null
],
"pricingElements": [
null
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"moneyBuildBlocks": []
},
"expectedCost": {
"moneyBuildBlocks": []
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
null
],
"identifiers": [
null
],
"attributes": [
null
]
},
"status": "REQUESTED",
"bookingDate": "2019-08-24",
"bookingStartTime": "2019-08-24T14:15:22Z",
"bookingEndTime": "2019-08-24T14:15:22Z",
"bookedBy": {},
"bookedAt": "2019-08-24T14:15:22Z",
"confirmedAt": "2019-08-24T14:15:22Z",
"cancelledAt": "2019-08-24T14:15:22Z",
"cancellationReason": "string",
"referenceNumber": "string",
"notes": "string",
"actualArrivalTime": "2019-08-24T14:15:22Z",
"actualDepartureTime": "2019-08-24T14:15:22Z"
}
],
"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": [
{}
]
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
null
],
"fleets": [
null
],
"features": [
null
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {},
"lat": 0.1,
"lon": 0.1,
"speed": {},
"heading": {},
"bearing": {},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{}
],
"actors": [
{}
],
"actions": [
{}
],
"pricingElements": [
{
"business": {}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"expectedCost": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{}
],
"identifiers": [
{}
],
"attributes": [
{}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"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": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "load",
"groupId": "string",
"name": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"dateTime": "2019-08-24T14:15:22Z",
"identifiers": [
null
],
"vehicle": {
"business": {},
"pictures": [],
"loadCapacities": [],
"boardComputers": [],
"notes": [],
"sensors": [],
"fleets": [],
"chauffeurs": [],
"transportEquipments": [],
"actors": [],
"identifiers": [],
"cameras": [],
"pricingModules": [],
"axles": [],
"attributes": []
},
"transportEquipment": {
"documents": [],
"actors": [],
"actions": [],
"identifiers": [],
"requirementCodes": [],
"sensors": [],
"boardComputers": [],
"business": {},
"pricingModules": [],
"constraints": [],
"attributes": [],
"axles": []
},
"stopAction": {},
"geoReference": {}
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
],
"timeslotBookings": [
{
"nonce": "string",
"timeslot": {},
"action": {},
"consignment": {
"goods": [],
"consignment": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"documents": [],
"actors": [],
"actions": [],
"pricingElements": [],
"externalAttributes": {},
"constraints": [],
"identifiers": [],
"attributes": []
},
"status": "REQUESTED",
"bookingDate": "2019-08-24",
"bookingStartTime": "2019-08-24T14:15:22Z",
"bookingEndTime": "2019-08-24T14:15:22Z",
"bookedBy": {},
"bookedAt": "2019-08-24T14:15:22Z",
"confirmedAt": "2019-08-24T14:15:22Z",
"cancelledAt": "2019-08-24T14:15:22Z",
"cancellationReason": "string",
"referenceNumber": "string",
"notes": "string",
"actualArrivalTime": "2019-08-24T14:15:22Z",
"actualDepartureTime": "2019-08-24T14:15:22Z"
}
],
"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": [
{}
]
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
null
],
"team": {
"emailIntegration": {},
"vehicleGroups": [],
"fleets": [],
"features": [],
"managers": [],
"users": []
},
"consignment": {},
"currentLocation": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
null
],
"actors": [
null
],
"actions": [
null
],
"pricingElements": [
null
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"moneyBuildBlocks": []
},
"expectedCost": {
"moneyBuildBlocks": []
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
null
],
"identifiers": [
null
],
"attributes": [
null
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"description": "string"
}
],
"communicationRequests": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"description": "string",
"status": "pending",
"responseMessage": "string",
"responseValue": "string"
}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"dateTime": "2019-08-24T14:15:22Z",
"vehicle": {},
"transportEquipment": {},
"stopAction": {
"trip": {
"associationType": "inline",
"entity": {},
"description": "string"
}
},
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "addressGeoReference",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string",
"hash": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"versionNumber": 0,
"constraints": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
},
"description": "string"
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{
"associationType": "inline"
}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
{
"nonce": "string",
"name": "string",
"vehicles": [
{}
]
}
],
"fleets": [
{
"nonce": "string",
"vehicles": [
null
],
"teams": [
{}
],
"businesses": [
{}
],
"name": "string",
"number": "string"
}
],
"features": [
{
"name": "string",
"accountTypes": [
null
]
}
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string"
},
"lat": 0.1,
"lon": 0.1,
"speed": {
"value": "string",
"unit": "string"
},
"heading": {
"value": "string",
"unit": "string"
},
"bearing": {
"value": "string",
"unit": "string"
},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{
"associationType": "inline"
}
],
"actors": [
{
"associationType": "inline"
}
],
"actions": [
{
"associationType": "inline"
}
],
"pricingElements": [
{
"nonce": "string",
"sequenceNr": 0,
"quantity": 0,
"name": "string",
"description": "string",
"category": {
"nonce": "string",
"name": "string",
"creditCode": "string",
"debitCode": "string",
"defaultValue": 0.1,
"enabled": true,
"tripRevenue": true,
"identifiers": [
null
]
},
"business": {},
"amount": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
},
"subTotal": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
},
"tax": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
},
"total": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {}
}
]
},
"expectedCost": {
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {}
}
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
}
],
"identifiers": [
{
"nonce": "string",
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"dateTime": "2019-08-24T14:15:22Z",
"identifiers": [
{}
],
"vehicle": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"business": {},
"pictures": [
null
],
"transportMode": "maritime",
"loadCapacities": [
null
],
"loadLoadMeters": {},
"brand": {
"identifiers": [],
"business": {}
},
"boardComputers": [
null
],
"notes": [
{}
],
"sensors": [
null
],
"fleets": [
null
],
"trip": {
"currentAction": {},
"vehicle": {},
"chauffeurs": [],
"transportEquipments": [],
"consignments": [],
"contextEvents": [],
"documents": [],
"actors": [],
"actions": [],
"constraints": [],
"identifiers": [],
"businesses": [],
"teams": [],
"pricingElements": [],
"externalAttributes": {},
"firstAction": {},
"nextAction": {},
"lastAction": {}
},
"chauffeurs": [
null
],
"transportEquipments": [
null
],
"actors": [
null
],
"identifiers": [
null
],
"cameras": [
null
],
"legalStatistics": {
"countryCabotageStatistics": {}
},
"capacityContract": {
"business": {},
"administration": {},
"pricingModules": [],
"consignments": []
},
"pricingModules": [
null
],
"name": "string",
"description": "string",
"vin": "string",
"licensePlate": "string",
"vehicleType": "string",
"emissionStandard": "euro0",
"fuelCapacity": {},
"fuelType": "string",
"maxLinks": 0,
"length": {},
"height": {},
"width": {},
"loadLength": {},
"loadHeight": {},
"loadWidth": {},
"maxWeight": {},
"emptyWeight": {},
"axles": [
null
],
"operational": true,
"attributes": [
null
]
},
"transportEquipment": {
"nonce": "string",
"type": "transportEquipment",
"name": "string",
"description": "string",
"remark": "string",
"barCode": "string",
"quantity": 0,
"weight": {},
"grossWeight": {},
"maxStackableWeight": {},
"width": {},
"height": {},
"length": {},
"loadMeters": {},
"documents": [
null
],
"actors": [
null
],
"actions": [
{}
],
"identifiers": [
null
],
"loadWidth": {},
"loadHeight": {},
"loadLength": {},
"maxWeight": {},
"loadLoadMeters": {},
"equipmentType": "string",
"equipmentSubType": "string",
"licensePlate": "string",
"vin": "string",
"equipmentId": "string",
"seal": "string",
"requirementCodes": [
null
],
"adr": {},
"sensors": [
null
],
"boardComputers": [
{}
],
"business": {},
"operational": true,
"internal": true,
"trip": {
"currentAction": {},
"vehicle": {},
"chauffeurs": [],
"transportEquipments": [],
"consignments": [],
"contextEvents": [],
"documents": [],
"actors": [],
"actions": [],
"constraints": [],
"identifiers": [],
"businesses": [],
"teams": [],
"pricingElements": [],
"externalAttributes": {},
"firstAction": {},
"nextAction": {},
"lastAction": {}
},
"capacityContract": {
"business": {},
"administration": {},
"pricingModules": [],
"consignments": []
},
"pricingModules": [
null
],
"constraints": [
null
],
"attributes": [
null
],
"axles": [
null
]
},
"stopAction": {
"trip": {
"entity": {}
},
"distanceToNextStop": 0
},
"geoReference": {
"nonce": "string",
"type": "addressGeoReference",
"hash": "string",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postCode": "string",
"city": "string",
"country": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
],
"timeslotBookings": [
{
"nonce": "string",
"timeslot": {
"nonce": "string",
"timeWindow": {},
"location": {
"contactDetails": [],
"contactPersons": [],
"pricingElements": [],
"identifiers": [],
"externalAttributes": {},
"attributes": [],
"loadingDocks": [],
"actions": [],
"constraints": []
},
"loadingDock": {
"location": {}
},
"slotType": "PICKUP",
"maxCapacity": 0,
"currentBookings": 0,
"description": "string",
"active": true,
"bookingCutoffHours": 0,
"estimatedDurationMinutes": 0
},
"action": {},
"consignment": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
null
],
"team": {
"emailIntegration": {},
"vehicleGroups": [],
"fleets": [],
"features": [],
"managers": [],
"users": []
},
"consignment": {},
"currentLocation": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
null
],
"actors": [
null
],
"actions": [
null
],
"pricingElements": [
null
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"moneyBuildBlocks": []
},
"expectedCost": {
"moneyBuildBlocks": []
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
null
],
"identifiers": [
null
],
"attributes": [
null
]
},
"status": "REQUESTED",
"bookingDate": "2019-08-24",
"bookingStartTime": "2019-08-24T14:15:22Z",
"bookingEndTime": "2019-08-24T14:15:22Z",
"bookedBy": {},
"bookedAt": "2019-08-24T14:15:22Z",
"confirmedAt": "2019-08-24T14:15:22Z",
"cancelledAt": "2019-08-24T14:15:22Z",
"cancellationReason": "string",
"referenceNumber": "string",
"notes": "string",
"actualArrivalTime": "2019-08-24T14:15:22Z",
"actualDepartureTime": "2019-08-24T14:15:22Z"
}
],
"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": [
{}
]
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
null
],
"fleets": [
null
],
"features": [
null
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {},
"lat": 0.1,
"lon": 0.1,
"speed": {},
"heading": {},
"bearing": {},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{}
],
"actors": [
{}
],
"actions": [
{}
],
"pricingElements": [
{
"business": {}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"expectedCost": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{}
],
"identifiers": [
{}
],
"attributes": [
{}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"description": "string"
},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"lastPlannedAction": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "load",
"groupId": "string",
"name": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"dateTime": "2019-08-24T14:15:22Z",
"identifiers": [
null
],
"vehicle": {
"business": {},
"pictures": [],
"loadCapacities": [],
"boardComputers": [],
"notes": [],
"sensors": [],
"fleets": [],
"chauffeurs": [],
"transportEquipments": [],
"actors": [],
"identifiers": [],
"cameras": [],
"pricingModules": [],
"axles": [],
"attributes": []
},
"transportEquipment": {
"documents": [],
"actors": [],
"actions": [],
"identifiers": [],
"requirementCodes": [],
"sensors": [],
"boardComputers": [],
"business": {},
"pricingModules": [],
"constraints": [],
"attributes": [],
"axles": []
},
"stopAction": {},
"geoReference": {}
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
],
"timeslotBookings": [
{
"nonce": "string",
"timeslot": {},
"action": {},
"consignment": {
"goods": [],
"consignment": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"documents": [],
"actors": [],
"actions": [],
"pricingElements": [],
"externalAttributes": {},
"constraints": [],
"identifiers": [],
"attributes": []
},
"status": "REQUESTED",
"bookingDate": "2019-08-24",
"bookingStartTime": "2019-08-24T14:15:22Z",
"bookingEndTime": "2019-08-24T14:15:22Z",
"bookedBy": {},
"bookedAt": "2019-08-24T14:15:22Z",
"confirmedAt": "2019-08-24T14:15:22Z",
"cancelledAt": "2019-08-24T14:15:22Z",
"cancellationReason": "string",
"referenceNumber": "string",
"notes": "string",
"actualArrivalTime": "2019-08-24T14:15:22Z",
"actualDepartureTime": "2019-08-24T14:15:22Z"
}
],
"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": [
{}
]
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
null
],
"team": {
"emailIntegration": {},
"vehicleGroups": [],
"fleets": [],
"features": [],
"managers": [],
"users": []
},
"consignment": {},
"currentLocation": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
null
],
"actors": [
null
],
"actions": [
null
],
"pricingElements": [
null
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"moneyBuildBlocks": []
},
"expectedCost": {
"moneyBuildBlocks": []
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
null
],
"identifiers": [
null
],
"attributes": [
null
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"description": "string"
}
],
"communicationRequests": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"description": "string",
"status": "pending",
"responseMessage": "string",
"responseValue": "string"
}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"dateTime": "2019-08-24T14:15:22Z",
"vehicle": {},
"transportEquipment": {},
"stopAction": {
"trip": {
"associationType": "inline",
"entity": {},
"description": "string"
}
},
"geoReference": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "addressGeoReference",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string",
"hash": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"versionNumber": 0,
"constraints": [
{
"associationType": "inline",
"entity": {
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
},
"description": "string"
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{
"associationType": "inline"
}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
{
"nonce": "string",
"name": "string",
"vehicles": [
{}
]
}
],
"fleets": [
{
"nonce": "string",
"vehicles": [
null
],
"teams": [
{}
],
"businesses": [
{}
],
"name": "string",
"number": "string"
}
],
"features": [
{
"name": "string",
"accountTypes": [
null
]
}
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postalCode": "string",
"city": "string",
"country": "string"
},
"lat": 0.1,
"lon": 0.1,
"speed": {
"value": "string",
"unit": "string"
},
"heading": {
"value": "string",
"unit": "string"
},
"bearing": {
"value": "string",
"unit": "string"
},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{
"associationType": "inline"
}
],
"actors": [
{
"associationType": "inline"
}
],
"actions": [
{
"associationType": "inline"
}
],
"pricingElements": [
{
"nonce": "string",
"sequenceNr": 0,
"quantity": 0,
"name": "string",
"description": "string",
"category": {
"nonce": "string",
"name": "string",
"creditCode": "string",
"debitCode": "string",
"defaultValue": 0.1,
"enabled": true,
"tripRevenue": true,
"identifiers": [
null
]
},
"business": {},
"amount": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
},
"subTotal": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
},
"tax": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
},
"total": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true
}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {}
}
]
},
"expectedCost": {
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {}
}
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{
"nonce": "string",
"name": "string",
"enforceability": "enforced",
"type": "accessConstraint",
"description": "string"
}
],
"identifiers": [
{
"nonce": "string",
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"type": "load",
"name": "string",
"groupId": "string",
"externalAttributes": {
"property1": {},
"property2": {}
},
"lifeCycle": "requested",
"result": {
"status": "succeeded",
"remark": "string",
"reason": "string",
"results": [
{
"property1": {},
"property2": {}
}
],
"answers": {
"property1": {},
"property2": {}
},
"attachments": [
{
"questionId": "string",
"type": "photo",
"documentId": "string",
"dataUrl": "string"
}
]
},
"remark": "string",
"sequenceNr": 0,
"tripSequenceNr": 0,
"location": {
"associationType": "inline",
"entity": {},
"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,
"inTripOnly": true,
"actions": [
{}
],
"documents": [
{
"associationType": "inline"
}
],
"contextEvents": [
{
"nonce": "string",
"type": "generalEvent",
"lifeCycle": "requested",
"externalAttributes": {
"property1": {},
"property2": {}
},
"dateTime": "2019-08-24T14:15:22Z",
"identifiers": [
{}
],
"vehicle": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"business": {},
"pictures": [
null
],
"transportMode": "maritime",
"loadCapacities": [
null
],
"loadLoadMeters": {},
"brand": {
"identifiers": [],
"business": {}
},
"boardComputers": [
null
],
"notes": [
{}
],
"sensors": [
null
],
"fleets": [
null
],
"trip": {
"currentAction": {},
"vehicle": {},
"chauffeurs": [],
"transportEquipments": [],
"consignments": [],
"contextEvents": [],
"documents": [],
"actors": [],
"actions": [],
"constraints": [],
"identifiers": [],
"businesses": [],
"teams": [],
"pricingElements": [],
"externalAttributes": {},
"firstAction": {},
"nextAction": {},
"lastAction": {}
},
"chauffeurs": [
null
],
"transportEquipments": [
null
],
"actors": [
null
],
"identifiers": [
null
],
"cameras": [
null
],
"legalStatistics": {
"countryCabotageStatistics": {}
},
"capacityContract": {
"business": {},
"administration": {},
"pricingModules": [],
"consignments": []
},
"pricingModules": [
null
],
"name": "string",
"description": "string",
"vin": "string",
"licensePlate": "string",
"vehicleType": "string",
"emissionStandard": "euro0",
"fuelCapacity": {},
"fuelType": "string",
"maxLinks": 0,
"length": {},
"height": {},
"width": {},
"loadLength": {},
"loadHeight": {},
"loadWidth": {},
"maxWeight": {},
"emptyWeight": {},
"axles": [
null
],
"operational": true,
"attributes": [
null
]
},
"transportEquipment": {
"nonce": "string",
"type": "transportEquipment",
"name": "string",
"description": "string",
"remark": "string",
"barCode": "string",
"quantity": 0,
"weight": {},
"grossWeight": {},
"maxStackableWeight": {},
"width": {},
"height": {},
"length": {},
"loadMeters": {},
"documents": [
null
],
"actors": [
null
],
"actions": [
{}
],
"identifiers": [
null
],
"loadWidth": {},
"loadHeight": {},
"loadLength": {},
"maxWeight": {},
"loadLoadMeters": {},
"equipmentType": "string",
"equipmentSubType": "string",
"licensePlate": "string",
"vin": "string",
"equipmentId": "string",
"seal": "string",
"requirementCodes": [
null
],
"adr": {},
"sensors": [
null
],
"boardComputers": [
{}
],
"business": {},
"operational": true,
"internal": true,
"trip": {
"currentAction": {},
"vehicle": {},
"chauffeurs": [],
"transportEquipments": [],
"consignments": [],
"contextEvents": [],
"documents": [],
"actors": [],
"actions": [],
"constraints": [],
"identifiers": [],
"businesses": [],
"teams": [],
"pricingElements": [],
"externalAttributes": {},
"firstAction": {},
"nextAction": {},
"lastAction": {}
},
"capacityContract": {
"business": {},
"administration": {},
"pricingModules": [],
"consignments": []
},
"pricingModules": [
null
],
"constraints": [
null
],
"attributes": [
null
],
"axles": [
null
]
},
"stopAction": {
"trip": {
"entity": {}
},
"distanceToNextStop": 0
},
"geoReference": {
"nonce": "string",
"type": "addressGeoReference",
"hash": "string",
"name": "string",
"street": "string",
"houseNumber": "string",
"houseNumberAddition": "string",
"postCode": "string",
"city": "string",
"country": "string"
}
}
],
"attributes": [
{
"nonce": "string",
"name": "string",
"color": "string"
}
],
"timeslotBookings": [
{
"nonce": "string",
"timeslot": {
"nonce": "string",
"timeWindow": {},
"location": {
"contactDetails": [],
"contactPersons": [],
"pricingElements": [],
"identifiers": [],
"externalAttributes": {},
"attributes": [],
"loadingDocks": [],
"actions": [],
"constraints": []
},
"loadingDock": {
"location": {}
},
"slotType": "PICKUP",
"maxCapacity": 0,
"currentBookings": 0,
"description": "string",
"active": true,
"bookingCutoffHours": 0,
"estimatedDurationMinutes": 0
},
"action": {},
"consignment": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
null
],
"team": {
"emailIntegration": {},
"vehicleGroups": [],
"fleets": [],
"features": [],
"managers": [],
"users": []
},
"consignment": {},
"currentLocation": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
null
],
"actors": [
null
],
"actions": [
null
],
"pricingElements": [
null
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"moneyBuildBlocks": []
},
"expectedCost": {
"moneyBuildBlocks": []
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
null
],
"identifiers": [
null
],
"attributes": [
null
]
},
"status": "REQUESTED",
"bookingDate": "2019-08-24",
"bookingStartTime": "2019-08-24T14:15:22Z",
"bookingEndTime": "2019-08-24T14:15:22Z",
"bookedBy": {},
"bookedAt": "2019-08-24T14:15:22Z",
"confirmedAt": "2019-08-24T14:15:22Z",
"cancelledAt": "2019-08-24T14:15:22Z",
"cancellationReason": "string",
"referenceNumber": "string",
"notes": "string",
"actualArrivalTime": "2019-08-24T14:15:22Z",
"actualDepartureTime": "2019-08-24T14:15:22Z"
}
],
"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": [
{}
]
}
],
"consignment": {
"associationType": "inline",
"entity": {
"nonce": "string",
"versionNumber": 0,
"hasAgreedToPrice": true,
"orderType": "standard",
"name": "string",
"consignmentNr": "string",
"description": "string",
"status": "draft",
"highValueGoods": true,
"goods": [
{}
],
"team": {
"nonce": "string",
"emailIntegration": {},
"vehicleGroups": [
null
],
"fleets": [
null
],
"features": [
null
],
"managers": [
{}
],
"name": "string",
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"users": [
{}
]
},
"consignment": {},
"currentLocation": {
"administrativeReference": {},
"lat": 0.1,
"lon": 0.1,
"speed": {},
"heading": {},
"bearing": {},
"bearingType": "absolute"
},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"isPlannedToLastLocation": true,
"documents": [
{}
],
"actors": [
{}
],
"actions": [
{}
],
"pricingElements": [
{
"business": {}
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"expectedCost": {
"amount": 0.1,
"currency": {},
"taxRate": {
"identifiers": []
},
"inclusiveOfTax": true,
"moneyBuildBlocks": [
null
]
},
"combined": true,
"type": "string",
"remark": "string",
"constraints": [
{}
],
"identifiers": [
{}
],
"attributes": [
{}
]
}
},
"isContainmentAction": true,
"vehicle": {
"associationType": "inline"
},
"transportEquipment": {
"associationType": "inline"
},
"stop": {},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"description": "string"
},
"pin": "string",
"tar": "string",
"shipmentLine": {
"scacCode": "string",
"smdgCode": "string"
},
"containmentUUID": "string"
},
"isPlannedToLastLocation": true,
"type": "string",
"remark": "string",
"documents": [
{
"associationType": "inline"
}
],
"actors": [
{
"associationType": "inline"
}
],
"actions": [
{
"associationType": "inline"
}
],
"constraints": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "accessConstraint",
"name": "string",
"enforceability": "enforced",
"description": "string"
}
],
"chat": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"title": "string",
"type": "private",
"image": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"url": "string",
"path": "string",
"name": "string",
"originalName": "string",
"size": 0,
"purpose": "string",
"type": "IMAGE",
"mimeType": "string",
"extension": "string",
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"bucket": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string"
},
"uploadedAt": "2019-08-24T14:15:22Z",
"tempFile": "string",
"contentMatrix": [
[
"string"
]
]
},
"active": true,
"starter": {},
"users": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"chat": {},
"user": {},
"business": {},
"chauffeur": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "driver",
"picture": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"url": "string",
"path": "string",
"name": "string",
"originalName": "string",
"size": 0,
"purpose": "string",
"type": "IMAGE",
"mimeType": "string",
"extension": "string",
"identifiers": [
{
"language": {}
}
],
"bucket": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string"
},
"uploadedAt": "2019-08-24T14:15:22Z",
"tempFile": "string",
"contentMatrix": [
[
null
]
]
},
"user": {},
"firstName": "string",
"lastName": "string",
"dateOfBirth": "2019-08-24",
"birthPlace": "string",
"nationality": "string",
"hoursPerMonth": 0.1,
"preferredVehicle": {},
"capacityContract": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"type": "permanentContract",
"communicationMethod": "messageAutomation",
"contract": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"title": "string",
"description": "string",
"deliveryTerms": "EXW",
"contractor": {},
"contractorSignee": {
"language": {}
},
"client": {},
"clientSignee": {
"language": {}
}
},
"business": {},
"administration": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"platforms": [
{}
],
"name": "string",
"primary": true,
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"business": {},
"currency": {
"language": {}
},
"bankAccounts": [
null
],
"numberFormat": "string",
"numberLength": 0,
"dueDays": 0,
"invoiceNumberIndex": {},
"quoteNumberIndex": {},
"invoiceSendMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"automaticallySendReminders": true,
"invoiceFirstReminderMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"invoiceSecondReminderMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"invoiceThirdReminderMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"invoicePaidMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"quoteSendMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"invoiceTermsAndConditions": [
null
],
"quoteTermsAndConditions": [
null
],
"transportOrderTermsAndConditions": [
null
],
"identifiers": [
null
]
},
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"selfBilling": true,
"currency": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"short": "string",
"sign": "string",
"decimalDelimiter": "string",
"thousandDelimiter": "string",
"enabled": true
},
"triggerType": "endOfWeek",
"pricingModules": [
{
"taxRates": [],
"filters": []
}
],
"lastHandledSelfBilling": "2019-08-24T14:15:22Z",
"signature": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"ip": "string",
"userAgent": "string",
"date": "2019-08-24T14:15:22Z",
"file": {
"language": {},
"identifiers": [],
"contentMatrix": []
}
},
"integration": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "manual",
"name": "string",
"description": "string",
"schedule": {},
"dataSources": [
null
],
"enabled": true,
"lastHandled": "2019-08-24T14:15:22Z",
"triggerType": "trigger",
"triggerEvent": "afterCreatingTrip",
"filters": [
null
]
},
"messageAutomation": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "messageAutomation",
"name": "string",
"description": "string",
"automationConfig": {
"filters": [],
"recipients": [],
"manualIntegration": {},
"documentAttachments": [],
"localizedTexts": [],
"userPermissionFilters": []
},
"messageAutomationIntegration": {},
"enabled": true,
"lastHandled": "2019-08-24T14:15:22Z",
"template": true,
"templateCategory": "string"
},
"consignments": [
{
"language": {},
"goods": [],
"team": {},
"consignment": {},
"originalPhysicalSender": {},
"originalLegalSender": {},
"originalPhysicalAddressee": {},
"originalLegalAddressee": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"documents": [],
"actors": [],
"actions": [],
"constraints": [],
"identifiers": [],
"attributes": [],
"externalAttributes": {},
"nextPlanFromAction": {}
}
],
"purchasedUnits": 0,
"capacity": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"platforms": [
{}
],
"name": "string",
"description": "string",
"business": {},
"schedule": {
"language": {},
"platforms": [],
"weekDays": [],
"timeSlotTemplates": [],
"timeSlots": [],
"identifiers": []
},
"modality": "maritime",
"subType": "load",
"capacityPerUnit": {},
"totalUnits": 0,
"availableCapacity": {},
"totalCapacity": {},
"pricingModules": [
null
],
"identifiers": [
null
]
}
},
"adr": {
"hasADR": true,
"ADRNumber": "string",
"ADRValidFromDate": "2019-08-24",
"ADRExpirationDate": "2019-08-24",
"ADRFiles": [
{
"identifiers": []
}
]
},
"driverLicense": {
"hasDriverLicense": true,
"driverLicenseNumber": "string",
"driverLicenseValidFromDate": "2019-08-24",
"driverLicenseExpirationDate": "2019-08-24",
"driverLicenseObtainedOn": "2019-08-24",
"driverLicenseCountryOfIssue": "string",
"driverLicenseIssuingAuthority": "string",
"driverLicenseFiles": [
{
"identifiers": []
}
]
},
"tachoCard": {
"cardId": "string",
"countryOfIssue": "string",
"renewalIndex": "string",
"replacementIndex": "string",
"startOfValidity": "2019-08-24T14:15:22Z",
"endOfValidity": "2019-08-24T14:15:22Z"
},
"operational": true,
"remainingRestingTimes": {
"workWeek": {
"total": 0,
"maximum": 0,
"minimum": 0,
"remaining": 0
},
"workWeekEndWithoutCompensation": "2019-08-24T14:15:22Z",
"nextMinimumWeeklyRestWithoutCompensation": 0,
"breakBelowMinimum": {
"total": 0,
"maximum": 0,
"minimum": 0,
"remaining": 0
},
"dailyRest": {
"total": 0,
"maximum": 0,
"minimum": 0,
"remaining": 0
},
"previousDailyRest": {
"total": 0,
"maximum": 0,
"minimum": 0,
"remaining": 0
}
},
"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"
],
"notes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"author": {},
"name": "string",
"text": "string"
}
],
"boardComputers": [
{}
],
"lastActivity": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "work",
"lifeCycle": "requested",
"chauffeur": {},
"vehicle": {},
"transportEquipments": [
{}
],
"trip": {},
"name": "string",
"description": "string",
"remarks": "string",
"kmsStart": 0,
"kmsEnd": 0,
"start": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z",
"isFromTacho": true
},
"contactDetails": [
{
"associationType": "inline"
}
],
"pricingModules": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "fixed",
"name": "string",
"sequenceNr": 0,
"description": "string",
"category": {
"language": {}
},
"taxRates": [
null
],
"filters": [
null
],
"oncePerInvoice": true,
"targetEntityType": "fleetVehicle",
"amount": 0.1
}
]
},
"vehicle": {},
"permission": "NONE",
"muted": true,
"markedAsUnread": true,
"unreadMessages": 0,
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
]
}
],
"messages": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"chat": {},
"user": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"chat": {},
"user": {},
"business": {},
"chauffeur": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "driver",
"picture": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"url": "string",
"path": "string",
"name": "string",
"originalName": "string",
"size": 0,
"purpose": "string",
"type": "IMAGE",
"mimeType": "string",
"extension": "string",
"identifiers": [
null
],
"bucket": {
"language": {}
},
"uploadedAt": "2019-08-24T14:15:22Z",
"tempFile": "string",
"contentMatrix": [
[]
]
},
"user": {},
"firstName": "string",
"lastName": "string",
"dateOfBirth": "2019-08-24",
"birthPlace": "string",
"nationality": "string",
"hoursPerMonth": 0.1,
"preferredVehicle": {},
"capacityContract": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"type": "permanentContract",
"communicationMethod": "messageAutomation",
"contract": {
"language": {},
"contractor": {},
"client": {}
},
"business": {},
"administration": {
"language": {},
"platforms": [],
"business": {},
"bankAccounts": [],
"invoiceNumberIndex": {},
"quoteNumberIndex": {},
"invoiceTermsAndConditions": [],
"quoteTermsAndConditions": [],
"transportOrderTermsAndConditions": [],
"identifiers": []
},
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"selfBilling": true,
"currency": {
"language": {}
},
"triggerType": "endOfWeek",
"pricingModules": [
null
],
"lastHandledSelfBilling": "2019-08-24T14:15:22Z",
"signature": {
"language": {}
},
"integration": {
"language": {},
"dataSources": [],
"filters": []
},
"messageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"consignments": [
null
],
"purchasedUnits": 0,
"capacity": {
"language": {},
"platforms": [],
"business": {},
"pricingModules": [],
"identifiers": []
}
},
"adr": {
"hasADR": true,
"ADRNumber": "string",
"ADRValidFromDate": "2019-08-24",
"ADRExpirationDate": "2019-08-24",
"ADRFiles": [
null
]
},
"driverLicense": {
"hasDriverLicense": true,
"driverLicenseNumber": "string",
"driverLicenseValidFromDate": "2019-08-24",
"driverLicenseExpirationDate": "2019-08-24",
"driverLicenseObtainedOn": "2019-08-24",
"driverLicenseCountryOfIssue": "string",
"driverLicenseIssuingAuthority": "string",
"driverLicenseFiles": [
null
]
},
"tachoCard": {
"cardId": "string",
"countryOfIssue": "string",
"renewalIndex": "string",
"replacementIndex": "string",
"startOfValidity": "2019-08-24T14:15:22Z",
"endOfValidity": "2019-08-24T14:15:22Z"
},
"operational": true,
"remainingRestingTimes": {
"workWeek": {},
"workWeekEndWithoutCompensation": "2019-08-24T14:15:22Z",
"nextMinimumWeeklyRestWithoutCompensation": 0,
"breakBelowMinimum": {},
"dailyRest": {},
"previousDailyRest": {}
},
"remainingDrivingTimes": {
"daysOfReducedRest": {},
"dailyAmplitude": {},
"drivingTimeBelowMaximum": {},
"dailyDrivingTime": {},
"daysOfDrivingLongerThan9h": {},
"weeklyDrivingTime": {},
"BIWeeklyDrivingTime": {},
"daysOfConsecutiveDriving": {}
},
"upcomingRestingTimes": {
"week": 0,
"year": 0,
"upcomingRestingTime": 0
},
"languages": [
"string"
],
"notes": [
{
"language": {},
"author": {}
}
],
"boardComputers": [
{}
],
"lastActivity": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "work",
"lifeCycle": "requested",
"chauffeur": {},
"vehicle": {},
"transportEquipments": [
{}
],
"trip": {},
"name": "string",
"description": "string",
"remarks": "string",
"kmsStart": 0,
"kmsEnd": 0,
"start": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z",
"isFromTacho": true
},
"contactDetails": [
{}
],
"pricingModules": [
{
"language": {},
"taxRates": [],
"filters": []
}
]
},
"vehicle": {},
"permission": "NONE",
"muted": true,
"markedAsUnread": true,
"unreadMessages": 0,
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
]
},
"message": "string",
"state": "normal",
"type": "normal",
"edited": true,
"files": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"url": "string",
"path": "string",
"name": "string",
"originalName": "string",
"size": 0,
"purpose": "string",
"type": "IMAGE",
"mimeType": "string",
"extension": "string",
"identifiers": [
{
"language": {}
}
],
"bucket": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string"
},
"uploadedAt": "2019-08-24T14:15:22Z",
"tempFile": "string",
"contentMatrix": [
[
null
]
]
}
],
"replyTo": {},
"responses": [
{}
],
"received": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"user": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"chat": {},
"user": {},
"business": {},
"chauffeur": {
"language": {},
"user": {},
"preferredVehicle": {},
"languages": [],
"notes": [],
"boardComputers": [],
"contactDetails": [],
"pricingModules": []
},
"vehicle": {},
"permission": "NONE",
"muted": true,
"markedAsUnread": true,
"unreadMessages": 0,
"identifiers": [
null
]
}
}
],
"read": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"user": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"chat": {},
"user": {},
"business": {},
"chauffeur": {
"language": {},
"user": {},
"preferredVehicle": {},
"languages": [],
"notes": [],
"boardComputers": [],
"contactDetails": [],
"pricingModules": []
},
"vehicle": {},
"permission": "NONE",
"muted": true,
"markedAsUnread": true,
"unreadMessages": 0,
"identifiers": [
null
]
}
}
],
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"mailMessage": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"imap": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"host": "string",
"port": "string",
"username": "string",
"password": "string",
"enabled": true
},
"contentId": "string",
"messageNumber": 0,
"receivedDate": "2019-08-24T14:15:22Z",
"sentDate": "2019-08-24T14:15:22Z",
"read": true,
"starred": true,
"subject": "string",
"plainText": "string",
"text": "string",
"sender": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"email": "string",
"smtp": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"host": "string",
"port": "string",
"username": "string",
"password": "string",
"useOAuth": true,
"tenantId": "string",
"clientId": "string",
"clientSecret": "string",
"oauthScopes": "string"
},
"imap": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"host": "string",
"port": "string",
"username": "string",
"password": "string",
"enabled": true
}
},
"recipients": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"email": "string",
"smtp": {
"language": {}
},
"imap": {
"language": {}
}
}
],
"attachments": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"url": "string",
"path": "string",
"name": "string",
"originalName": "string",
"size": 0,
"purpose": "string",
"type": "IMAGE",
"mimeType": "string",
"extension": "string",
"identifiers": [
null
],
"bucket": {
"language": {}
},
"uploadedAt": "2019-08-24T14:15:22Z",
"tempFile": "string",
"contentMatrix": [
[]
]
}
],
"threadId": "string",
"parentMessageId": "string",
"linkedTransportOrderIds": [
"string"
],
"linkedConsignmentIds": [
"string"
]
},
"translatedMessage": "string"
}
],
"unreadMessages": 0,
"maxCharacters": 0,
"latestMessage": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"chat": {},
"user": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"chat": {},
"user": {},
"business": {},
"chauffeur": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "driver",
"picture": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"url": "string",
"path": "string",
"name": "string",
"originalName": "string",
"size": 0,
"purpose": "string",
"type": "IMAGE",
"mimeType": "string",
"extension": "string",
"identifiers": [
{
"language": {}
}
],
"bucket": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string"
},
"uploadedAt": "2019-08-24T14:15:22Z",
"tempFile": "string",
"contentMatrix": [
[
null
]
]
},
"user": {},
"firstName": "string",
"lastName": "string",
"dateOfBirth": "2019-08-24",
"birthPlace": "string",
"nationality": "string",
"hoursPerMonth": 0.1,
"preferredVehicle": {},
"capacityContract": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"type": "permanentContract",
"communicationMethod": "messageAutomation",
"contract": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"title": "string",
"description": "string",
"deliveryTerms": "EXW",
"contractor": {},
"contractorSignee": {
"language": {}
},
"client": {},
"clientSignee": {
"language": {}
}
},
"business": {},
"administration": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"platforms": [
{}
],
"name": "string",
"primary": true,
"transportOrderPrefix": "string",
"consignmentPrefix": "string",
"business": {},
"currency": {
"language": {}
},
"bankAccounts": [
null
],
"numberFormat": "string",
"numberLength": 0,
"dueDays": 0,
"invoiceNumberIndex": {},
"quoteNumberIndex": {},
"invoiceSendMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"automaticallySendReminders": true,
"invoiceFirstReminderMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"invoiceSecondReminderMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"invoiceThirdReminderMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"invoicePaidMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"quoteSendMessageAutomation": {
"language": {},
"messageAutomationIntegration": {}
},
"invoiceTermsAndConditions": [
null
],
"quoteTermsAndConditions": [
null
],
"transportOrderTermsAndConditions": [
null
],
"identifiers": [
null
]
},
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"selfBilling": true,
"currency": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"short": "string",
"sign": "string",
"decimalDelimiter": "string",
"thousandDelimiter": "string",
"enabled": true
},
"triggerType": "endOfWeek",
"pricingModules": [
{
"taxRates": [],
"filters": []
}
],
"lastHandledSelfBilling": "2019-08-24T14:15:22Z",
"signature": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"ip": "string",
"userAgent": "string",
"date": "2019-08-24T14:15:22Z",
"file": {
"language": {},
"identifiers": [],
"contentMatrix": []
}
},
"integration": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "manual",
"name": "string",
"description": "string",
"schedule": {},
"dataSources": [
null
],
"enabled": true,
"lastHandled": "2019-08-24T14:15:22Z",
"triggerType": "trigger",
"triggerEvent": "afterCreatingTrip",
"filters": [
null
]
},
"messageAutomation": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "messageAutomation",
"name": "string",
"description": "string",
"automationConfig": {
"filters": [],
"recipients": [],
"manualIntegration": {},
"documentAttachments": [],
"localizedTexts": [],
"userPermissionFilters": []
},
"messageAutomationIntegration": {},
"enabled": true,
"lastHandled": "2019-08-24T14:15:22Z",
"template": true,
"templateCategory": "string"
},
"consignments": [
{
"language": {},
"goods": [],
"team": {},
"consignment": {},
"originalPhysicalSender": {},
"originalLegalSender": {},
"originalPhysicalAddressee": {},
"originalLegalAddressee": {},
"nextAction": {},
"lastAction": {},
"lastPlannedAction": {},
"documents": [],
"actors": [],
"actions": [],
"constraints": [],
"identifiers": [],
"attributes": [],
"externalAttributes": {},
"nextPlanFromAction": {}
}
],
"purchasedUnits": 0,
"capacity": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"platforms": [
{}
],
"name": "string",
"description": "string",
"business": {},
"schedule": {
"language": {},
"platforms": [],
"weekDays": [],
"timeSlotTemplates": [],
"timeSlots": [],
"identifiers": []
},
"modality": "maritime",
"subType": "load",
"capacityPerUnit": {},
"totalUnits": 0,
"availableCapacity": {},
"totalCapacity": {},
"pricingModules": [
null
],
"identifiers": [
null
]
}
},
"adr": {
"hasADR": true,
"ADRNumber": "string",
"ADRValidFromDate": "2019-08-24",
"ADRExpirationDate": "2019-08-24",
"ADRFiles": [
{
"identifiers": []
}
]
},
"driverLicense": {
"hasDriverLicense": true,
"driverLicenseNumber": "string",
"driverLicenseValidFromDate": "2019-08-24",
"driverLicenseExpirationDate": "2019-08-24",
"driverLicenseObtainedOn": "2019-08-24",
"driverLicenseCountryOfIssue": "string",
"driverLicenseIssuingAuthority": "string",
"driverLicenseFiles": [
{
"identifiers": []
}
]
},
"tachoCard": {
"cardId": "string",
"countryOfIssue": "string",
"renewalIndex": "string",
"replacementIndex": "string",
"startOfValidity": "2019-08-24T14:15:22Z",
"endOfValidity": "2019-08-24T14:15:22Z"
},
"operational": true,
"remainingRestingTimes": {
"workWeek": {
"total": 0,
"maximum": 0,
"minimum": 0,
"remaining": 0
},
"workWeekEndWithoutCompensation": "2019-08-24T14:15:22Z",
"nextMinimumWeeklyRestWithoutCompensation": 0,
"breakBelowMinimum": {
"total": 0,
"maximum": 0,
"minimum": 0,
"remaining": 0
},
"dailyRest": {
"total": 0,
"maximum": 0,
"minimum": 0,
"remaining": 0
},
"previousDailyRest": {
"total": 0,
"maximum": 0,
"minimum": 0,
"remaining": 0
}
},
"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"
],
"notes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"author": {},
"name": "string",
"text": "string"
}
],
"boardComputers": [
{}
],
"lastActivity": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "work",
"lifeCycle": "requested",
"chauffeur": {},
"vehicle": {},
"transportEquipments": [
{}
],
"trip": {},
"name": "string",
"description": "string",
"remarks": "string",
"kmsStart": 0,
"kmsEnd": 0,
"start": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z",
"isFromTacho": true
},
"contactDetails": [
{
"associationType": "inline"
}
],
"pricingModules": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "fixed",
"name": "string",
"sequenceNr": 0,
"description": "string",
"category": {
"language": {}
},
"taxRates": [
null
],
"filters": [
null
],
"oncePerInvoice": true,
"targetEntityType": "fleetVehicle",
"amount": 0.1
}
]
},
"vehicle": {},
"permission": "NONE",
"muted": true,
"markedAsUnread": true,
"unreadMessages": 0,
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
]
},
"message": "string",
"state": "normal",
"type": "normal",
"edited": true,
"files": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"url": "string",
"path": "string",
"name": "string",
"originalName": "string",
"size": 0,
"purpose": "string",
"type": "IMAGE",
"mimeType": "string",
"extension": "string",
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"bucket": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string"
},
"uploadedAt": "2019-08-24T14:15:22Z",
"tempFile": "string",
"contentMatrix": [
[
"string"
]
]
}
],
"replyTo": {},
"responses": [
{}
],
"received": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"user": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"chat": {},
"user": {},
"business": {},
"chauffeur": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "driver",
"picture": {
"language": {},
"identifiers": [],
"contentMatrix": []
},
"user": {},
"firstName": "string",
"lastName": "string",
"dateOfBirth": "2019-08-24",
"birthPlace": "string",
"nationality": "string",
"hoursPerMonth": 0.1,
"preferredVehicle": {},
"capacityContract": {
"language": {},
"business": {},
"pricingModules": [],
"consignments": []
},
"adr": {
"ADRFiles": []
},
"driverLicense": {
"driverLicenseFiles": []
},
"tachoCard": {},
"operational": true,
"remainingRestingTimes": {},
"remainingDrivingTimes": {},
"upcomingRestingTimes": {},
"languages": [
null
],
"notes": [
null
],
"boardComputers": [
{}
],
"lastActivity": {
"language": {},
"chauffeur": {},
"vehicle": {},
"transportEquipments": [],
"trip": {}
},
"contactDetails": [
null
],
"pricingModules": [
null
]
},
"vehicle": {},
"permission": "NONE",
"muted": true,
"markedAsUnread": true,
"unreadMessages": 0,
"identifiers": [
{
"language": {}
}
]
}
}
],
"read": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"user": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"chat": {},
"user": {},
"business": {},
"chauffeur": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"type": "driver",
"picture": {
"language": {},
"identifiers": [],
"contentMatrix": []
},
"user": {},
"firstName": "string",
"lastName": "string",
"dateOfBirth": "2019-08-24",
"birthPlace": "string",
"nationality": "string",
"hoursPerMonth": 0.1,
"preferredVehicle": {},
"capacityContract": {
"language": {},
"business": {},
"pricingModules": [],
"consignments": []
},
"adr": {
"ADRFiles": []
},
"driverLicense": {
"driverLicenseFiles": []
},
"tachoCard": {},
"operational": true,
"remainingRestingTimes": {},
"remainingDrivingTimes": {},
"upcomingRestingTimes": {},
"languages": [
null
],
"notes": [
null
],
"boardComputers": [
{}
],
"lastActivity": {
"language": {},
"chauffeur": {},
"vehicle": {},
"transportEquipments": [],
"trip": {}
},
"contactDetails": [
null
],
"pricingModules": [
null
]
},
"vehicle": {},
"permission": "NONE",
"muted": true,
"markedAsUnread": true,
"unreadMessages": 0,
"identifiers": [
{
"language": {}
}
]
}
}
],
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"mailMessage": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"imap": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"host": "string",
"port": "string",
"username": "string",
"password": "string",
"enabled": true
},
"contentId": "string",
"messageNumber": 0,
"receivedDate": "2019-08-24T14:15:22Z",
"sentDate": "2019-08-24T14:15:22Z",
"read": true,
"starred": true,
"subject": "string",
"plainText": "string",
"text": "string",
"sender": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"email": "string",
"smtp": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"host": "string",
"port": "string",
"username": "string",
"password": "string",
"useOAuth": true,
"tenantId": "string",
"clientId": "string",
"clientSecret": "string",
"oauthScopes": "string"
},
"imap": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"host": "string",
"port": "string",
"username": "string",
"password": "string",
"enabled": true
}
},
"recipients": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"email": "string",
"smtp": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"host": "string",
"port": "string",
"username": "string",
"password": "string",
"useOAuth": true,
"tenantId": "string",
"clientId": "string",
"clientSecret": "string",
"oauthScopes": "string"
},
"imap": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"host": "string",
"port": "string",
"username": "string",
"password": "string",
"enabled": true
}
}
],
"attachments": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"url": "string",
"path": "string",
"name": "string",
"originalName": "string",
"size": 0,
"purpose": "string",
"type": "IMAGE",
"mimeType": "string",
"extension": "string",
"identifiers": [
{
"language": {}
}
],
"bucket": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string"
},
"uploadedAt": "2019-08-24T14:15:22Z",
"tempFile": "string",
"contentMatrix": [
[
null
]
]
}
],
"threadId": "string",
"parentMessageId": "string",
"linkedTransportOrderIds": [
"string"
],
"linkedConsignmentIds": [
"string"
]
},
"translatedMessage": "string"
},
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
]
},
"pricingElements": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"sequenceNr": 0,
"quantity": 0,
"name": "string",
"description": "string",
"category": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"creditCode": "string",
"debitCode": "string",
"defaultValue": 0.1,
"enabled": true,
"tripRevenue": true
},
"business": {}
}
],
"identifiers": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"system": "string",
"value": "string",
"expiredAt": "2019-08-24T14:15:22Z"
}
],
"attributes": [
{
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"name": "string",
"color": "string"
}
],
"externalAttributes": {
"property1": {},
"property2": {}
},
"expectedRevenue": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"amount": 0.1,
"currency": {
"nonce": "string",
"uuid": "string",
"primaryPlatformId": "string",
"language": {},
"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,
"moneyBuildBlocks": [
{
"amount": 0.1,
"relationship": {
"entityId": "string",
"entityType": "action"
}
}
]
},
"hasAgreedToPrice": true,
"versionNumber": 0
}'{ "success": true, "message": "string", "code": 0, "consignment": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "language": {}, "name": "string", "consignmentNr": "string", "description": "string", "status": "draft", "highValueGoods": true, "goods": [ … ], "team": {}, "combined": true, "consignment": {}, "originalPhysicalSender": {}, "originalLegalSender": {}, "originalPhysicalAddressee": {}, "originalLegalAddressee": {}, "currentLocation": { … }, "nextAction": {}, "lastAction": {}, "lastPlannedAction": {}, "isPlannedToLastLocation": true, "type": "string", "remark": "string", "documents": [ … ], "actors": [ … ], "actions": [ … ], "constraints": [ … ], "identifiers": [ … ], "attributes": [ … ], "externalAttributes": { … }, "expectedRevenue": { … }, "expectedCost": { … }, "versionNumber": 0, "nextPlanFromAction": {} } }
- Mock serverhttps://docs.transportial.com/_mock/apis/consignments:extended/{offset}/{amount}
- Test environmenthttps://test.api.otms.transportial.com/api/consignments:extended/{offset}/{amount}
- Productionhttps://api.otms.transportial.com/api/consignments:extended/{offset}/{amount}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.transportial.com/_mock/apis/consignments:extended/{offset}/{amount}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'{ "success": true, "message": "string", "code": 0, "totalResults": 0, "consignments": [ { … } ] }
- Mock serverhttps://docs.transportial.com/_mock/apis/consignments:extended/{offset}/{amount}
- Test environmenthttps://test.api.otms.transportial.com/api/consignments:extended/{offset}/{amount}
- Productionhttps://api.otms.transportial.com/api/consignments:extended/{offset}/{amount}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.transportial.com/_mock/apis/consignments:extended/{offset}/{amount}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'{ "success": true, "message": "string", "code": 0, "totalResults": 0, "consignments": [ { … } ] }
- Mock serverhttps://docs.transportial.com/_mock/apis/consignment:cancel/{id}
- Test environmenthttps://test.api.otms.transportial.com/api/consignment:cancel/{id}
- Productionhttps://api.otms.transportial.com/api/consignment:cancel/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.transportial.com/_mock/apis/consignment:cancel/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'{ "success": true, "message": "string", "code": 0, "consignment": { "id": "string", "nonce": "string", "uuid": "string", "primaryPlatformId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "language": {}, "name": "string", "consignmentNr": "string", "description": "string", "status": "draft", "highValueGoods": true, "goods": [ … ], "team": {}, "combined": true, "consignment": {}, "originalPhysicalSender": {}, "originalLegalSender": {}, "originalPhysicalAddressee": {}, "originalLegalAddressee": {}, "currentLocation": { … }, "nextAction": {}, "lastAction": {}, "lastPlannedAction": {}, "isPlannedToLastLocation": true, "type": "string", "remark": "string", "documents": [ … ], "actors": [ … ], "actions": [ … ], "constraints": [ … ], "identifiers": [ … ], "attributes": [ … ], "externalAttributes": { … }, "expectedRevenue": { … }, "expectedCost": { … }, "versionNumber": 0, "nextPlanFromAction": {} } }
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.