Get Single PO Receipt
GET/api/purchase-orders/:purchase_order/receipts/:receipt
Get a single receipt for a purchase order.
Authentication: Requires Bearer token.
Path params:
- purchase_order: Purchase order ID
- receipt: InboundShipmentReceipt (ISR) ID — this is the canonical wire id since Phase 4.4g.6a (the same id returned by
/api/purchase-orders/{po}/receipts).
Returns the canonical InboundShipmentReceipt with inbound_shipment_receipt_lines; line ids within that array are InboundShipmentReceiptLine (ISRL) ids.
Request
Responses
- 200
Successful response