---
title: "Update a specific receipt line item for a purchase or sales order receiving"
method: PUT
path: "/api/receiving/receipts/{receiptId}/line-items/{lineId}"
tags: ["Receiving Receipt Line Item"]
---

# Update a specific receipt line item for a purchase or sales order receiving

`PUT /api/receiving/receipts/{receiptId}/line-items/{lineId}`

## Path parameters

- `receiptId` string, required
- `lineId` string, required

## Request body

- ReceivingLineItemReceiptLineItemUpdateDto — Represents a receiving line item on a purchase order or sales order receiving record
  - `externalReferences` object, nullable — Arbitrary key-value-pair like data that can be used to later on search for this receipt line item object.

## Response `200`

Receipt line item

- ReceivingLineItemReceiptLineItemDto — Represents a line item on a receipt for a purchase or sales order
  - `id` string, required — Unique id associated to this entity.
  - `lineItemId` string, required — Id of the purchase order line item corresponding to this update
  - `fullyReceived` boolean, required — Indicates whether the entire quantity of this line item have been received
  - `rolledBack` boolean, required — Indicates whether this update is active.
  - `quantityReceived` number, double, nullable — Quantity of the associated item that has been received on this update in the specified unit of measure (non-cumulative)
  - `unitOfMeasureMultiplier` number, double — If the receipt has a different unit of measure than the item is stored in fulcrum, you would use this multiplier with the QuantityReceived to get the amount you received into Fulcrum.
  - `convertedQuantityReceived` number, double — Quantity of the associated item that has been received in Fulcrum's unit of measure
  - `externalReferences` object, nullable — Arbitrary key-value-pair like data that can be used to later on search for this line item.
  - `unitPrice` number, double, nullable — Price of the purchase order line received against, per Fulcrum's unit of measure, so it multiplies directly with `convertedQuantityReceived`. Null means there is no price, not a price of zero. Supplied only by the receipts list endpoint.
  - `lineItemType` 'part' | 'outsideProcessing' | 'tax' | 'discount' | 'fee' | 'vendorCredit' — Purchase order line item type

## Other responses

- `404` — Receipt did not exist

## Changes

- **2026-09-22** `ad309c11f954` — 4 info
  - added the optional property `lineItemType` to the response with the `200` status (media type: application/json)
  - added the optional property `lineItemType` to the response with the `200` status (media type: application/problem+json)
  - added the optional property `unitPrice` to the response with the `200` status (media type: application/json)
  - added the optional property `unitPrice` to the response with the `200` status (media type: application/problem+json)

[Change history](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/changes/api/receiving/receipts/:receiptId/line-items/:lineId/put.md)

---

[API](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/revisions/e584a13d530a?raw)
