Handovers Configuration (Operations)

Endpoints to create, update and read handover configuration.

Get handover config

get

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

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

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

application/json

HandoverConfiguration

get
/api/configurations/handover

Update handover configuration

put

This part of the API is in Beta status. For details please check the api-release-life-cycle documentationarrow-up-right. Updates the handover configuration for the tenant. If the configuration does not exist, it will be created.

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

HandoverConfigurationForCreate

availableRefusedReasonsanyOptional

AvailableRefuseReasonForCreation

createStandaloneHandoverJobsbooleanOptionalDeprecated

This part of the API is deprecated. For details please check the api-release-life-cycle documentation.

If true, a handover job will be created out of a valid routing plan. It is only possible, if no pickjob nor packjobs are used for this tenant. This is a alpha feature and might be completly replaced in the future. Please only use in communication with the FFT team.

Example: true
versionnumberRequired
Responses
chevron-right
200

The handover configuration was successfully updated.

application/json

HandoverConfiguration

put
/api/configurations/handover

List refuse reasons

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

Existing refuse reasons

application/json

AvailableRefusedReason

activebooleanRequired
refusedReasonstringOptional

translated refusedReason selected from refusedReasonLocalized

Example: Broken Item
get
/api/configurations/handover/refusereasons

Get handover jobs tag config

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

handoverJob tag config is in response body.

application/json

HandoverJobTagConfiguration

and
get
/api/configurations/tags/handoverjob

Update handover jobs tag config

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

HandoverJobTagConfiguration

and
Responses
chevron-right
200

The handoverjob tag configuration was successfully updated.

application/json

HandoverJobTagConfiguration

and
put
/api/configurations/tags/handoverjob

Last updated