Skip to main content

Update Service Entry

Update a Service Entry

Path Parameters

  • service_entry_id string required

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

    The id of the associated Service Entry

  • id string required

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

    The id of the relevant record

Request Body

  • type string

    Possible values: [ServiceEntryServiceTaskLineItem, ServiceEntryLaborLineItem, ServiceEntryPartLineItem, ServiceEntryTaxLineItem, ServiceEntryFeeLineItem, ServiceEntryTireLineItem, ServiceEntryFreeTextLineItem]

    Denotes the type of the ServiceEntryLineItem

  • service_task_id integer

    Possible values: >= 1

  • description string

    A description of the service performed for this line item.

  • issue_ids integer[]

    Possible values: >= 1

    IDs of any Issues this line item is linked to.

  • labor_cost float

    The cost of labor for this line item.

  • parts_cost float

    The cost of Parts for this line item.

  • subtotal float

    Ignored if labor_cost and parts_cost is present.

Responses

OK

Loading...