{ "opencollection": "1.0.0", "info": { "name": "Oracle Fusion Cloud Applications Oracle Fusion Common Features REST Absences Change Orders API", "version": "11.13.18.05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Change Orders", "type": "folder" }, "items": [ { "info": { "name": "Oracle Fusion Cloud Applications List change orders", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/changeOrders", "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 project change order records including change impacts, participants, and approval status." }, { "info": { "name": "Oracle Fusion Cloud Applications Create a change order", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/changeOrders", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new project change order." }, { "info": { "name": "Oracle Fusion Cloud Applications Get a change order", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/changeOrders/:ChangeDocumentId", "params": [ { "name": "ChangeDocumentId", "value": "", "type": "path" } ] }, "docs": "Retrieve a specific change order record." }, { "info": { "name": "Oracle Fusion Cloud Applications Update a change order", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/changeOrders/:ChangeDocumentId", "params": [ { "name": "ChangeDocumentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing change order." }, { "info": { "name": "Oracle Fusion Cloud Applications Delete a change order", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/changeOrders/:ChangeDocumentId", "params": [ { "name": "ChangeDocumentId", "value": "", "type": "path" } ] }, "docs": "Delete an existing change order." } ] } ], "bundled": true }