ReDoc documentation
Pickup orders represent an order where the executor needs to pick up cargo at a certain stop.
This endpoint allows you to get the information about a given pickup that is contained in a TransportRequest.
Note: It is not possible to retrieve pickups within TransportRequests directly through the Get a Pickup by business Id endpoint.
OK
The entity is not found
General error payload
{- "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"
}
}
}
Upsert pickup information. When if-match is not specified, then no optimistic protection is applied, ie: the last update wins.
Note: It is not possible to update pickups within TransportRequests directly through the Upsert a Pickup by business Id endpoint.
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:
|
required | object (OrderInformation) |
required | object (TransportInformation) Properties specific to the activity that needs to be executed for fulfilling this order. In case of a PickupDelivery Order, these are two separate activities with their own settings. |
Order updated
Response body contains updated Order
No Content
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
{- "order": {
- "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"
}
}
}
{- "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"
}
}
}
This endpoint allows you to delete a given pickup within a transport request.
Note: It is not possible to delete pickups within TransportRequests directly through the Delete a Pickup by business Id endpoint.
No Content
The entity is not found
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
{- "title": "Invalid ...",
- "status": 400,
- "detail": "string",
- "instance": "an URI",
- "violations": [
- {
- "field": "class.field",
- "message": "a violation message"
}
]
}
Retrieve a single Pickup order by its business id.
OK
The entity is not found
General error payload
{- "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"
}
}
}
Create or update a Pickup Order.
This endpoint allows you to update (default behaviour) or insert a Pickup Order. The caller is responsible for providing a unique business identifier for each Order, regardless of order type. If this business identifier can't be found, a new order will be created. If a Pickup order with the given business identifier can be found then it will be updated.
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:
|
required | object (OrderInformation) |
required | object (TransportInformation) Properties specific to the activity that needs to be executed for fulfilling this order. In case of a PickupDelivery Order, these are two separate activities with their own settings. |
Order created or updated.
No Content
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
{- "order": {
- "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"
}
}
}
{- "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"
}
}
}
This endpoint allows you to delete the information about a given pickup.
No Content
The entity is not found
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
{- "title": "Invalid ...",
- "status": 400,
- "detail": "string",
- "instance": "an URI",
- "violations": [
- {
- "field": "class.field",
- "message": "a violation message"
}
]
}