How can I modify the domain contact data?

Started by ZeroXBTX, December 01, 2017, 07:45:17 PM

ZeroXBTX

Hello everyone, I'm using the hostbill API and I can not find a way to modify the domain information:

registrant, admin, tech, billing

from what I see, I must first create an order ... but it does not come out to insert the domain data ...

http://api.hostbillapp.com/orders/addOrder/


Could anyone help me please  :'( :'( :'( :'( :'( :'( :'( :'(

d4f

I have not used that part of the API yet but from what I can see it seems to have aequivalent functionality to what you can do in the admin panel; there you cannot set/edit the domain registrant during the order either.

You could try submitting the fields such as contacts[registrant][companyname] but I doubt they will be accepted. More likely you have to deploy your own api function which directly accesses the database and updates the contact information.