Skip to content

Load Request.example

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

Download the source artifact

{
"id": "018e8e9c-dead-7000-beef-000000000003",
"resourceVersion": 1,
"ownerOrganizationId": "org-shipper-co-001",
"createdAt": "2026-06-01T09:00:00Z",
"updatedAt": "2026-06-01T09:00:00Z",
"status": "published",
"originArea": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [8.682127, 50.110924]
},
"properties": {
"radiusKm": 30
}
},
"destinationArea": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [13.404954, 52.520008]
},
"properties": {
"radiusKm": 30
}
},
"requiredCapacity": {
"weightKg": 12000,
"volumeM3": 82
},
"pickupWindowStart": "2026-06-10T07:00:00Z",
"pickupWindowEnd": "2026-06-10T12:00:00Z",
"deliveryWindowStart": "2026-06-11T06:00:00Z",
"deliveryWindowEnd": "2026-06-11T18:00:00Z"
}