1

I have to convert Leads to accounts and opportunity via SOAP calls. I am able to create, update(Edit) and Detail Lead fields but not able to convert them.

I am using PHP Scripting.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Qazi
  • 5,015
  • 8
  • 42
  • 62

1 Answers1

2

@Qazi I hope, link below will solve your problem. PHP Soap API: For salesforce SOAP API

fazalerabbi
  • 153
  • 1
  • 6
  • 14
  • is their any way by doing it using rest api @fazalerabbi i had tried it in many ways but not able to do it. how to use convertlead in rest api – Amanjot Kaur Aug 03 '17 at 07:54
  • I haven't try REST API, may be this helps you https://stackoverflow.com/questions/19663119/is-there-any-rest-service-available-in-saleforce-to-convert-leads-into-accounts – fazalerabbi Aug 04 '17 at 10:12