Composite Graph API - Salesforce
Composite Graph API – Salesforce
Salesforce provides the capability to execute a series of requests in a single Rest API call. We can use the output of one request as input to subsequent requests. Let’s take an example, We want to create an account, contact, and opportunity in a single call. Using a simple Rest API, we have to do 3 different calls.
First, call to create an account
The second call to create a contact, where we…
View On WordPress















