Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 916 Bytes

WorkOrderLineItems.md

File metadata and controls

16 lines (13 loc) · 916 Bytes

# WorkOrderLineItems

Properties

Name Type Description Notes
id string The unique identifier for the work order line item. [optional]
part_number string The part number for the line item. [optional]
part_name string The name of the part for the line item. [optional]
line_type string The type of line item. [optional]
line_status string The status of the line item. [optional]
unit_quantity int The quantity per unit of the line item. [optional]
total_quantity int The total quantity of the line item. [optional]
work_order_number int The work order number associated with the line item. [optional]

[Back to Model list] [Back to API list] [Back to README]