---
title: "Changes to Update a service item"
method: POST
path: "/quickbooks-desktop/service-items/{id}"
---

# Changes to Update a service item

`POST /quickbooks-desktop/service-items/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 46 revisions.

- **2026-05-02** `1de07095c4b7` — 10 warning
- **2026-04-20** `10d4e9ebd1df` — 14 breaking, 8 info
- **2026-04-20** `8e0b7df2044d` — 12 breaking, 16 info
- **2026-04-20** `5f832f695675` — 14 breaking, 8 info
- **2026-04-02** `2e591208a875` — 1 breaking

## Changes

- **2026-05-02** `1de07095c4b7` — 10 warning
  - for the `path` request parameter `id`, the maxLength was set to `36`
  - the `classId` request property's maxLength was set to `36`
  - the `parentId` request property's maxLength was set to `36`
  - the `salesAndPurchaseDetails/expenseAccountId` request property's maxLength was set to `36`
  - the `salesAndPurchaseDetails/incomeAccountId` request property's maxLength was set to `36`
  - the `salesAndPurchaseDetails/preferredVendorId` request property's maxLength was set to `36`
  - the `salesAndPurchaseDetails/purchaseTaxCodeId` request property's maxLength was set to `36`
  - the `salesOrPurchaseDetails/postingAccountId` request property's maxLength was set to `36`
  - the `salesTaxCodeId` request property's maxLength was set to `36`
  - the `unitOfMeasureSetId` request property's maxLength was set to `36`
- **2026-04-20** `10d4e9ebd1df` — 14 breaking, 8 info
  - response property `barcode` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `externalId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the `class` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - the `parent` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - the `salesTaxCode` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - the `unitOfMeasureSet` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - removed the required property `class/fullName` from the response with the `200` status
  - removed the required property `class/id` from the response with the `200` status
  - removed the required property `parent/fullName` from the response with the `200` status
  - removed the required property `parent/id` from the response with the `200` status
  - removed the required property `salesTaxCode/fullName` from the response with the `200` status
  - removed the required property `salesTaxCode/id` from the response with the `200` status
  - removed the required property `unitOfMeasureSet/fullName` from the response with the `200` status
  - removed the required property `unitOfMeasureSet/id` from the response with the `200` status
  - added `#/components/schemas/qbd_sales_and_purchase_details, subschema #2` to the `salesAndPurchaseDetails` response property `anyOf` list for the response status `200`
  - added `#/components/schemas/qbd_sales_or_purchase_details, subschema #2` to the `salesOrPurchaseDetails` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `class` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `parent` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `salesTaxCode` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `unitOfMeasureSet` response property `anyOf` list for the response status `200`
  - removed `#/components/schemas/qbd_sales_and_purchase_details, subschema #2` from the `salesAndPurchaseDetails` response property `oneOf` list for the response status `200`
  - removed `#/components/schemas/qbd_sales_or_purchase_details, subschema #2` from the `salesOrPurchaseDetails` response property `oneOf` list for the response status `200`
- **2026-04-20** `8e0b7df2044d` — 12 breaking, 16 info
  - the response property `barcode` became nullable for the status `200`
  - the response property `class` became nullable for the status `200`
  - the response property `externalId` became nullable for the status `200`
  - the response property `parent` became nullable for the status `200`
  - the response property `salesTaxCode` became nullable for the status `200`
  - the response property `unitOfMeasureSet` became nullable for the status `200`
  - added `#/components/schemas/qbd_sales_and_purchase_details, subschema #2` to the `salesAndPurchaseDetails` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/qbd_sales_or_purchase_details, subschema #2` to the `salesOrPurchaseDetails` response property `oneOf` list for the response status `200`
  - the `class` response's property type/format changed from ``/`` to `object, null`/`` for status `200`
  - the `parent` response's property type/format changed from ``/`` to `object, null`/`` for status `200`
  - the `salesTaxCode` response's property type/format changed from ``/`` to `object, null`/`` for status `200`
  - the `unitOfMeasureSet` response's property type/format changed from ``/`` to `object, null`/`` for status `200`
  - removed `#/components/schemas/qbd_sales_and_purchase_details, subschema #2` from the `salesAndPurchaseDetails` response property `anyOf` list for the response status `200`
  - removed `#/components/schemas/qbd_sales_or_purchase_details, subschema #2` from the `salesOrPurchaseDetails` response property `anyOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `class` response property `anyOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `parent` response property `anyOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `salesTaxCode` response property `anyOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `unitOfMeasureSet` response property `anyOf` list for the response status `200`
  - response property `barcode` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `externalId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - added the required property `class/fullName` to the response with the `200` status
  - added the required property `class/id` to the response with the `200` status
  - added the required property `parent/fullName` to the response with the `200` status
  - added the required property `parent/id` to the response with the `200` status
  - added the required property `salesTaxCode/fullName` to the response with the `200` status
  - added the required property `salesTaxCode/id` to the response with the `200` status
  - added the required property `unitOfMeasureSet/fullName` to the response with the `200` status
  - added the required property `unitOfMeasureSet/id` to the response with the `200` status
- **2026-04-20** `5f832f695675` — 14 breaking, 8 info
  - response property `barcode` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `externalId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the `class` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - the `parent` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - the `salesTaxCode` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - the `unitOfMeasureSet` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - removed the required property `class/fullName` from the response with the `200` status
  - removed the required property `class/id` from the response with the `200` status
  - removed the required property `parent/fullName` from the response with the `200` status
  - removed the required property `parent/id` from the response with the `200` status
  - removed the required property `salesTaxCode/fullName` from the response with the `200` status
  - removed the required property `salesTaxCode/id` from the response with the `200` status
  - removed the required property `unitOfMeasureSet/fullName` from the response with the `200` status
  - removed the required property `unitOfMeasureSet/id` from the response with the `200` status
  - added `#/components/schemas/qbd_sales_and_purchase_details, subschema #2` to the `salesAndPurchaseDetails` response property `anyOf` list for the response status `200`
  - added `#/components/schemas/qbd_sales_or_purchase_details, subschema #2` to the `salesOrPurchaseDetails` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `class` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `parent` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `salesTaxCode` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `unitOfMeasureSet` response property `anyOf` list for the response status `200`
  - removed `#/components/schemas/qbd_sales_and_purchase_details, subschema #2` from the `salesAndPurchaseDetails` response property `oneOf` list for the response status `200`
  - removed `#/components/schemas/qbd_sales_or_purchase_details, subschema #2` from the `salesOrPurchaseDetails` response property `oneOf` list for the response status `200`
- **2026-04-02** `2e591208a875` — 1 breaking
  - the response property `salesAndPurchaseDetails/oneOf[subschema #1: The Sales-and-Purchase Details object]/incomeAccount` became nullable for the status `200`

---

[Operation](https://skmtc.dev/conductor-is/apis/conductor-api/docs/quickbooks-desktop/service-items/:id/post.md) · [API](https://skmtc.dev/conductor-is/apis/conductor-api.md) · [Page](https://skmtc.dev/conductor-is/apis/conductor-api/changes/quickbooks-desktop/service-items/:id/post)
