{ "opencollection": "1.0.0", "info": { "name": "Oracle General Ledger REST Accounting Periods Intercompany API", "version": "11.13.18.05" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Intercompany", "type": "folder" }, "items": [ { "info": { "name": "List intercompany transactions", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/intercompanyTransactions", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query", "description": "Oracle filter expression." } ] }, "docs": "List intercompany transactions" }, { "info": { "name": "Create an intercompany transaction", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/intercompanyTransactions", "body": { "type": "json", "data": "{}" } }, "docs": "Create an intercompany transaction" } ] } ], "bundled": true }