This is the API to call to convert a lead to a contact
Field Name | Example | Description |
---|---|---|
curl --location --request POST 'http://localhost:9000/api/v1/zoho/lead/convert?recordId=4951413000000442002' \
--header 'Content-Type: application/json' \
--data-raw '{
"Type" : "Test",
"Deal_Name" : "George Gitau",
"Closing_Date" : "2020-09-08",
"Stage" : "Loan Officer Review",
"Desired_Amount" : "50000.00",
"Make" : "Toyota",
"Model" : "Station Wagon",
"Pipeline" : "Logbook Pipeline",
"Security_Offered" : "Logbook",
"Type_of_Insurance" : "Comprehensive"
}'