---
title: "Update a job group line item"
method: PATCH
path: "/v1/jobGroups/{jobGroupId}/lineItems/{lineItemId}"
tags: ["JobGroups"]
---

# Update a job group line item

`PATCH /v1/jobGroups/{jobGroupId}/lineItems/{lineItemId}`

Update the details of a single job group line item (required scope jobs:write)

## Path parameters

- `jobGroupId` integer, required
- `lineItemId` integer, required

## Headers

- `Customer-Id` integer, required

## Request body

- UpdateJobGroupLineItemModel — Update job group line item request model. At least one optional value must be provided
  - `quantity` number, double — Quantity of the line item<br/><br/>Optional: Omit to retain current value
  - `description` string — Description of the line item<br/><br/>Optional: Omit to retain current value
  - `taxId` integer, nullable — Id of the vat/tax rate applied to this item<br/><br/>Optional: Omit to retain current value or provide null to unset
  - `unitCost` number, double, nullable — Cost of the line item<br/><br/>Optional: Omit to retain current value or provide null to unset
  - `unitSellingPrice` number, double — Price of each individual unit associated to the line item<br/><br/>Optional: Omit to retain current value
  - `nominalCodeId` integer, nullable — Id of the associated nominal code<br/><br/>Optional: Omit to retain current value or provide null to unset
  - `departmentCodeId` integer, nullable — Id of the associated department code<br/><br/>Optional: Omit to retain current value or provide null to unset

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

[API](https://skmtc.net/bigchange/apis/bigchange-dx.md) · [All operations](https://skmtc.net/bigchange/apis/bigchange-dx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigchange/bigchange-dx/revisions/916e669fc527/schema)
