Posts

Showing posts with the label postman

Salesforce Fact #808 | Invoking composite api from Postman

Image
With the help of Composite API, we can insert multiple related Sobject records at once. Thanks to the referenceId attribute. In this example, we have inserted one account and its related contact in a single API call using composite api from Postman. Reference:  https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_composite_record_manipulation.htm?_ga=2.195590892.1551867688.1707766533-2111625757.1696698877 Attached are the screenshots.