Skip to content

Capacity Offer.example

Generated from specification/schemas/examples/valid/capacity-offer.example.json. Edit the canonical source file, not this page.

Download the source artifact

{
"id": "018e8e9c-dead-7000-beef-000000000002",
"resourceVersion": 1,
"ownerOrganizationId": "org-truck-co-001",
"createdAt": "2026-06-01T08:00:00Z",
"updatedAt": "2026-06-01T08:00:00Z",
"status": "published",
"originArea": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [8.682127, 50.110924]
},
"properties": {
"radiusKm": 50
}
},
"destinationArea": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [13.404954, 52.520008]
},
"properties": {
"radiusKm": 50
}
},
"vehicleSpec": {
"vehicleBodyType": "tautliner",
"capacity": {
"weight": { "value": 24000, "unitCode": "KGM" },
"loadingMetres": { "value": 13.6, "unitCode": "MTR" }
}
},
"departureWindowStart": "2026-06-10T06:00:00Z",
"departureWindowEnd": "2026-06-10T18:00:00Z",
"availableCapacity": {
"weightKg": 24000,
"loadingMetres": 13.6
}
}