Skip to main content

Update Work Order

Update a Work Order

Path Parameters

  • work_order_id string required

    Possible values: Value must match regular expression ^[0-9]+$

    The id of the associated Work Order

  • id string required

    Possible values: Value must match regular expression ^[0-9]+$

    The id of the relevant record

Request Body

  • type string

    Possible values: [WorkOrderServiceTaskLineItem, WorkOrderFreeTextLineItem]

  • item_type string

    Possible values: [Issue, ServiceTask]

    The Type of the item associated with the Work Order Line Item

  • item_id integer

    The ID of the item associated with this Work Order Line Item.

  • description string
  • issue_ids integer[]

    The IDs of any Issues associated with this Work Order Line Item.

  • labor_cost float

    The cost of labor of this line item.

  • parts_cost float

    The cost of Parts of this line item.

  • subtotal float

    The subtotal of this line item.

  • work_order_line_items_attributes object[]
  • type string

    Possible values: [WorkOrderServiceTaskLineItem, WorkOrderFreeTextLineItem]

  • item_type string

    Possible values: [ServiceTask]

  • item_id integer
  • description string
  • issue_ids integer[]
  • labor_cost float
  • parts_cost float
  • subtotal float
  • work_order_sub_line_items_attributes object[]
  • type string

    Possible values: [WorkOrderPartLineItem, WorkOrderLaborLineItem]

  • item_type string

    Possible values: [Part, Contact]

  • item_id integer
  • description string
  • unit_cost float
  • subtotal float
  • work_order_id integer
  • position integer
  • quantity float
  • work_order_part_line_items_attributes object[]
  • type string

    Possible values: [WorkOrderPartLineItem, WorkOrderLaborLineItem]

  • item_type string

    Possible values: [Part, Contact]

  • item_id integer
  • description string
  • unit_cost float
  • subtotal float
  • work_order_id integer
  • position integer
  • quantity float
  • work_order_labor_line_items_attributes object[]
  • type string

    Possible values: [WorkOrderPartLineItem, WorkOrderLaborLineItem]

  • item_type string

    Possible values: [Part, Contact]

  • item_id integer
  • description string
  • unit_cost float
  • subtotal float
  • work_order_id integer
  • position integer
  • quantity float
Responses

OK

Loading...