{ "opencollection": "1.0.0", "info": { "name": "Oracle Fusion Cloud Applications Oracle Fusion Common Features REST Absences Award Budgets API", "version": "11.13.18.05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Award Budgets", "type": "folder" }, "items": [ { "info": { "name": "Oracle Fusion Cloud Applications List award budgets", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/awardBudgets", "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 award budget versions including planning options, resources, and budget lines." }, { "info": { "name": "Oracle Fusion Cloud Applications Create an award budget", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/awardBudgets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new award budget version." }, { "info": { "name": "Oracle Fusion Cloud Applications Get an award budget", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/awardBudgets/:PlanVersionId", "params": [ { "name": "PlanVersionId", "value": "", "type": "path", "description": "Plan version identifier" } ] }, "docs": "Retrieve a specific award budget version." }, { "info": { "name": "Oracle Fusion Cloud Applications Update an award budget", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/awardBudgets/:PlanVersionId", "params": [ { "name": "PlanVersionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing award budget version." }, { "info": { "name": "Oracle Fusion Cloud Applications Delete an award budget", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/awardBudgets/:PlanVersionId", "params": [ { "name": "PlanVersionId", "value": "", "type": "path" } ] }, "docs": "Delete an award budget version." } ] } ], "bundled": true }