{ "opencollection": "1.0.0", "info": { "name": "Workday Financials Workday Cash Management Account Reconciliations Expense Items API", "version": "v38.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Expense Items", "type": "folder" }, "items": [ { "info": { "name": "Workday Financials List expense items for a report", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/expenseReports/:id/expenseItems", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource (WID)" } ] }, "docs": "Retrieve expense line items for a specific expense report." }, { "info": { "name": "Workday Financials Add an expense item to a report", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/expenseReports/:id/expenseItems", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource (WID)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a new expense line item to an existing expense report." } ] } ], "bundled": true }