Skip to content

Planning API (1.5.0)

The planning API provides information about plannings and their lifecycle.

You can find out more in our developer portal.

Download OpenAPI description
Servers
Mock server
https://developer.conundra.eu/_mock/apis/plannings/planning-api/
Production Api
https://api.conundra.eu/planning/v1/

Health

Validate connection and accessibility of the API.

Operations

Plannings

Endpoints used for retrieving information about plannings and its releases.

Operations

Location Workload Levelling

Endpoints used for managing location workload levelling sets.

Operations

Order-Order Restrictions

Endpoints used for managing order-order restriction sets.

Operations

Depot Sets [EXPERIMENTAL]

Endpoints used for managing depot sets.

Operations

Upsert depot set

Request

Create or update a depot set. A unique ID (business_id) is required to identify the depot set. Calling this endpoint with an existing business_id will update the depot set.

Security
clientCredentials
Path
business_idstring^[a-zA-Z0-9.~\-_]+$required

The unique identifier of an entity

Headers
If-Matchstring

Weak Etag used for optimistic locking.

Example: W/"24"
Bodyapplication/jsonrequired
namestring[ 1 .. 200 ] charactersrequired

The name of the depot set

Example: "Belgian Depots"
depotsArray of objects(Depot)[ 1 .. 50 ] itemsrequired

List of depots in this set

business_idstring^[a-zA-Z0-9.~\-_]{1,512}$required

Identifier of a depot unique within the set

Example: "depot-ghent"
namestring[ 1 .. 200 ] charactersrequired

Name of the depot

Example: "Depot Ghent"
addressobject(DepotAddress)required

Address information for the depot. When geo_point is provided, address fields (address_line, city, zip_code, country_code) are optional. When geo_point is omitted, address fields must be provided so that the address can be geo-coded.

address_linestring[ 1 .. 500 ] characters

The part of the address that includes the street name, house number, bus number etc. Required when omitting geo_point.

Example: "Voordries 41"
citystring[ 1 .. 200 ] characters

City name. Required when omitting geo_point.

Example: "Oosterzele"
zip_codestring[ 1 .. 20 ] characters

Postal code. Required when omitting geo_point.

Example: "9860"
country_codestring(CountryCode)^[A-Z]{2}$

represents the ISO3166-1 alpha-2 two letter country codes

geo_pointobject(GeoPointWithResolvedInfo)
stop_timestring(duration)

Stop time at the depot in ISO-8601 duration format

Default "PT0M"
Example: "PT5M"

Responses

depot set created successfully

Headers
ETagstring

A weak Etag (ex W/"<etag_value>") which contains the current version of the entity

Example: "W/\"25\""
Response
No content

Delete depot set

Request

Delete a depot set by its business_id.

Security
clientCredentials
Path
business_idstring^[a-zA-Z0-9.~\-_]+$required

The unique identifier of an entity

Headers
If-Matchstring

Weak Etag used for optimistic locking.

Example: W/"24"

Responses

Delete successful

Response
No content