POST

/v1/picks/update

Bearer*

Body

idrequired
Default: "null"

The id of the packing_list to be created. If not provided, a new id will be generated.

numberrequired
Default: "null"

The number of the packing_list to be created. If not provided, a new number will be generated.

date_createdrequired
Default: "null"

The date_created of the packing_list to be created. If not provided, a new date_created will be generated.

bill_of_materials_numberrequired
Default: "null"

The bill_of_materials_number of the packing_list to be created. If not provided, a new bill_of_materials_number will be generated.

locationrequired
Default: "null"

The location of the packing_list to be created. If not provided, a new location will be generated.

pick_methodrequired
Default: "null"

The pick_method of the packing_list to be created. If not provided, a new pick_method will be generated.

siterequired
Default: "null"

The site of the packing_list to be created. If not provided, a new site will be generated.

statusrequired
Default: "null"

The status of the packing_list to be created. If not provided, a new status will be generated.

work_order_numberrequired
Default: "null"

The work_order_number of the packing_list to be created. If not provided, a new work_order_number will be generated.

Response

string

This is the unique identifier for the pick

string

This is the unique identifier for the pick

string

This is the unique identifier for the pick

string

This is the unique identifier for the pick

string

This is the unique identifier for the pick

string

This is the unique identifier for the pick

string

This is the unique identifier for the pick

string

This is the unique identifier for the pick

string

This is the unique identifier for the pick

string

This is the unique identifier for the pick

curl --location --request POST 'https://api.stateset.com/v1/packing_list' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
    "current_token": ""
}'
{
  "id": "1",
  "number": "1",
  "deliveryDate": "2020-01-01",
  "arrivalDate": "2020-01-01",
  "ship_per": "John Doe",
  "tracking_number": "1234567890"
}