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
Radhe Shyam.Radhe Shyam. 

How to receive data from 3rd party system and create opportunity in salesforce?

Hi Guys,
I am new to integration things.
I have read about REST methods get, post, patch put etc. and run only the sample code to create data in salesforce like account .

Now i came across new kind of requirement.

I need to get data(oppty data) from 3rd party in JSON format and  need to read it , and need to create opportunity in salesforce.
one of my friend told me that we have to create wrapper for oppty to get the data in REST based web service and need to perform the operation, which is skipped over my head. :(

Can any one please let me know the steps and some sample code snippt to do this task.
Thanks in advance.