function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
aaronbaumanaaronbauman 

Why doesn't REST API upsert method support using Id as external key?

SOAP API upsert() method supports using any foreign key, id lookup, or 'Id' field as an upsert key.

REST API does not.

 

Why?

SuperfellSuperfell

If you have the Id just use the regular update.