Skip to main content

GRNReceivedItem

An item received as part of a GRN

iduuidnullable

Unique identifier for the received item. When creating the object this field can be null or omitted.

Example: 123e4567-e89b-12d3-a456-426614174101
purchaseOrderLineItemIduuidrequired

Reference to the purchase order line item

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

Quantity of items received

Example: 10
notesstringnullable

Optional notes for this received item

Example: Partial delivery
GRNReceivedItem
{
"id": "123e4567-e89b-12d3-a456-426614174101",
"purchaseOrderLineItemId": "123e4567-e89b-12d3-a456-426614174201",
"quantity": 10,
"notes": "Partial delivery"
}