{ "opencollection": "1.0.0", "info": { "name": "Workday Financials Workday Cash Management Account Reconciliations Receipts API", "version": "v38.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Receipts", "type": "folder" }, "items": [ { "info": { "name": "Workday Financials Upload a receipt", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/receipts", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "description", "type": "text", "value": "" } ] } }, "docs": "Upload a receipt image for attachment to an expense item." }, { "info": { "name": "Workday Financials Get a receipt", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/receipts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource (WID)" } ] }, "docs": "Retrieve details of a specific receipt." }, { "info": { "name": "Workday Financials Delete a receipt", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/receipts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource (WID)" } ] }, "docs": "Delete a receipt that is not attached to a submitted expense report." }, { "info": { "name": "Workday Financials List goods receipts", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/goodsReceipts", "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" } ] }, "docs": "Retrieve a collection of goods receipts." } ] } ], "bundled": true }