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-companyid
string

The Company-Id (int or uuid) of the company on whose behalf the request is executed.

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

warehouseId
string<uuid>
required

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

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

picklistId
string<uuid>
required

The id of the pick list.

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

picklistPositionId
string<uuid>
required

The id of the pick list position.

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

Body

application/json

The relevant information to change a pick list position.

Model Class: UpdateChangeReservation

storageLocationList
string<uuid>[]

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