Get Work Order
This endpoint gets or creates a new work order.
Body
This is the id of the work order.
Response
Unique identifier for the work order (primary key)
Number associated with the work order
Site or location where the work order is being executed
Type of the work order
Location or site where the work order is applicable
Part or item associated with the work order
Identifier or reference to the order associated with the work order
Identifier or reference to the manufacturing order associated with the work order
Current status or state of the work order
Name or identifier of the person who created the work order
Date and time when the work order was created
Date and time when the work order was last updated
Date when the work order was issued
Expected completion date for the work order
Priority level or urgency of the work order
Memo or additional notes related to the work order
Number associated with the bill of materials related to the work order
Actual labor hours spent on the work order
Standard labor hours for the work order
Identifier for related capacity utilization data
Identifier for related bill of materials
Identifier for related COGS (Cost of Goods Sold) data
Work Order
Name | Type | Description |
---|---|---|
bill_of_materials_number | Text | Number associated with the bill of materials related to the work order |
created_at | Date/Time | Date and time when the work order was created |
created_by | Text | Name or identifier of the person who created the work order |
expected_completion_date | Date | Expected completion date for the work order |
id | Text | Unique identifier for the work order |
issue_date | Date | Date when the work order was issued |
location | Text | Location or site where the work order is applicable |
manufacture_order | Text | Identifier or reference to the manufacturing order associated with the work order |
memo | Text | Memo or additional notes related to the work order |
number | Text | Number associated with the work order |
order_number | Text | Identifier or reference to the order associated with the work order |
part | Text | Part or item associated with the work order |
priority | Text | Priority level or urgency of the work order |
site | Text | Site or location where the work order is being executed |
status | Text | Current status or state of the work order |
updated_at | Date/Time | Date and time when the work order was last updated |
Work Order Line Items
Name | Type | Description |
---|---|---|
id | Text | Unique identifier for the line item |
line_status | Text | Status or state of the line item |
line_type | Text | Type or category of the line item |
part_name | Text | Name of the part or item included in the line item |
part_number | Text | Number or code associated with the part or item |
total_quantity | Numeric | Total quantity of the part or item required or used in the work order |
unit_quantity | Numeric | Quantity of the part or item required or used per unit in the work order |
work_order_number | Text | Number associated with the work order to which the line item belongs |