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
rohitash yadav 8rohitash yadav 8 

Working with rest api

Hi,

I want to create one record in my custom object  through rest api in php. What is the best way to do so. and how to achieve my goal. Please help anyone.
Amit Chaudhary 8Amit Chaudhary 8
Please check below post for Rest API
1) http://amitsalesforce.blogspot.com/search/label/Rest%20API

Please check below post how to create REST API in salesforce same API you can call from PHP
1) http://amitsalesforce.blogspot.com/2016/04/rest-api-in-salesforce-execute-rest-api.html

Let us know if this will help you