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
chevron-right
200

Central Configuration of all packing related things

application/json

PackingConfigurations

get
/api/configurations/packing

Update packing config

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

PackingConfigurations

Responses
chevron-right
200

The packing central configuration was successfully updated.

application/json

PackingConfigurations

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 documentationarrow-up-right. Deprecated, replaced with /api/configurations/packing

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
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 documentationarrow-up-right. 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
chevron-right
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
chevron-right
200

Packjob tag config is in response body.

application/json

PackJobTagConfiguration

and
and
get
/api/configurations/tags/packjob

Update pack jobs tag config

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

PackJobTagConfiguration

and
and
Responses
chevron-right
200

The packing configuration was successfully updated.

application/json

PackJobTagConfiguration

and
and
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
chevron-right
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