Skip to main content

GRNReceivedItem

An item received as part of a GRN

lineItemIDstring<uuid>required

Reference to the purchase order line item

Example: 123e4567-e89b-12d3-a456-426614174201
quantitynumberrequired

Quantity of items received

Example: 10
notestringnullable

Optional notes for this received item

Example: Partial delivery
GRNReceivedItem
{
"lineItemID": "123e4567-e89b-12d3-a456-426614174201",
"quantity": 10,
"note": "Partial delivery"
}