curl --location --request GET 'https://api.stateset.com/v1/picks' \ --header 'Content-Type: application/json' \ --header 'Authorization: Token <token>' \ --data-raw '{ "id": "1", }'
{ "id": "1", "number": "1", "date_created": "2021-01-01T00:00:00Z", "bill_of_materials_number": "1", "location": "1", "pick_method": "1", "site": "1", "status": "1", "work_order_number": "1", "pick_line_items": [ { "id": "1", "part_name": "1", "part_number": "1", "pick_number": "1", "pick_plan": "1", "quantity_picked": "1", "quantity_to_pick": "1", "status": "1" } ] }
This endpoint gets a pick
Show Show child attributes