Table of contents

Description

The domain extensions provide additional functionality for the Domainrobot EPP server. For example:  domain transfers with new technical contacts and admin data can be started in one transaction.

domain /
KeyTypeDescription
domain / zonecstringOptional zone contact, which is for example required for the .de TLD. If the contact is not submitted, the technical contact is used instead. The DomainInfo command returns the zone contact and if was not set, it will be identical to the technical contact.
domain / nackReasoninteger

The rejection reason is needed for gTLD domain transfers when clientReject is returned. Possible values are:

1 = fraud
2 = UDRP. A UDRP procedure is running.
3 = lawsuit. Court-ordered decision.
4 = identity. Identity of transfer contact disputed.
5 = nonpayment. Registrant did not pay the domain registration fees.
6 = protest. Objection to transfer by domain registrant or domain admin contact.

domain / trusteebooleanActivates/deactivates the trustee service. This service is not available for all TLDs. The DomainInfo command returns 1 when the service is active.
domain / autoDnssecbooleanActivates/deactivates the AutoDNSSEC service. This service is not available for all TLDs and requires special name servers. The DomainInfo command returns 1 when the service is active.
domain / domainsafe
Displays if the DomainSafe service is active for the domain. The service can not be activated via EPP command.
domain / deletiondate-timeExact date and time on which the domain is to be deleted with a DomainDelete command. Is also returned for a running deletion when using the DomainInfo command.
domain / RDDSOptIn
If RDDS is enabled, the element is available.
domain / RDDSOptIn / registrantanyData of the domain holder are displayed in the Whois.
domain / RDDSOptIn / techanyData of the TechC are displayed in the Whois.
domain / RDDSOptIn / adminanyData of the domain holder are displayed in the Whois.

XML example

XML
<extension>
	<domainrobot:domain>
		<domainrobot:zonec>2</domainrobot:zonec>
		<domainrobot:trustee>0</domainrobot:trustee>
		<domainrobot:privacy>0</domainrobot:privacy>
        <domainrobot:nackReason>1</domainrobot:nackReason>
        <domainrobot:autoDnssec>1</domainrobot:autoDnssec>
        <domainrobot:domainsafe>1</domainrobot:domainsafe>
        <domainrobot:deletion>2020-05-22T12:47:12.000Z</domainrobot:deletion>
    </domainrobot:domain>
</extension>