[
{
"referenceCode": "DOC123456",
"senderOrganization": "Sender Org",
"receiverOrganization": "Receiver Org",
"startingPoint": {
"id": 54546546,
"description": "Warehouse A",
"coordinates": {
"latitude": 45.4642,
"longitude": 9.19
},
"mode": "GATE"
},
"endingPoint": {
"id": 22252535,
"description": "Warehouse B",
"coordinates": {
"latitude": 48.8566,
"longitude": 2.3522
},
"mode": "TERMINAL"
},
"load": {
"type": "Goods",
"description": "Electronics",
"weight": 1000,
"umWeight": "kg",
"component": [
{
"type": "Box",
"description": "Electronics Box",
"width": 50,
"height": 50,
"depth": 50,
"unitary": false,
"um": "cm"
},
{
"type": "Pallet",
"description": "Pallet of Electronics",
"width": 50,
"height": 50,
"depth": 50,
"unitary": false,
"um": "cm"
}
]
},
"report": "report.pdf"
},
{
"referenceCode": "DOC654321",
"senderOrganization": "Sender Org 2",
"receiverOrganization": "Receiver Org 2",
"startingPoint": {
"id": 45355554,
"description": "Warehouse C",
"coordinates": {
"latitude": 40.7128,
"longitude": -74.006
},
"mode": "GATE"
},
"endingPoint": {
"id": 49252535,
"description": "Warehouse D",
"coordinates": {
"latitude": 34.0522,
"longitude": -118.2437
},
"mode": "TERMINAL"
},
"load": {
"type": "Goods",
"description": "Furniture",
"weight": 2000,
"umWeight": "kg",
"component": [
{
"type": "Box",
"description": "Furniture Box",
"width": 100,
"height": 100,
"depth": 100,
"unitary": false,
"um": "cm"
}
]
},
"report": "report_2.pdf"
}
]