ReDoc documentation
Transport Requests can be used to group Orders that share some administrative context. They can serve as a way of targeting Orders through conditionals, by providing context on the client companies for which those orders are being executed.
This is an endpoint that allows you to retrieve a list of Transport Requests in bulk. The Transport Requests are identified by their business id, provided in the query.
When one or more transport requests could not be found, this will be indicated in the errors-section of the response.
a list of transport requests
{- "data": [
- {
- "business_id": "transportRequestA",
- "transport_category": "transportCategoryA",
- "client": "companyId",
- "earliest_start_at": "2021-01-01T10:15:30Z",
- "description": "a description",
- "orders": {
- "deliveries": [
- {
- "order": {
- "business_id": "orderA",
- "order_category": "orderCategoryA",
- "description": "a description",
- "capacities": [
- {
- "type": "volume",
- "value": 20
}
], - "mandatory": true,
- "requirements": {
- "tags": [
- "tagX"
], - "forbidden_tags": [
- "tagY"
], - "combination_strategy": "COMBINE"
}, - "lifo_groups": [
- "lifo_group"
], - "outsourcing_cost": 0,
- "custom_data": {
- "shop_manager": "John Smith"
}, - "plan_group": "a plan group"
}, - "delivery": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "resolved_address": {
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "score": 9
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}
}
], - "pickups": [
- {
- "order": {
- "business_id": "orderA",
- "order_category": "orderCategoryA",
- "description": "a description",
- "capacities": [
- {
- "type": "volume",
- "value": 20
}
], - "mandatory": true,
- "requirements": {
- "tags": [
- "tagX"
], - "forbidden_tags": [
- "tagY"
], - "combination_strategy": "COMBINE"
}, - "lifo_groups": [
- "lifo_group"
], - "outsourcing_cost": 0,
- "custom_data": {
- "shop_manager": "John Smith"
}, - "plan_group": "a plan group"
}, - "pickup": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "resolved_address": {
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "score": 9
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}
}
], - "pickup_and_deliveries": [
- {
- "order": {
- "business_id": "orderA",
- "order_category": "orderCategoryA",
- "description": "a description",
- "capacities": [
- {
- "type": "volume",
- "value": 20
}
], - "mandatory": true,
- "requirements": {
- "tags": [
- "tagX"
], - "forbidden_tags": [
- "tagY"
], - "combination_strategy": "COMBINE"
}, - "lifo_groups": [
- "lifo_group"
], - "outsourcing_cost": 0,
- "custom_data": {
- "shop_manager": "John Smith"
}, - "plan_group": "a plan group"
}, - "delivery": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "resolved_address": {
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "score": 9
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}, - "pickup": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "resolved_address": {
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "score": 9
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}
}
]
}, - "custom_data": {
- "shop_manager": "John Smith"
}, - "etag": "W/\"1\""
}
], - "errors": [
- {
- "title": "Invalid ...",
- "status": 400,
- "detail": "string",
- "instance": "an URI",
- "violations": [
- {
- "field": "class.field",
- "message": "a violation message"
}
]
}
]
}
Retrieve a list of Transport Requests in bulk, identified by the query parameters defined in the request. Providing no query parameters will return all known Transport Requests. Providing any additional filter will return the matching subset of Transport Requests. When providing multiple filter parameters, all filters must match for a Transport Request to be included in the response.
Since Transport Requests are volatile data, this endpoints returns a cursor-based paged list. Paging through the results requires you to call the API using
the prev
, self
or next
values in the cursor
. These will return the next batch of up to limit
results.
You can find out more about how to use cursors in our developer portal.
A cursor-based paged set of Transport Requests. The set might be empty if no Transport Requests match the query.
{- "data": [
- {
- "business_id": "transportRequestA",
- "transport_category": "transportCategoryA",
- "client": "companyId",
- "earliest_start_at": "2021-01-01T10:15:30Z",
- "description": "a description",
- "orders": {
- "deliveries": [
- {
- "order": {
- "business_id": "orderA",
- "order_category": "orderCategoryA",
- "description": "a description",
- "capacities": [
- {
- "type": "volume",
- "value": 20
}
], - "mandatory": true,
- "requirements": {
- "tags": [
- "tagX"
], - "forbidden_tags": [
- "tagY"
], - "combination_strategy": "COMBINE"
}, - "lifo_groups": [
- "lifo_group"
], - "outsourcing_cost": 0,
- "custom_data": {
- "shop_manager": "John Smith"
}, - "plan_group": "a plan group"
}, - "delivery": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "resolved_address": {
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "score": 9
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}
}
], - "pickups": [
- {
- "order": {
- "business_id": "orderA",
- "order_category": "orderCategoryA",
- "description": "a description",
- "capacities": [
- {
- "type": "volume",
- "value": 20
}
], - "mandatory": true,
- "requirements": {
- "tags": [
- "tagX"
], - "forbidden_tags": [
- "tagY"
], - "combination_strategy": "COMBINE"
}, - "lifo_groups": [
- "lifo_group"
], - "outsourcing_cost": 0,
- "custom_data": {
- "shop_manager": "John Smith"
}, - "plan_group": "a plan group"
}, - "pickup": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "resolved_address": {
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "score": 9
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}
}
], - "pickup_and_deliveries": [
- {
- "order": {
- "business_id": "orderA",
- "order_category": "orderCategoryA",
- "description": "a description",
- "capacities": [
- {
- "type": "volume",
- "value": 20
}
], - "mandatory": true,
- "requirements": {
- "tags": [
- "tagX"
], - "forbidden_tags": [
- "tagY"
], - "combination_strategy": "COMBINE"
}, - "lifo_groups": [
- "lifo_group"
], - "outsourcing_cost": 0,
- "custom_data": {
- "shop_manager": "John Smith"
}, - "plan_group": "a plan group"
}, - "delivery": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "resolved_address": {
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "score": 9
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}, - "pickup": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "resolved_address": {
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "score": 9
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}
}
]
}, - "custom_data": {
- "shop_manager": "John Smith"
}, - "etag": "W/\"1\""
}
], - "cursor": {
- "self": "c2VsZl9fcGFnZQ",
- "prev": "cHJldmlvdXNfX3BhZ2U",
- "next": "bmV4dF9fcGFnZQ"
}
}
Retrieve a single Transport Request by its business id.
OK
The entity is not found
General error payload
{- "data": {
- "business_id": "transportRequestA",
- "transport_category": "transportCategoryA",
- "client": "companyId",
- "earliest_start_at": "2021-01-01T10:15:30Z",
- "description": "a description",
- "orders": {
- "deliveries": [
- {
- "order": {
- "business_id": "orderA",
- "order_category": "orderCategoryA",
- "description": "a description",
- "capacities": [
- {
- "type": "volume",
- "value": 20
}
], - "mandatory": true,
- "requirements": {
- "tags": [
- "tagX"
], - "forbidden_tags": [
- "tagY"
], - "combination_strategy": "COMBINE"
}, - "lifo_groups": [
- "lifo_group"
], - "outsourcing_cost": 0,
- "custom_data": {
- "shop_manager": "John Smith"
}, - "plan_group": "a plan group"
}, - "delivery": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "resolved_address": {
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "score": 9
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}
}
], - "pickups": [
- {
- "order": {
- "business_id": "orderA",
- "order_category": "orderCategoryA",
- "description": "a description",
- "capacities": [
- {
- "type": "volume",
- "value": 20
}
], - "mandatory": true,
- "requirements": {
- "tags": [
- "tagX"
], - "forbidden_tags": [
- "tagY"
], - "combination_strategy": "COMBINE"
}, - "lifo_groups": [
- "lifo_group"
], - "outsourcing_cost": 0,
- "custom_data": {
- "shop_manager": "John Smith"
}, - "plan_group": "a plan group"
}, - "pickup": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "resolved_address": {
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "score": 9
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}
}
], - "pickup_and_deliveries": [
- {
- "order": {
- "business_id": "orderA",
- "order_category": "orderCategoryA",
- "description": "a description",
- "capacities": [
- {
- "type": "volume",
- "value": 20
}
], - "mandatory": true,
- "requirements": {
- "tags": [
- "tagX"
], - "forbidden_tags": [
- "tagY"
], - "combination_strategy": "COMBINE"
}, - "lifo_groups": [
- "lifo_group"
], - "outsourcing_cost": 0,
- "custom_data": {
- "shop_manager": "John Smith"
}, - "plan_group": "a plan group"
}, - "delivery": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "resolved_address": {
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "score": 9
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}, - "pickup": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "resolved_address": {
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "score": 9
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}
}
]
}, - "custom_data": {
- "shop_manager": "John Smith"
}, - "etag": "W/\"1\""
}
}
Create or update a Transport Request.
This endpoint allows you to update (default behaviour) or insert a new transport request. The caller is responsible for providing a unique business identifier for each Transport Request. If this business identifier can't be found, a new transport request will be created. If a transport request with the given business identifier can be found then it will be updated.
When you specify an 'if-match' header with a weak ETAG representing the version, optimistic locking will be applied to your operation. Should a conflict be detected, a 412 PreconditionFailed response is returned.
If-Match | string weak Etag as optimistic locking check |
Prefer | Array of strings The RFC7240 Prefer header indicates that a particular server behavior is preferred by the client but is not required for successful completion of the request (see RFC 7240). The following behavior is supported by this API:
|
Transport Request to be updated
Transport Request updated
Response body contains updated Transport Request
Transport Request updated
Response body is empty
The entity is not found
Response status code indicates a request conflict with current state of the server.
Client error response code indicates that access to the target resource has been denied. This happens with conditional requests on methods other than GET or HEAD when the condition defined by the If-Unmodified-Since, If-Match or If-None-Match headers is not fulfilled. This is typically the case when the entity was updated by someone else before you commit your request. In that case, the request, usually a modification of a resource, cannot be executed and this error response is sent back.
General error payload
{- "business_id": "transportRequestA",
- "transport_category": "transportCategoryA",
- "client": "companyId",
- "description": "a description",
- "orders": {
- "deliveries": [
- {
- "order": {
- "business_id": "orderA",
- "order_category": "orderCategoryA",
- "description": "a description",
- "capacities": [
- {
- "type": "volume",
- "value": 20
}
], - "mandatory": true,
- "requirements": {
- "tags": [
- "tagX"
], - "forbidden_tags": [
- "tagY"
], - "combination_strategy": "COMBINE"
}, - "lifo_groups": [
- "lifo_group"
], - "outsourcing_cost": 0,
- "custom_data": {
- "shop_manager": "John Smith"
}, - "plan_group": "a plan group"
}, - "delivery": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}
}
], - "pickups": [
- {
- "order": {
- "business_id": "orderA",
- "order_category": "orderCategoryA",
- "description": "a description",
- "capacities": [
- {
- "type": "volume",
- "value": 20
}
], - "mandatory": true,
- "requirements": {
- "tags": [
- "tagX"
], - "forbidden_tags": [
- "tagY"
], - "combination_strategy": "COMBINE"
}, - "lifo_groups": [
- "lifo_group"
], - "outsourcing_cost": 0,
- "custom_data": {
- "shop_manager": "John Smith"
}, - "plan_group": "a plan group"
}, - "pickup": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}
}
], - "pickup_and_deliveries": [
- {
- "order": {
- "business_id": "orderA",
- "order_category": "orderCategoryA",
- "description": "a description",
- "capacities": [
- {
- "type": "volume",
- "value": 20
}
], - "mandatory": true,
- "requirements": {
- "tags": [
- "tagX"
], - "forbidden_tags": [
- "tagY"
], - "combination_strategy": "COMBINE"
}, - "lifo_groups": [
- "lifo_group"
], - "outsourcing_cost": 0,
- "custom_data": {
- "shop_manager": "John Smith"
}, - "plan_group": "a plan group"
}, - "delivery": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}, - "pickup": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}
}
]
}, - "custom_data": {
- "shop_manager": "John Smith"
}, - "etag": "W/\"1\""
}
{- "data": {
- "business_id": "transportRequestA",
- "transport_category": "transportCategoryA",
- "client": "companyId",
- "earliest_start_at": "2021-01-01T10:15:30Z",
- "description": "a description",
- "orders": {
- "deliveries": [
- {
- "order": {
- "business_id": "orderA",
- "order_category": "orderCategoryA",
- "description": "a description",
- "capacities": [
- {
- "type": "volume",
- "value": 20
}
], - "mandatory": true,
- "requirements": {
- "tags": [
- "tagX"
], - "forbidden_tags": [
- "tagY"
], - "combination_strategy": "COMBINE"
}, - "lifo_groups": [
- "lifo_group"
], - "outsourcing_cost": 0,
- "custom_data": {
- "shop_manager": "John Smith"
}, - "plan_group": "a plan group"
}, - "delivery": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "resolved_address": {
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "score": 9
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}
}
], - "pickups": [
- {
- "order": {
- "business_id": "orderA",
- "order_category": "orderCategoryA",
- "description": "a description",
- "capacities": [
- {
- "type": "volume",
- "value": 20
}
], - "mandatory": true,
- "requirements": {
- "tags": [
- "tagX"
], - "forbidden_tags": [
- "tagY"
], - "combination_strategy": "COMBINE"
}, - "lifo_groups": [
- "lifo_group"
], - "outsourcing_cost": 0,
- "custom_data": {
- "shop_manager": "John Smith"
}, - "plan_group": "a plan group"
}, - "pickup": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "resolved_address": {
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "score": 9
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}
}
], - "pickup_and_deliveries": [
- {
- "order": {
- "business_id": "orderA",
- "order_category": "orderCategoryA",
- "description": "a description",
- "capacities": [
- {
- "type": "volume",
- "value": 20
}
], - "mandatory": true,
- "requirements": {
- "tags": [
- "tagX"
], - "forbidden_tags": [
- "tagY"
], - "combination_strategy": "COMBINE"
}, - "lifo_groups": [
- "lifo_group"
], - "outsourcing_cost": 0,
- "custom_data": {
- "shop_manager": "John Smith"
}, - "plan_group": "a plan group"
}, - "delivery": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "resolved_address": {
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "score": 9
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}, - "pickup": {
- "site_location": {
- "location_id": "locationA"
}, - "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "resolved_address": {
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}, - "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "score": 9
}
}, - "stop_time": {
- "value": "PT5M",
- "combination_strategy": "HIGHEST"
}, - "service_time": "PT5M",
- "sequence": 1,
- "time_frame": {
- "absolute": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z",
- "cost": 42
}
], - "windowed": [
- {
- "start_at": "2021-01-01T10:15:30Z",
- "end_at": "2021-01-01T10:15:30Z"
}
]
}, - "color": "red",
- "labels": [
- "labelA"
], - "custom_data": {
- "shop_manager": "John Smith"
}
}
}
]
}, - "custom_data": {
- "shop_manager": "John Smith"
}, - "etag": "W/\"1\""
}
}
This endpoint allows you to delete the information about a given TransportRequest. Deleting a Transport Request will also delete all orders within it.
Deletion has succeeded, but body is empty
The entity is not found
General error payload
{- "title": "Invalid ...",
- "status": 400,
- "detail": "string",
- "instance": "an URI",
- "violations": [
- {
- "field": "class.field",
- "message": "a violation message"
}
]
}