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
Chad SaarChad Saar 

Already have a JSON HTTP Post object

If I already have a JSON HTTP Post object can I simply send requests to the salesforce.com website for updating my company data automatically? Every manual I read requires the SDK be installed. I have not had to do this with previous vendors, I just use the provided URIs and send the requests through my platform. Is installing the SDK a requirement?
SuperfellSuperfell
No, there's no requirement to use the SDK if you don't want to.
Chad SaarChad Saar
Ok, that sounds good. Do you know where i can find the documentation on the URLs for updating data. It seems that everything is about configuring your own web server application.
Chad SaarChad Saar
Ok, that is what brought me here. It is recommending I install the development platform. I am not trying to develop apps for SalesForce, I was simply looking for a guide to update data for my account using web requests.