How can we get the account/contact id by the converted lead id with api?
We has a lead A with the id 1144270000003xxxxx.
After the lead is converted, we find the links of converted account/contact in the page
But how can we get the converted account/contact by the lead id with api?
- <?xml version="1.0" encoding="UTF-8" ?>
- <response uri="/crm/private/xml/Leads/getRecordById">
- <nodata>
- <code>4422</code>
- <message>There is no data to show</message>
- </nodata>
- </response>
Any idea?