GitHub user vspiliop opened a pull request: https://github.com/apache/camel/pull/2079
Salesforce composite api external ids in body support Hope it is of use :-) 1. Introducing support for Salesforce Composite REST API (https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_composite.htm). I could not find any related jira.. 2. Extending the salesforce maven plugin to generate of DTO(s) for doing updates via Salesforce External Ids in the âbodyâ json field. ` "body" : { "Account__r": { "External_Id_Of_Account__c" : "123456" } , "AnotherField__c":"1234" } ` Related jira is https://issues.apache.org/jira/browse/CAMEL-10193. The implementation is the proposed solution mentioned in the discussion. Thanks!! You can merge this pull request into a Git repository by running: $ git pull https://github.com/vspiliop/camel salesforce-composite-api-external-ids-in-body-support Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2079.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2079 ---- commit d3f2aebba2e483414c788f11a977bc5f6e22e66e Author: Spiliopoulos, Vassilis (ELS-CON) <v.spiliopou...@elsevier.com> Date: 2017-11-04T11:24:31Z supporting composite API and externalIds in the json body commit 56f6517047ed522cadd81deac3c0d3c629840473 Author: Spiliopoulos, Vassilis (ELS-CON) <v.spiliopou...@elsevier.com> Date: 2017-11-05T22:37:01Z introducing salesforce composite api support and usage of external ids in json body ---- ---