{ "opencollection": "1.0.0", "info": { "name": "Workday Financials Workday Cash Management Account Reconciliations Purchase Requisitions API", "version": "v38.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Purchase Requisitions", "type": "folder" }, "items": [ { "info": { "name": "Workday Financials List purchase requisitions", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/purchaseRequisitions", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" }, { "name": "status", "value": "", "type": "query", "description": "Filter by requisition status" } ] }, "docs": "Retrieve a collection of purchase requisitions." }, { "info": { "name": "Workday Financials Create a purchase requisition", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/purchaseRequisitions", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a new purchase requisition for approval." }, { "info": { "name": "Workday Financials Get a purchase requisition", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/purchaseRequisitions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource (WID)" } ] }, "docs": "Retrieve details of a specific purchase requisition." } ] } ], "bundled": true }