E123: List receipts for a purchase order
GET /api/purchase-orders/:id/receipts
Returns the receipts logged against one PO. Triggered from Purchase Order Detail.
Authentication
Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.
Request
No body. No pagination.
Response — 200 OK
{ "data": [ Receipt, ... ] }
Errors
| HTTP | code | Condition |
|---|---|---|
| 404 | not_found | No such PO. |