ReDoc documentation
[EXPERIMENTAL]
[UNDER DEVELOPMENT]
Endpoints for managing preplanned PartialRoutes
.
[EXPERIMENTAL] Upsert a PartialRoute
defined by a business id.
PartialRoute
created or updated, when the Prefer header was set to return=representation
.
PartialRoute
created or updated, when the Prefer header was set to return=minimal
.
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
{- "plan_group": "a plan group",
- "route_group": "route-group-01",
- "requirements": {
- "tags": [ ],
- "forbidden_tags": [ ]
}, - "labels": [ ],
- "stops": [
- {
- "visit_location": {
- "name": "Conundra",
- "address_line": "Voordries 41",
- "city": "Oosterzele",
- "zip_code": "9860",
- "country_code": "BE",
- "geo_point": {
- "latitude": 50.9514048,
- "longitude": 3.8067878
}
}, - "pickups": [
- {
- "order": {
- "business_id": "Order-1",
- "capacities": [ ],
- "requirements": {
- "tags": [ ],
- "forbidden_tags": [ ]
}, - "labels": [ ],
- "description": "string",
- "custom_data": {
- "shop_manager": "John Smith"
}
}, - "timings": {
- "start_at": "2021-01-01T10:15:30Z",
- "service_time": "PT5M"
}
}
], - "deliveries": [
- {
- "order": {
- "business_id": "Order-1",
- "requirements": {
- "tags": [ ],
- "forbidden_tags": [ ]
}, - "labels": [ ],
- "description": "string",
- "custom_data": {
- "shop_manager": "John Smith"
}
}, - "timings": {
- "start_at": "2021-01-01T10:15:30Z",
- "service_time": "PT5M"
}
}
], - "timings": {
- "arrival_at": "2021-01-01T10:15:30Z",
- "location_stop_time": "PT45M"
}
}
], - "breaks": [ ]
}
{- "business_id": "PPT-1",
- "plan_group": "a plan group",
- "route_group": "route-group-01",
- "requirements": {
- "tags": [ ],
- "forbidden_tags": [ ]
}, - "labels": [ ],
- "stops": [
- {
- "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
}
}, - "pickups": [
- {
- "order": {
- "business_id": "Order-1",
- "capacities": [ ],
- "requirements": {
- "tags": [ ],
- "forbidden_tags": [ ]
}, - "labels": [ ],
- "description": "string",
- "custom_data": {
- "shop_manager": "John Smith"
}
}, - "timings": {
- "start_at": "2021-01-01T10:15:30Z",
- "service_time": "PT5M"
}
}
], - "deliveries": [
- {
- "order": {
- "business_id": "Order-1",
- "requirements": {
- "tags": [ ],
- "forbidden_tags": [ ]
}, - "labels": [ ],
- "description": "string",
- "custom_data": {
- "shop_manager": "John Smith"
}
}, - "timings": {
- "start_at": "2021-01-01T10:15:30Z",
- "service_time": "PT5M"
}
}
], - "timings": {
- "arrival_at": "2021-01-01T10:15:30Z",
- "location_stop_time": "PT45M"
}
}
], - "breaks": [ ]
}
[EXPERIMENTAL] Get a PartialRoute
by a business id.
OK
The entity is not found
{- "business_id": "PPT-1",
- "plan_group": "a plan group",
- "route_group": "route-group-01",
- "requirements": {
- "tags": [ ],
- "forbidden_tags": [ ]
}, - "labels": [ ],
- "stops": [
- {
- "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
}
}, - "pickups": [
- {
- "order": {
- "business_id": "Order-1",
- "capacities": [ ],
- "requirements": {
- "tags": [ ],
- "forbidden_tags": [ ]
}, - "labels": [ ],
- "description": "string",
- "custom_data": {
- "shop_manager": "John Smith"
}
}, - "timings": {
- "start_at": "2021-01-01T10:15:30Z",
- "service_time": "PT5M"
}
}
], - "deliveries": [
- {
- "order": {
- "business_id": "Order-1",
- "requirements": {
- "tags": [ ],
- "forbidden_tags": [ ]
}, - "labels": [ ],
- "description": "string",
- "custom_data": {
- "shop_manager": "John Smith"
}
}, - "timings": {
- "start_at": "2021-01-01T10:15:30Z",
- "service_time": "PT5M"
}
}
], - "timings": {
- "arrival_at": "2021-01-01T10:15:30Z",
- "location_stop_time": "PT45M"
}
}
], - "breaks": [ ]
}
[EXPERIMENTAL] Delete a PartialRoute
by a business id.
Deletion has succeeded and body is empty
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.
{- "title": "Invalid ...",
- "status": 400,
- "detail": "string",
- "instance": "an URI",
- "violations": [
- {
- "field": "class.field",
- "message": "a violation message"
}
]
}