GRNReceivedItem
An item received as part of a GRN
lineItemIDstring<uuid>required
Reference to the purchase order line item
Example:
123e4567-e89b-12d3-a456-426614174201quantitynumberrequired
Quantity of items received
Example:
10notestringnullable
Optional notes for this received item
Example:
Partial deliveryGRNReceivedItem
{
"lineItemID": "123e4567-e89b-12d3-a456-426614174201",
"quantity": 10,
"note": "Partial delivery"
}