GRNReceivedItem
An item received as part of a GRN
idstring<uuid>nullable
Unique identifier for the received item. When creating the object this field can be null or omitted.
Example:
123e4567-e89b-12d3-a456-426614174101
lineItemIdstring<uuid>
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",
"lineItemId": "123e4567-e89b-12d3-a456-426614174201",
"quantity": 10,
"notes": "Partial delivery"
}