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
sravan36sravan36 

Standard API's for CASE,NOTE and ATTACHMENT

HI 

 

We have a requirement for Integration btw SFDC system and External system(Java).

We need to Create different API's for each process like Create Case, Update Case, add Attachment and add Notes.

 

Is thare any standard API's for Create Case, Update Case, Add Notes and Add Attachment i.e. providing by Salesforce. I think there is a way for Accounts but any possibilites for above requirement.

 

Thanks,

Sravan.

 

amarcuteamarcute

Hi,

 

You can use REST API for creating/updating any objects from external Applications. You can also add attachments etc.  Check the documentation @ http://www.salesforce.com/us/developer/docs/api_rest/