POST
/
v1
/
picks
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
required
The id of the packing_list to be created. If not provided, a new id will be generated.
number
required
The number of the packing_list to be created. If not provided, a new number will be generated.
deliveryDate
required
The delivery date of the packing_list to be created. If not provided, a new delivery date will be generated.
arrivalDate
required
The arrival date of the packing_list to be created. If not provided, a new arrival date will be generated.
ship_per
required
The ship per of the packing_list to be created. If not provided, a new ship per will be generated.
tracking_number
required
The tracking number of the packing_list to be created. If not provided, a new tracking number will be generated.

Response

id
string
This is the unique identifier for the pick
number
string
This is the unique identifier for the pick
date_created
string
This is the unique identifier for the pick
bill_of_materials_number
string
This is the unique identifier for the pick
location
string
This is the unique identifier for the pick
pick_method
string
This is the unique identifier for the pick
site
string
This is the unique identifier for the pick
status
string
This is the unique identifier for the pick
work_order_number
string
This is the unique identifier for the pick
pick_line_items
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"
}