POST
/
v1
/
manufacture_order_line_items
curl --location --request POST 'https://api.stateset.com/v1/manufacture_order_line_items' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
    "current_token": ""
}'
{
  "success": 1,
  "user_group": {
    "team_id": 3,
    "token": "<user_group_token_to_auth_dashboard>",
    "name": "Example 1",
    "provided_id": "example_1"
  }
}

Body

id
string
This is the id of the manufacture order line item.
bom_name
string
This is the name of the bill of materials (BOM) associated with the line item.
bom_number
string
This is the number assigned to the bill of materials (BOM).
expected_date
date
This is the expected date for the completion of the line item.
line_status
string
This is the status of the line item (e.g., in progress, completed, etc.).
line_type
string
This is the type or category of the line item.
manufacture_order_number
string
This is the number of the associated manufacture order.
output_type
string
This is the type of output produced by the line item (e.g., product, component).
part_name
string
This is the name of the part associated with the line item.
part_number
string
This is the number assigned to the part associated with the line item.
priority
string
This is the priority level of the line item.
quantity
integer
This is the quantity of the part to be manufactured or processed.
site
string
This is the site or location associated with the line item.
work_order_number
string
This is the number of the associated work order.
yield_location
string
This is the location where the manufactured product will be stored.

Response

id
string
This is the id of the manufacture order line item.
bom_name
string
This is the name of the bill of materials (BOM) associated with the line item.
bom_number
string
This is the number assigned to the bill of materials (BOM).
expected_date
date
This is the expected date for the completion of the line item.
line_status
string
This is the status of the line item (e.g., in progress, completed, etc.).
line_type
string
This is the type or category of the line item.
manufacture_order_number
string
This is the number of the associated manufacture order.
output_type
string
This is the type of output produced by the line item (e.g., product, component).
part_name
string
This is the name of the part associated with the line item.
part_number
string
This is the number assigned to the part associated with the line item.
priority
string
This is the priority level of the line item.
quantity
integer
This is the quantity of the part to be manufactured or processed.
site
string
This is the site or location associated with the line item.
work_order_number
string
This is the number of the associated work order.
yield_location
string
This is the location where the manufactured product will be stored.
curl --location --request POST 'https://api.stateset.com/v1/manufacture_order_line_items' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
    "current_token": ""
}'
{
  "success": 1,
  "user_group": {
    "team_id": 3,
    "token": "<user_group_token_to_auth_dashboard>",
    "name": "Example 1",
    "provided_id": "example_1"
  }
}