Company.Get
Gets information about a company from the database. HTTP Operation HTTP GET URL https://www.mblast.com/api/rest/v.01/company.get.aspx Parameters See the documentation for creating REST queries.
Sample Request URL: https://www.mblast.com/api/rest/v.01/company.get.aspx?un=demo&pw=demo&recordID=12345 Response Elements Response are returned in an XML document.
Example response The following is an example of the response returned by the Company.Get method.
<?xml version="1.0" encoding="UTF-8"?>
<response>
<company>
<recordID>12345</recordID>
<name>Microsoft Corporation</name>
<address1>One Microsoft Way</address1>
<city>Redmond</city>
<stateprovince>WA</stateprovince>
<postalcode>98052</postalcode>
<country>United States Of America</country>
<mailaddress1>One Microsoft Way</mailaddress1>
<mailcity>The city for the company's mailing address.</mailcity>
<mailstateprovince>Redmond</mailstateprovince>
<mailpostalcode>WA</mailpostalcode>
<mailcountry>98052</mailcountry>
<email>info@microsoft.com</email>
<phone>+1 (425) 882-8080</phone>
<link>http://www.microsoft.com</link>
<description>
Microsoft's mission is to create software for the
personal computer.
</description>
</company>
</response>
Errors Company.Get returns the standard errors. There are no errors specific to this method. |