1b5649cff14a

latestOpenAPI 3.0.42026-08-084694591.6 MB
Receiving Receipt Line Item

Get a specific line item for a receipt on a purchase or sales order

get/api/receiving/receipts/{receiptId}/line-items/{lineId}

Path parameters

receiptIdstring required

The receiving id

lineIdstring required

This will match on the line item id (from the purchase order or sales order) or the line id of the specific receiving

Response

Line item

idstring required

Unique id associated to this entity.

lineItemIdstring required

Id of the purchase order line item corresponding to this update

fullyReceivedboolean required

Indicates whether the entire quantity of this line item have been received

rolledBackboolean required

Indicates whether this update is active.

quantityReceivednumber double nullable

Quantity of the associated item that has been received on this update in the specified unit of measure (non-cumulative)

unitOfMeasureMultipliernumber 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.

convertedQuantityReceivednumber double

Quantity of the associated item that has been received in Fulcrum's unit of measure

externalReferencesobject nullable

Arbitrary key-value-pair like data that can be used to later on search for this line item.