Having a problem processing DNS Orders because of the contact information. I
have a User ID and Contact ID properly setup in the system, for this example
"12345" will be my contact ID. I have 'contacts' setup like this:
<item key='attributes'>
<dt_assoc>
<item key="contacts">
<dt_array>
<item key="0">
<dt_assoc>
<item key="id">12345</item>
</dt_assoc>
</item>
</dt_array>
</item>
...
</item>
If I leave out the 'contact_set' I get a message saying I'm trying to create an
order without any contact info. So I entered that like this:
<item key="create_items">
<dt_array>
<item key="0">
<dt_assoc>
<item key="contact_set">
<dt_assoc>
<item key="admin">12345</item>
<item key="tech">12345</item>
<item key="billing">12345</item>
</dt_assoc>
</item>
...
</dt_assoc>
</item>
</dt_array>
</item>
That gives me an error saying "Invalid contact link value [12345] for [billing]
contact". If I leave them at 0 like the example in the API docs it says,
"Unknown error happened during process of the request".
I'm really at a loss here.
_______________________________________________
domains-dev mailing list
[email protected]
http://discuss.tucows.com/mailman/listinfo/domains-dev