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
NagShaNagSha 

Create Case via Web Service.

Hi All.,

I am looking at creating case in salesforce like(web to case) from service using Rest/soap api's.

Can you provide me the approach on how to do this.,

 

Is it possible to create subcase to a existing case(Service will have case Id of parent)? 

sfdcfoxsfdcfox
There's already plenty of documentation for code like this in the technical books on the website here. You can take a look at the fields available in the standard SOAP API developer's guide reference that explains all the standard fields for standard objects.