---
title: "Changes to Retrieve a sales receipt"
method: GET
path: "/quickbooks-desktop/sales-receipts/{id}"
---

# Changes to Retrieve a sales receipt

`GET /quickbooks-desktop/sales-receipts/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 46 revisions.

- **2026-05-02** `1de07095c4b7` — 1 warning
- **2026-04-20** `10d4e9ebd1df` — 117 breaking, 34 info
- **2026-04-20** `8e0b7df2044d` — 98 breaking, 123 info
- **2026-04-20** `5f832f695675` — 117 breaking, 35 info
- **2026-04-02** `f2373ceb0221` — 1 info

## Changes

- **2026-05-02** `1de07095c4b7` — 1 warning
  - for the `path` request parameter `id`, the maxLength was set to `36`
- **2026-04-20** `10d4e9ebd1df` — 117 breaking, 34 info
  - response property `checkNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `dueDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `exchangeRate` 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`
  - response property `isPending` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isQueuedForEmail` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isQueuedForPrint` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/itemGroup/fullName` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/itemGroup/id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/amount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/expirationDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/lotNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/otherCustomField1` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/otherCustomField2` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/quantity` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/rate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/ratePercent` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/serialNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/serviceDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/unitOfMeasure` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/quantity` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/serviceDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/unitOfMeasure` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/amount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/expirationDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/lotNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/otherCustomField1` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/otherCustomField2` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/quantity` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/rate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/ratePercent` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/serialNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/serviceDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/unitOfMeasure` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `memo` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `otherCustomField` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `refNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …111 more
- **2026-04-20** `8e0b7df2044d` — 98 breaking, 123 info
  - the response property `checkNumber` became nullable for the status `200`
  - the response property `class` became nullable for the status `200`
  - the response property `currency` became nullable for the status `200`
  - the response property `customer` became nullable for the status `200`
  - the response property `customerMessage` became nullable for the status `200`
  - the response property `depositToAccount` became nullable for the status `200`
  - the response property `documentTemplate` became nullable for the status `200`
  - the response property `dueDate` became nullable for the status `200`
  - the response property `exchangeRate` became nullable for the status `200`
  - the response property `externalId` became nullable for the status `200`
  - the response property `isPending` became nullable for the status `200`
  - the response property `isQueuedForEmail` became nullable for the status `200`
  - the response property `isQueuedForPrint` became nullable for the status `200`
  - the response property `lineGroups/items/description` became nullable for the status `200`
  - the response property `lineGroups/items/itemGroup/fullName` became nullable for the status `200`
  - the response property `lineGroups/items/itemGroup/id` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/amount` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/class` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/description` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/expirationDate` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/inventorySite` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/inventorySiteLocation` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/item` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/lotNumber` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/otherCustomField1` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/otherCustomField2` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/overrideUnitOfMeasureSet` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/quantity` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/rate` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/ratePercent` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/salesTaxCode` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/serialNumber` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/serviceDate` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/unitOfMeasure` became nullable for the status `200`
  - the response property `lineGroups/items/overrideUnitOfMeasureSet` became nullable for the status `200`
  - the response property `lineGroups/items/quantity` became nullable for the status `200`
  - the response property `lineGroups/items/serviceDate` became nullable for the status `200`
  - the response property `lineGroups/items/unitOfMeasure` became nullable for the status `200`
  - the response property `lines/items/amount` became nullable for the status `200`
  - the response property `lines/items/class` became nullable for the status `200`
  - …181 more
- **2026-04-20** `5f832f695675` — 117 breaking, 35 info
  - response property `checkNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `dueDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `exchangeRate` 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`
  - response property `isPending` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isQueuedForEmail` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isQueuedForPrint` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/itemGroup/fullName` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/itemGroup/id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/amount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/expirationDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/lotNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/otherCustomField1` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/otherCustomField2` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/quantity` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/rate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/ratePercent` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/serialNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/serviceDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/unitOfMeasure` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/quantity` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/serviceDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/unitOfMeasure` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/amount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/expirationDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/lotNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/otherCustomField1` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/otherCustomField2` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/quantity` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/rate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/ratePercent` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/serialNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/serviceDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/unitOfMeasure` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `memo` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `otherCustomField` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `refNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …112 more
- **2026-04-02** `f2373ceb0221` — 1 info
  - added the required property `lineGroups/items/serviceDate` to the response with the `200` status

---

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