Get Work Order Line Item
This endpoint gets or creates a new work order line item.
Body
This is the id of the work order line item.
This is the status of the work order line item.
This is the type of the work order line item.
This is the name of the part of the work order line item.
This is the number of the part of the work order line item.
This is the total quantity of the part of the work order line item.
This is the unit quantity of the part of the work order line item.
This is the work order number of the work order line item.
Response
This is the id of the work order line item.
This is the status of the work order line item.
This is the type of the work order line item.
This is the name of the part of the work order line item.
This is the number of the part of the work order line item.
This is the total quantity of the part of the work order line item.
This is the unit quantity of the part of the work order line item.
This is the work order number of the work order line item.
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 |