I am trying a tasklist for a newly created contact using the API, but everytime I insert one I get two in return :-).
I only get a response mentioning a single task list and I’m pretty sure I’m only executing the request only once. When I look in the UI, it gives me two.
The request:
secure.solve360.com/contacts/task with body <request>PARENTID</parent><data><title>TITLE</title></data></request>
(obviously with placeholders filled in correctly).
Any clue?
By the way, I was wondering about the format for the lists I’m getting back when querying for a list of customers. Each contact element has the identifier embedded in the XML (id) element. This can never validate using a schema, can it? I would have expected something like this:
<contacts>
<contact>
<id>12345</id>
<name>Alef Arendsen</name<
....
</contact>
</contacts>
instead of
<id12345>
<id>12345</id>
<name>Alef Arendsen</name>
</id12345>
But that aside…
cheers,
Alef
p.s. decision made, after the import stuff is we’re going to move!
