You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


Table of contents


Description

Information contained within an existing contact can be inquired with the contact info command.

Possible Error Codes

A list of possible Domainrobot specific error codes and their meaning that may occur when executing the contact info command.

  • EF03014 = Invalid Domain Contact.

Contact Extensions

For certain TLDs additional contact information is required which are not defined in the RFC standard. For this purpose the following contact extensions were defined by the Domainrobot. The standard extensions also contain additional information about the state of the contact  - for example domainsafe (the contact is protected by the DomainSafe).

XML Example

Request
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
    <command>
        <info>
            <contact:info xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
                <contact:id>23022508</contact:id>
            </contact:info>
        </info>
        <clTRID>ABC-12345</clTRID>
    </command>
</epp>
Response
<epp xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xmlns:domainrobot="urn:org:domainrobot:ns:ext-1.0" xmlns:contact="urn:ietf:params:xml:ns:contact-1.0" xmlns:pro="urn:org:domainrobot:ns:contact:pro-1.0" xmlns:ro="urn:org:domainrobot:ns:contact:ro-1.0" xmlns:xxx="urn:org:domainrobot:ns:contact:xxx-1.0" xmlns:ca="urn:org:domainrobot:ns:contact:ca-1.0" xmlns:cat="urn:org:domainrobot:ns:contact:cat-1.0" xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:jobs="urn:org:domainrobot:ns:contact:jobs-1.0" xmlns:rgp="urn:ietf:params:xml:ns:rgp-1.0" xmlns:aero="urn:org:domainrobot:ns:contact:aero-1.0" xmlns:host="urn:ietf:params:xml:ns:host-1.0" xmlns:hk="urn:org:domainrobot:ns:contact:hk-1.0" xmlns:bank="urn:org:domainrobot:ns:contact:bank-1.0" xmlns:it="urn:org:domainrobot:ns:contact:it-1.0" xmlns:barcelona="urn:org:domainrobot:ns:contact:barcelona-1.0" xmlns:au="urn:org:domainrobot:ns:contact:au-1.0" xmlns:uk="urn:org:domainrobot:ns:contact:uk-1.0" xmlns:swiss="urn:org:domainrobot:ns:contact:swiss-1.0" xmlns:ru="urn:org:domainrobot:ns:contact:ru-1.0">
	<response>
		<result code="1000">
			<msg lang="en">Command completed successfully</msg>
		</result>
		<resData>
			<contact:infData>
				<contact:id>23022508</contact:id>
				<contact:roid>23022508</contact:roid>
				<contact:status s="serverTransferProhibited"/>
				<contact:postalInfo type="loc">
					<contact:name>John Doe</contact:name>
					<contact:org>Example Inc.</contact:org>
					<contact:addr>
						<contact:street>123 Example Street</contact:street>
						<contact:street>Suite 100</contact:street>
						<contact:city>Anytown</contact:city>
						<contact:sp>VA</contact:sp>
						<contact:pc>20166-6503</contact:pc>
						<contact:cc>US</contact:cc>
					</contact:addr>
				</contact:postalInfo>
				<contact:voice>+1.70355555551234</contact:voice>
				<contact:fax>+1.7035555556</contact:fax>
				<contact:email>daniel.linsenmeier@internetx.com</contact:email>
				<contact:clID>transfer1, 1</contact:clID>
				<contact:crID>transfer1, 1</contact:crID>
				<contact:crDate>2017-07-04T12:07:16.000Z</contact:crDate>
				<contact:upID>transfer1, 1</contact:upID>
				<contact:upDate>2017-07-04T12:07:16.000Z</contact:upDate>
				<contact:disclose flag="0">
					<contact:voice/>
					<contact:fax/>
					<contact:email/>
				</contact:disclose>
			</contact:infData>
		</resData>
		<extension>
			<domainrobot:contact>
				<domainrobot:type>PERSON</domainrobot:type>
				<domainrobot:domainsafe>0</domainrobot:domainsafe>
				<domainrobot:companynumber>123456789</domainrobot:companynumber>
				<domainrobot:gender>FEMALE</domainrobot:gender>
				<domainrobot:trademark>
					<domainrobot:name>Test Trademark</domainrobot:name>
					<domainrobot:number>123456789</domainrobot:number>
				</domainrobot:trademark>
				<domainrobot:birth>
					<domainrobot:country>DE</domainrobot:country>
					<domainrobot:day>1983-01-30</domainrobot:day>
					<domainrobot:pcode>12345</domainrobot:pcode>
					<domainrobot:place>Fake City</domainrobot:place>
				</domainrobot:birth>
			</domainrobot:contact>
			<xxx:contact>
				<xxx:membershipId>123456789</xxx:membershipId>
				<xxx:nonResolverDomain>1</xxx:nonResolverDomain>
			</xxx:contact>
			<uk:contact>
				<uk:type>LTD</uk:type>
			</uk:contact>
			<swiss:contact>
				<swiss:enterpriseId>CHE-111.222.333</swiss:enterpriseId>
				<swiss:intendedUse>E-Commerce Shop</swiss:intendedUse>
			</swiss:contact>
			<ru:contact>
				<ru:taxpayerIdentificationNumber>123456789</ru:taxpayerIdentificationNumber>
				<ru:territoryLinkedTaxpayerNumber>987654321</ru:territoryLinkedTaxpayerNumber>
			</ru:contact>
			<ro:contact>
				<ro:personType>p</ro:personType>
			</ro:contact>
			<jobs:contact>
				<jobs:adminType>0</jobs:adminType>
				<jobs:contactTitle>Dr.</jobs:contactTitle>
				<jobs:hrMember>0</jobs:hrMember>
				<jobs:website>mywebsite.com</jobs:website>
			</jobs:contact>
			<it:contact>
				<it:entityType>1</it:entityType>
			</it:contact>
			<hk:contact>
				<hk:documentType>OTHID</hk:documentType>
				<hk:others>STUDENTCARD</hk:others>
				<hk:documentNumber>123BR456</hk:documentNumber>
				<hk:documentOrigin>DE</hk:documentOrigin>
				<hk:above18>0</hk:above18>
			</hk:contact>
			<cat:contact>
				<cat:intendedUse>1</cat:intendedUse>
			</cat:contact>
			<ca:contact>
				<ca:cpr>CCT</ca:cpr>
				<ca:officialRepresentative>Jon Doe</ca:officialRepresentative>
				<ca:trusteePercentage>10.0</ca:trusteePercentage>
			</ca:contact>
			<bank:contact>
				<bank:governmentRegulatoryAuthorityName>Jon Doe Authority</bank:governmentRegulatoryAuthorityName>
			</bank:contact>
			<au:contact>
				<au:eligibilityId>acn</au:eligibilityId>
				<au:eligibilityIdType>NSW BN</au:eligibilityIdType>
				<au:eligibilityName>Charity</au:eligibilityName>
				<au:eligibilityType>Company</au:eligibilityType>
				<au:registrantIdType>ABN</au:registrantIdType>
				<au:registrantName>Jon Doe</au:registrantName>
			</au:contact>
			<aero:contact>
				<aero:ensAuthId>123456789</aero:ensAuthId>
				<aero:ensKey>abc123def456ghi789</aero:ensKey>
			</aero:contact>
		</extension>
		<trID>
			<clTRID>ABC-12345</clTRID>
			<svTRID>DEF-12345</svTRID>
		</trID>
	</response>
</epp>

Note

The RFC Standard allows all characters for contact:id however we only support positive integer values.







  • No labels