PUT
/
workorderitems
/
{id}

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

The id that needs to be updated

Body

id
string

The unique identifier for the work order line item.

part_number
string

The part number for the line item.

part_name
string

The name of the part for the line item.

line_type
string

The type of line item.

line_status
string

The status of the line item.

unit_quantity
integer

The quantity per unit of the line item.

total_quantity
integer

The total quantity of the line item.

work_order_number
integer

The work order number associated with the line item.