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
Michael DsozaMichael Dsoza 

are default rest/soap services available to perform CRUD operation on standard objects ????

Hi,

I want to perform CRUD operation mainly create/update on standard object via web services (rest webservice). So, Do i need to write rest webservice code in apex to create Lead or Account or any standard object ????

OR Default web services are already availalbe in salesforce ??? If YES then please let me know.

 

Ramu_SFDCRamu_SFDC
The below article might answer your questions related to rest api

https://developer.salesforce.com/page/Getting_Started_with_the_Force.com_REST_API
SuperfellSuperfell
Yes, the standard web services will let you do CRUD on standard objects, see the docs.