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
vinod kumar 31vinod kumar 31 

Can we convert leads to account using Soap Api with enterprise wsdl for .net application

Hi

As we are new to the salesforce and we are trying to integrate our application to salesforce.We are implemented reteriving leads using Soap Api with enterprise wsdl.But now we are trying to implement to convert Leads to Account,Opporunity,Contacts.And we would like to know can we converts leads to account through leads to account using Soap Api with enterprise wsdl for .Net application.Please let us know the solution.

Regards
vinods
PratikPratik (Salesforce Developers) 
Hi Vinod,

Here is the API to convert lead:

https://www.salesforce.com/developer/docs/api/Content/sforce_api_calls_convertlead.htm

Aslo you can refer to sample code:
http://stackoverflow.com/questions/19663119/is-there-any-rest-service-available-in-saleforce-to-convert-leads-into-accounts

Thanks,
Pratik

P.S. If this answers you question, please mark it as "Best Answer" so it will help other community members too.