get https://cardda.herokuapp.com/v1/erp/payouts/purchase_orders//items
Returns a list of items for a specific purchase order. Each item represents a portion of the total purchase amount and can be independently approved and linked to invoices.
Key Features
- Item Details: Full information about each item including name, percentage, and calculated amount
- Approval Status: Current review status and approval history
- Invoice Linking: Shows which items are linked to fiscal invoices
- Reviewer Information: Lists assigned reviewers and their approval levels
Authorization
- User must be a member of the company that owns the purchase order
Response Structure
The response includes detailed item information along with:
- payable: Linked fiscal invoice details (if item is linked to an invoice)
- reviewers: List of users assigned to review this item
- reviews: Complete approval/rejection history for the item
Common Use Cases
- Check approval status: View which items are pending, approved, or rejected
- Track invoice linking: See which items have been linked to received invoices
- Monitor review progress: Check which reviewers have approved each item
- Audit trail: Review complete history of approvals and rejections
