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
200

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

application/json

CapacityPlanningTimeframeConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
daysinteger · min: 1Required

The range in days per facility which defines how many days in the future the capacity of the facility can be planned

Default: 100Example: 240
idstringOptional
get
/api/configurations/capacityplanningtimeframe

Update capacity planning timeframe

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

CapacityPlanningTimeframeConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
daysinteger · min: 1Required

The range in days per facility which defines how many days in the future the capacity of the facility can be planned

Default: 100Example: 240
idstringOptional
Responses
200

Configuration was written successfully

application/json

CapacityPlanningTimeframeConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
daysinteger · min: 1Required

The range in days per facility which defines how many days in the future the capacity of the facility can be planned

Default: 100Example: 240
idstringOptional
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 documentation.

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

The Order Routing Configuration can be found in the body.

application/json

OrderRoutingConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
idstringOptional
infiniteStockEnabledbooleanOptional

Config to enable/disable infinite stock

get
/api/configurations/orderrouting

Update order routing config

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

OrderRoutingConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
idstringOptional
infiniteStockEnabledbooleanOptional

Config to enable/disable infinite stock

Responses
200

The order routing configuration was successfully updated.

application/json

OrderRoutingConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
idstringOptional
infiniteStockEnabledbooleanOptional

Config to enable/disable infinite stock

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 documentation.

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

Id of the reroute description you wish to retrieve

Responses
200

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

application/json

RerouteDescription

reasonstringRequired

Text explaining the reason for a supported action.

Example: Rerouted because of an issue in the Facility.
createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
actionstring · enumRequiredPossible values:
idstringRequired

The id of the Reason

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 documentation.

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

ID of the reroute description you intend to modify

Body

AbstractReasonForModification

reasonstringRequired

Text explaining the reason for a supported action.

Example: Rerouted because of an issue in the Facility.
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
Responses
200

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

application/json

RerouteDescription

reasonstringRequired

Text explaining the reason for a supported action.

Example: Rerouted because of an issue in the Facility.
createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
actionstring · enumRequiredPossible values:
idstringRequired

The id of the Reason

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 documentation.

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

ID of the reroute description you intend to delete

Responses
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