Modifying Contacts

Modifying Contacts

Description

Modifies the Contacts of the specified Domain Registration Order.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key or auth-password String Required Authentication Parameter
order-id Integer Required Order Id of the Domain Registration Order whose contact association you want to modify.
reg-contact-id Integer Required The Contact that you want to use as the new Registrant Contact.
admin-contact-id Integer Required The Contact that you want to use as the new Admin Contact.
tech-contact-id Integer Required The Contact that you want to use as the new Technical Contact.
billing-contact-id Integer Required The Contact that you want to use as the new Billing Contact.

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/domains/modify-contact.json?auth-userid=0&api-key;=key&order-id;=0®-contact-id=0&admin-contact-id;=0&tech-contact-id;=0&billing-contact-id;=0

Response

Returns a hash map containing the below details:

  • Domain Name (description)

  • Order ID of the Domain Registration Order (entityid)

  • Action Type (actiontype)

  • Description of the Contact Modification Action (actiontypedesc)

  • Action ID of the Contact Modification Action (eaqid)

  • Contact Modification Action Status (actionstatus)

  • Description of the Contact Modification Action Status (actionstatusdesc)

In case of any errors, a status key with value as ERROR alongwith an error message will be returned.