Create Work Order Line Item
This endpoint creates a new work order line item.
Body
This is the unique identifier of the work order line item.
This is the status or state of the work order line item.
This is the type or category of the work order line item.
This is the name of the part or item included in the work order line item.
This is the number or code associated with the part or item included in the work order line item.
This is the total quantity of the part or item required or used in the work order line item.
This is the quantity of the part or item required or used per unit in the work order line item.
This is the number associated with the work order to which the line item belongs.
Response
This is the unique identifier of the work order line item.
This is the status or state of the work order line item.
This is the type or category of the work order line item.
This is the name of the part or item included in the work order line item.
This is the number or code associated with the part or item included in the work order line item.
This is the total quantity of the part or item required or used in the work order line item.
This is the quantity of the part or item required or used per unit in the work order line item.
This is the number associated with the work order to which the line item belongs.
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 |