{ "opencollection": "1.0.0", "info": { "name": "Oracle Fusion Cloud Applications Oracle Fusion Common Features REST Absences Accounts API", "version": "11.13.18.05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Oracle Fusion Cloud Applications List accounts", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/crmRestApi/resources/11.13.18.05/accounts", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return (default 25, max 500)" }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to return" }, { "name": "q", "value": "", "type": "query", "description": "Filter expression using Oracle REST query syntax" }, { "name": "orderBy", "value": "", "type": "query", "description": "Fields to sort by with optional :asc or :desc direction" }, { "name": "finder", "value": "", "type": "query", "description": "Named finder in format FinderName;param1=value1" }, { "name": "expand", "value": "", "type": "query", "description": "Comma-separated list of child resources to expand" } ] }, "docs": "Retrieve a collection of customer and prospect account records including organization details, addresses, contacts, and sales team members." }, { "info": { "name": "Oracle Fusion Cloud Applications Create an account", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.oraclecloud.com/crmRestApi/resources/11.13.18.05/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new customer or prospect account record." }, { "info": { "name": "Oracle Fusion Cloud Applications Get an account", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/crmRestApi/resources/11.13.18.05/accounts/:PartyNumber", "params": [ { "name": "PartyNumber", "value": "", "type": "path", "description": "Party number identifying the account" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to return" }, { "name": "expand", "value": "", "type": "query", "description": "Comma-separated list of child resources to expand" } ] }, "docs": "Retrieve a specific account by party number." }, { "info": { "name": "Oracle Fusion Cloud Applications Update an account", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.oraclecloud.com/crmRestApi/resources/11.13.18.05/accounts/:PartyNumber", "params": [ { "name": "PartyNumber", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing account record." }, { "info": { "name": "Oracle Fusion Cloud Applications Delete an account", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.oraclecloud.com/crmRestApi/resources/11.13.18.05/accounts/:PartyNumber", "params": [ { "name": "PartyNumber", "value": "", "type": "path" } ] }, "docs": "Delete an account record." } ] } ], "bundled": true }