Order Book provides ready-to-run domain-specific logistic data governance for your route optimization.
- [EXPERIMENTAL] Get list of all categories of an entity
Conundra Order Book API (1.6.1)
- Mock serverhttps://developer.conundra.eu/_mock/apis/order-book/order-book-api/categories/{entity}
- Order Book API Productionhttps://api.conundra.eu/orderbook/v1/categories/{entity}
{ "data": [ { … } ], "page": { "total_items": 100, "total_pages": 10, "page_size": 10, "current_page": 1 } }
- Mock serverhttps://developer.conundra.eu/_mock/apis/order-book/order-book-api/categories/{entity}/{code}
- Order Book API Productionhttps://api.conundra.eu/orderbook/v1/categories/{entity}/{code}
OK
The entity type for which this category is valid.
A unique code for this category, within the entity's categories.
Descriptive labels for this category.
Key must be a valid ISO 639-1 language code.
{ "entity": "location", "code": "codeA", "labels": { "default_label": "low emission zone", "languages": { … } } }
Request
[EXPERIMENTAL] This endpoint allows you to create or update an existing category of an entity.
When the code does not exist, a new category will be created for the entity. No ETag header is required yet. For a given code, the properties will be overwritten and then an ETag header is required. Do remark that the code in the body of the request, must correspond with the code in the path identifier
Update category of an entity request body
Descriptive labels for this category.
Key must be a valid ISO 639-1 language code.
- Mock serverhttps://developer.conundra.eu/_mock/apis/order-book/order-book-api/categories/{entity}/{code}
- Order Book API Productionhttps://api.conundra.eu/orderbook/v1/categories/{entity}/{code}
No contentLocations
Locations can be managed separately in Order Book, which allows the user to capture their related business rules in a reusable manner. This is especially valuable in business cases where a select set of Locations is reused across many orders.
Typical use cases include capturing regular opening hours or requirements tied to a specific Location.