Company.Update
Updates a company in the database. HTTP Operation HTTP POST URL https://www.mblast.com/api/rest/v.01/company.update.aspx Parameters See the documentation for creating REST queries.
Response Elements Response are returned in an XML document.
Example response The following is an example of the response returned by the Company.Update 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.Update returns the standard errors. There are no errors specific to this method. |