You need to sign in to do that
Don't have an account?

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.
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!