Recent Posts by jfoxny
|
Mar 27, 2008
|
Topic: Highrise API / Do company names have to be unique in Highrise? Adding a company with the same name as an existing company through the API appears to have no effect.
The API documentation does not seem to address this. |
|
Mar 27, 2008
|
Topic: Highrise API / Can you set a company's website address via the API? I tried creating a new company by posting the following to Highrise and it appears to ignore the web-addresses. Is this not supported through the API?
body = "
<company>
<name>#{company[:name]}</name>
<background>#{company[:description]}</background>
<contact-data>
<web-addresses>
<web-address>
<id type=\"integer\">1</id>
<location>Work</location>
<url>#{company[:url]}</url>
</web-address>
</web-addresses>
</contact-data>
</company>
"
|
