force-rest-api
force-rest-api copied to clipboard
Feature upsert
This is another improvement to add full support for all features of "upsert" method in Salesforce REST api (https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_upsert.htm). This provides:
- A notion if a record was created or updated
- An ID of created/updated record
- Using "primary" SF ID for upsert (see "Inserting New Records Using Id as the External ID" section).
Thanks, Vlad
Hi @jesperfj, this is completed now. Could you please review and merge?
Thanks, Vlad