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
sfdcjoeysfdcjoey 

webservice real time example

I am new to webservices. Can anyone give an real time example to  Rest Apex Class, to illustrate post and get method from an outside application ?
 
Sandeep Mishra 7Sandeep Mishra 7
Hello,

Nothing is better than our own Trailheads. Below are two modules for you:

1) First complete the below module:
https://trailhead.salesforce.com/en/module/api_basics
Here you can learn what are API calls.

2) Then complete below modules:
https://trailhead.salesforce.com/en/module/apex_integration_services
Here you will have real time integration examples.