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

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

HTTPcodeCondition
404not_foundNo such PO.

Workflow

Calls W123 List receipts for a purchase order.