Associating/Dissociating .XXX Membership Token/ID

Description

Allows associating/dissociating the Membership Token/ID provided by the .XXX Registry, to a Domain Registration Order.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
order-id Integer Required Order Id of the .XXX Domain Registration Order, to which you want to associate/dissociate a Membership Token/ID. See details
association-id String Optional

A Membership Token/ID allocated by the .XXX Registry needs to be associated with the domain name, only if the Registrant wants it to resolve.

If a Membership Token/ID is already associated with a .XXX domain name, then sending this value as blank, dissociates it.

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/domains/dotxxx/association-details.xml?auth-userid=0&api-key=key&order-id=123&association-id=123

Response

Returns a hash map containing the below details:

  • Domain Name (description)

  • Order ID of the Domain Registration Order (entityid)

  • Action ID of the Modification of Association/Dissociation Details Action (eaqid)

  • Description of the Modification of Association/Dissociation Details Action (actiontypedesc)

  • Modification of Association/Dissociation Details Action Status (actionstatus)

  • Description of the Modification of Association/Dissociation Details Action Status (actionstatusdesc)

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