Packing Configuration (Operations)

Endpoints to create, update and read packing configuration.

Get packing config

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

Central Configuration of all packing related things

application/json

PackingConfigurations

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
get
/api/configurations/packing

Update packing config

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

PackingConfigurations

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
Responses
200

The packing central configuration was successfully updated.

application/json

PackingConfigurations

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
patch
/api/configurations/packing
Deprecated

Get packing container required config

get

This part of the API is deprecated. For details please check the api-release-life-cycle documentation. Deprecated, replaced with /api/configurations/packing

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

The requirement of containers in packing can be found in the body.

application/json

Packing Container Required Configuration.

activebooleanRequiredDefault: false
get
/api/configurations/packing/containerrequired
Deprecated

Update packing container required config

put

This part of the API is deprecated. For details please check the api-release-life-cycle documentation. Deprecated, will be replaced with /api/configurations/packing

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

Packing Container Required Configuration.

activebooleanRequiredDefault: false
Responses
200

The packing container requirement configuration was successfully updated.

application/json

Packing Container Required Configuration.

activebooleanRequiredDefault: false
put
/api/configurations/packing/containerrequired

Get pack jobs tag config

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

Packjob tag config is in response body.

application/json

TagConfiguration

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
get
/api/configurations/tags/packjob

Update pack jobs tag config

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

TagConfiguration

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
Responses
200

The packing configuration was successfully updated.

application/json

TagConfiguration

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
put
/api/configurations/tags/packjob

Get needs packing for tags

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

TagReference

Responses
200

NeedsPacking information for this tag was found & you were allowed to access it. The result is in the body.

application/json
anyOptional

NeedsPacking

post
/api/tags/packing/needspacking

Last updated