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
K_V_RK_V_R 

Create Account Through API

Hi Friends,

     I am a beginner to salesforcecrm.Iam created Developer Edition Account .And i am able to login to api and able to see contacts using by partnerwsdl .

  But my problem is How can i create A New Account Through Api.Please Any one provide sample code or any suggestion.  

Mark SFMark SF

There are some useful examples in the docs.

 

The C# create() sample shows how to create accounts using the enterprise WSDL.

 

A full end-to-end sample, including creating a login binding, is in the Quick Start

 

The C# create() partner WSDL sample shows you how to create an account with the partner WSDL.

 

See "Choosing a WSDL" on this page for the difference between the partner and enterprise WSDLs.

 

I hope that helps!