Skip to main content

Create Service Entry Line Item

Creates a new Service Entry Line Item

Path Parameters

  • service_entry_id string required

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

    The id of the associated Service Entry

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

Response Headers


    Schema

    • id integer

      Possible values: >= 1

    • created_at date-time

      The date and time at which this record was created.

    • updated_at date-time

      The date and time at which this record was most recently updated.

    • account_id integer

      Possible values: >= 1

    • title string

      A title for this line item.

    • description string

      A description of the service performed for this line item.

    • position integer

      The position of this line item in the list of line items.

    • linking_source string

      Possible values: [manual, automatic_algorithm, service_code_mapper]

    • vehicle_id integer

      Possible values: >= 1

    • service_entry_line_item_id integer

      For nested line items. This value denotes the parent Service Entry Line Item.

    • service_reminder_id integer

      If this line item is linked to a Service Reminder, this ID will be set.

    • service_entry_id integer

      Possible values: >= 1

    • service_task_id integer

      Possible values: >= 1

    • service_code_id NullableId

      Possible values: >= 1

    • import_id NullableId

      Possible values: >= 1

    • labor_cost_cents integer

      The labor cost in cents for this line item.

    • parts_cost_cents integer

      The parts cost in cents for this line item.

    • subtotal_cents integer

      The pre-tax subtotal in cents for this line item.

    • vmrs_system_id NullableId

      Possible values: >= 1

    • vmrs_assembly_id NullableId

      Possible values: >= 1

    • vmrs_component_id NullableId

      Possible values: >= 1

    • vmrs_reason_for_repair_id NullableId

      Possible values: >= 1

    • vmrs_system_group_id NullableId

      Possible values: >= 1

    Loading...