Routing Plans Configuration (DOMS)

Endpoints for configuring routing plan handling.

Get capacity planning timeframe

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Configuration was found & you were allowed to access it. The result is in the body.

application/json

CapacityPlanningTimeframeConfiguration

get
/api/configurations/capacityplanningtimeframe

Update capacity planning timeframe

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

CapacityPlanningTimeframeConfiguration

Responses
chevron-right
200

Configuration was written successfully

application/json

CapacityPlanningTimeframeConfiguration

put
/api/configurations/capacityplanningtimeframe

Get order routing config

get

This part of the API is in Beta status. For details please check the api-release-life-cycle documentationarrow-up-right.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

The Order Routing Configuration can be found in the body.

application/json

OrderRoutingConfiguration

get
/api/configurations/orderrouting

Update order routing config

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

OrderRoutingConfiguration

Responses
chevron-right
200

The order routing configuration was successfully updated.

application/json

OrderRoutingConfiguration

put
/api/configurations/orderrouting

Get reroute description

get

This part of the API is in Beta status. For details please check the api-release-life-cycle documentationarrow-up-right.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
rerouteDescriptionIdstringRequired

Id of the reroute description you wish to retrieve

Responses
chevron-right
200

RerouteDescription was found & you were allowed to access it. The result is in the body.

application/json

RerouteDescription

get
/api/reroutedescriptions/{rerouteDescriptionId}

Update reroute description

put

This part of the API is in Beta status. For details please check the api-release-life-cycle documentationarrow-up-right.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
rerouteDescriptionIdstringRequired

ID of the reroute description you intend to modify

Body

RerouteDescriptionForModification

Responses
chevron-right
200

RerouteDescription rating was found & you were allowed to access it. The result is in the body.

application/json

RerouteDescription

put
/api/reroutedescriptions/{rerouteDescriptionId}

Delete reroute description

delete

This part of the API is in Beta status. For details please check the api-release-life-cycle documentationarrow-up-right.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
rerouteDescriptionIdstringRequired

ID of the reroute description you intend to delete

Responses
chevron-right
200

The reroute description was found, and you have been granted permission to delete it.

No content

delete
/api/reroutedescriptions/{rerouteDescriptionId}

No content

Last updated