PUT
/
picklineitems
/
{id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
string
required

The id that needs to be updated

Body

id
string

The unique identifier of the pick line item.

pick_number
integer

The pick number associated with the line item.

status
string

The status of the pick line item.

part_number
string

The part number of the item to be picked.

part_name
string

The name of the item to be picked.

quantity_to_pick
integer

The quantity of the item to be picked.

quantity_picked
integer

The quantity of the item that has been picked.

work_order_number
integer

The work order number associated with the item to be picked.

pick_plan
string

The pick plan associated with the pick line item.

commit_quantity
integer

The quantity of the item that has been committed for picking.

commit_location
integer

The location to which the item has been committed for picking.