Creating contacts with a Job Title
Hi,
I'm able to read and write contacts from the API but I've run into a few issues:
- if I try and create a contact that has a 'jobtitle' element, I always get a 404, regardless of the value
- there is not obvious way to fully update a contact, only doing it field by field or deleteding, recreating
- despite what the documentation says, having a space in a category name is not an issue
- if anyone is having strange errors while trying to post XML, make sure your content type is set to 'application/xml; charset="utf-8"'
- the documentation for the creation of categories is wrong, instead of
<categories>
<name>Yahoo!</name>
</categories>
it has to be
<category>
<name>Yahoo!</name>
</category>
If you have any tips or suggestion regarding the first 2 items, please let me know.
Tiago Macedo
by
7 Replies