{ "opencollection": "1.0.0", "info": { "name": "Salesforce Sales Cloud Salesforce Analytics REST Change Events SObject Tree API", "version": "59.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.salesforce.com/services/oauth2/authorize", "accessTokenUrl": "https://login.salesforce.com/services/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "SObject Tree", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Sales Cloud Create an sObject tree", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v59.0/analytics/composite/tree/:sObjectName", "params": [ { "name": "sObjectName", "value": "", "type": "path", "description": "The API name of the root sObject type" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates one or more sObject trees with root records of the specified type. An sObject tree is a collection of nested, parent-child records with a single root record. Use this to create a parent record with related child records in a single request." } ] } ], "bundled": true }