Skip to main content
Version: v1.0.0(int)

W124: Get receipt detail

Returns a single receipt with its received-item rows. Triggered by clicking a receipt in the PO detail page.

Steps

  1. Load the receipt header. Call PurchaseOrders.getReceiptById.

  2. Load the received items. Call PurchaseOrders.listReceiptItems(receiptId).

Returns

The receipt header plus its received items.

Business rules

None.

Errors

  • NotFoundError. The receipt was not found.