{ "opencollection": "1.0.0", "info": { "name": "Oracle Fusion Cloud Applications Oracle Fusion Common Features REST Absences Financial Project Plans API", "version": "11.13.18.05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Financial Project Plans", "type": "folder" }, "items": [ { "info": { "name": "Oracle Fusion Cloud Applications List financial project plans", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/financialProjectPlans", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "fields", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" }, { "name": "finder", "value": "", "type": "query" } ] }, "docs": "Retrieve financial project plan versions including budgets, forecasts, resource assignments, and planning options." }, { "info": { "name": "Oracle Fusion Cloud Applications Create a financial project plan", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/financialProjectPlans", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new financial project plan version." } ] } ], "bundled": true }