Skip to main content
PATCH
Change Reservation

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-runas
string

The User-Id (int or uuid) on whose behalf the request is executed. Requires scope 'Application.RunAs'.

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

warehouseId
integer<int32>
required

The id of the wms warehouse where the pick list should be created.

picklistId
integer<int32>
required

The id of the pick list.

picklistPositionId
integer<int32>
required

The id of the pick list position.

Body

application/json

The relevant information to change a pick list position.

Model Class: UpdateChangeReservation

StorageLocationList
integer<int32>[]

Id of the storage location from where the pick should happen.

Response

Returns the updated pick list positions.

Model Class: ChangeReservation

Error
enum<integer>
required

todo

Available options:
0,
1,
2,
3
UpdatedPositions
object[]
required

todo