SOLVED

How to get Contact and Company informations from SOAP APIs?

Go to solution
Anonymous
Not applicable

How to get Contact and Company informations from SOAP APIs?

Hi all,

I'm trying to make two tables for Contact and Company in SQL server and extract data into them from Marketo.
So I have to get fields info and data from Contact in Marketo. And so does Company.
Then, my questions are: (in C#)
 1. how to get fields information of Contact?
 2. how to get data of Contact?
 3. how to get fields info of Company?
 4. how to get data of Company?
Could you show me an example? C# is best, and Java or PHP is also good.

Best Regards,
Biao
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: How to get Contact and Company informations from SOAP APIs?

From the practical standpoint leads and contacts on the CRM side are handled as leads in Marketo. 
That is mainly informational, displaying SFDC Type Lead or Contact.

The company name and other details are returned along the lead's details when you call getLead/getMultipleleads

<attrName>Company</attrName>

Please review the documentation for details
http://developers.marketo.com/documentation/soap/

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Re: How to get Contact and Company informations from SOAP APIs?

From the practical standpoint leads and contacts on the CRM side are handled as leads in Marketo. 
That is mainly informational, displaying SFDC Type Lead or Contact.

The company name and other details are returned along the lead's details when you call getLead/getMultipleleads

<attrName>Company</attrName>

Please review the documentation for details
http://developers.marketo.com/documentation/soap/