Using the API to create new orders, problem with registration contacts.

Started by marcosran, December 12, 2017, 10:58:59 PM

marcosran

Hi, we are trying to use the API to order new domain names. We do manage to create new users and domain registrations, but we've been unable to change the registration contacts of the domain name.
Unfortunately the API does not seem to have such an option. Updating the db (hb_domains, extended) does not seem to work either, as the data included there seems to be ignored. Any ideas?

d4f

I have tried to reproduce your issue but updating hb_domains->extended with the corresponding serialized content works for me - at least it then shows the value in the admin panel and I assume it will apply it during domain registration.

Does it show the change correctly in the admin panel for you or does it show the default settings?
The latter could be the case if the content is not properly serialized (e.g. you forgot to update the length info when changing records manually).