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
SUJAY GANGULYSUJAY GANGULY 

I want send a rest request in 3rd party when account object name is not null and also store the billing address from the response. Please tell me how can i do this?

I want to send a rest request in the 3rd party when account object name is not null and also store the billing address from the response. Please tell me how can I do this?
Amit Chaudhary 8Amit Chaudhary 8
Please check below post for rest API i hope that will help you
1) http://amitsalesforce.blogspot.com/2017/01/learn-rest-api-in-salesforce-how-to.html
 
SUJAY GANGULYSUJAY GANGULY
I want to store the account object name from salesforce to 3rd party and corresponding to that I want to store billing address from 3rd part to salesforce. so which link I follow?