POST
/
v1
/
picks
/
update
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"
}

Body

id
default:"null"
required
The id of the packing_list to be created. If not provided, a new id will be generated.
number
default:"null"
required
The number of the packing_list to be created. If not provided, a new number will be generated.
date_created
default:"null"
required
The date_created of the packing_list to be created. If not provided, a new date_created will be generated.
bill_of_materials_number
default:"null"
required
The bill_of_materials_number of the packing_list to be created. If not provided, a new bill_of_materials_number will be generated.
location
default:"null"
required
The location of the packing_list to be created. If not provided, a new location will be generated.
pick_method
default:"null"
required
The pick_method of the packing_list to be created. If not provided, a new pick_method will be generated.
site
default:"null"
required
The site of the packing_list to be created. If not provided, a new site will be generated.
status
default:"null"
required
The status of the packing_list to be created. If not provided, a new status will be generated.
work_order_number
default:"null"
required
The work_order_number of the packing_list to be created. If not provided, a new work_order_number will be generated.

Response

This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
This is the unique identifier for the pick
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"
}