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

Get location workload levelling set

Request

Retrieves detailed information on the given location workload levelling set.

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

The unique identifier of an entity

Responses

OK

Headers
ETagstring

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

Example: "W/\"25\""
Bodyapplication/json
business_idstring[ 1 .. 250 ] characters^[a-zA-Z0-9.~\-_]+$

The identifier for this location workload levelling set

Example: "86b54c9d-21d7-4b37-af3d-25f03886153b"
namestring

The name of the location workload levelling set

Example: "Weekday"
settingsArray of objects(LocationWorkloadLevellingSetting)
Response
application/json
{ "business_id": "86b54c9d-21d7-4b37-af3d-25f03886153b", "name": "Weekday", "settings": [ {} ] }

Upsert location workload levelling set

Request

Create or update a location workload levelling set. A unique ID (business_id) is required to identify the location workload levelling set. Calling this endpoint with an existing business_id will update the location workload levelling 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
business_idstring[ 1 .. 250 ] characters^[a-zA-Z0-9.~\-_]+$

The identifier for this location workload levelling set

Example: "86b54c9d-21d7-4b37-af3d-25f03886153b"
namestring

The name of the location workload levelling set

Example: "Weekday"
settingsArray of objects(LocationWorkloadLevellingSetting)

Responses

location workload levelling set created successful

Headers
ETagstring

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

Example: "W/\"25\""
Locationstring

The URL of the newly created resource

Example: "/settings/location-workload-levelling-sets/86b54c9d-21d7-4b37-af3d-25f03886153b"
Response
No content

Delete location workload levelling set

Request

Delete a location workload levelling set by it's 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

Order-Order Restrictions

Endpoints used for managing order-order restriction sets.

Operations

Depot Sets [EXPERIMENTAL]

Endpoints used for managing depot sets.

Operations