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
AdaptiDevAdaptiDev 

Call Webservice in salesforce using external program. Is there a limit?

I have a webservice which will recieve some account data with orders and orderlines.  This data is coming from a webshop.

 

They have to process up to 2000 orders (calls to this webservice) each day.

 

Is there a limit on how many external calls you can  do to a sfdc webservice?

I think there must be a limit, but I 'm not finding it.

 

Thank you for the info.

ArtabusArtabus
You will consume the API to call your webservice by an external application. You will call 2 methods : login() and then your webservice call, this means that per day you will have 4000 API calls, which is far under the daily API limit that you can see in Setup | Administration Setup | Company Profile | Company Information