You need to sign in to do that
Don't have an account?
Developer99
Callouts in Salesforce
HI,
I am getting confusion about callouts, when third party system connect to salesforce callouts are hit, or salesforce is hit the thirdparty system at that time callouts are executed in which case callouts are used,
And one more doubt is some thirdparty system are axcess the account records from salesforce for that they ask me endpoint url for account object may i know how can i create a endpoint url for account.which endpoint url i want to give to thirdparty developers.
I am getting confusion about callouts, when third party system connect to salesforce callouts are hit, or salesforce is hit the thirdparty system at that time callouts are executed in which case callouts are used,
And one more doubt is some thirdparty system are axcess the account records from salesforce for that they ask me endpoint url for account object may i know how can i create a endpoint url for account.which endpoint url i want to give to thirdparty developers.
API Calls is accessing salesforce through another system (Third Party->Salesforce)
If you are talking about the REST API, have a look at this : http://www.salesforce.com/us/developer/docs/api_rest/Content/dome_get_field_values.htm
You'll be able to figure out the endpoint with that. *you need to make sure to change na1 with the proper instance you are on.