v2

latestOpenAPI 3.0.42026-08-084694591.6 MB
Receiving Receipt Line Item

List line items for a receipt on a purchase or sales order

post/api/receiving/receipts/{receiptId}/line-items/list

Path parameters

receiptIdstring required

Response

Line items for the given receipt

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.