{ "opencollection": "1.0.0", "info": { "name": "Oracle Financials General Ledger Budgetary Control Chart of Accounts API", "version": "11.13.18.05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Chart of Accounts", "type": "folder" }, "items": [ { "info": { "name": "Oracle Financials Create a chart of accounts filter", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/chartOfAccountsFilters", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new chart of accounts filter with filter criteria. Chart of accounts filters are used to restrict the set of account combinations available in financial transactions." } ] } ], "bundled": true }