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
Knet15Knet15 

Rest Service: cant create apex class

Hello, 

I recently started to research about Sales Force, I was trying to use Sales Force and Postman (REST Service) and I wondered about if is possible to create it using the trial version, because when go to create a class in the "develop" tab I cant see the Apex Class option, is there any other way to create a webservice? Apigee works exacly the same? just creating one service by my own?

Thank you very much for your help,
Greetings.
Best Answer chosen by Knet15
pbattissonpbattisson
In a developer edition org (signup at https://developer.salesforce.com/signup) you can create apex classes which can be annotated as REST webservices. If you have a look at video 11 onwards in the forcedotcomcast video series here (https://www.youtube.com/playlist?list=PLGg2bx7g215dBInKeqg7LrMN2uLCaY4fP), there are a series of videos explaining creating Apex REST web services and testing them.

All Answers

pbattissonpbattisson
In a developer edition org (signup at https://developer.salesforce.com/signup) you can create apex classes which can be annotated as REST webservices. If you have a look at video 11 onwards in the forcedotcomcast video series here (https://www.youtube.com/playlist?list=PLGg2bx7g215dBInKeqg7LrMN2uLCaY4fP), there are a series of videos explaining creating Apex REST web services and testing them.
This was selected as the best answer
Knet15Knet15
Thanks  a lot, I apreciate your help.