{ "opencollection": "1.0.0", "info": { "name": "Oracle Financials Cloud REST Cash Management Payables API", "version": "11.13.18.05" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Payables", "type": "folder" }, "items": [ { "info": { "name": "List payables invoices", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/invoices", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query", "description": "Oracle filter expression (e.g. `Status='Posted'`).\n" } ] }, "docs": "List payables invoices" }, { "info": { "name": "Create a payables invoice", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/invoices", "body": { "type": "json", "data": "{}" } }, "docs": "Create a payables invoice" }, { "info": { "name": "Get a payables invoice", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/invoices/:InvoiceId", "params": [ { "name": "InvoiceId", "value": "", "type": "path" } ] }, "docs": "Get a payables invoice" } ] } ], "bundled": true }