
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://doc.openprovider.eu/skins/common/feed.css?207"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>API Module Domain retrieveCustomerAdditionalDataDomainRequest - Revision history</title>
		<link>https://doc.openprovider.eu/index.php?title=API_Module_Domain_retrieveCustomerAdditionalDataDomainRequest&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.15.2</generator>
		<lastBuildDate>Tue, 21 Apr 2026 16:49:09 GMT</lastBuildDate>
		<item>
			<title>WikiSysop:&amp;#32;Created page with '==Module Domain &gt; Retrieve Customer Additional Data== {| border=&quot;1&quot; cellpadding=&quot;4&quot; |- style=&quot;background-color:#BBBBBB;&quot; |'''Module''' |domain |- style=&quot;background-color:#EEEEEE;…'</title>
			<link>https://doc.openprovider.eu/index.php?title=API_Module_Domain_retrieveCustomerAdditionalDataDomainRequest&amp;diff=1359&amp;oldid=prev</link>
			<description>&lt;p&gt;Created page with &amp;#39;==Module Domain &amp;gt; Retrieve Customer Additional Data== {| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;4&amp;quot; |- style=&amp;quot;background-color:#BBBBBB;&amp;quot; |&amp;#39;&amp;#39;&amp;#39;Module&amp;#39;&amp;#39;&amp;#39; |domain |- style=&amp;quot;background-color:#EEEEEE;…&amp;#39;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Module Domain &amp;gt; Retrieve Customer Additional Data==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;4&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color:#BBBBBB;&amp;quot;&lt;br /&gt;
|'''Module'''&lt;br /&gt;
|domain&lt;br /&gt;
|- style=&amp;quot;background-color:#EEEEEE;&amp;quot;&lt;br /&gt;
|'''Command name'''&lt;br /&gt;
|retrieveCustomerAdditionalDataDomainRequest&lt;br /&gt;
|-&lt;br /&gt;
|'''Use'''&lt;br /&gt;
|Retrieve TLD specific customer additional data &amp;amp; fields required for domain registration&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|'''Input'''&lt;br /&gt;
|&lt;br /&gt;
*'''[[API Format Domain|domain]]''' (only extension in [name,extension] array is mandatory)&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|'''Output'''&lt;br /&gt;
|Overview of extension details:&lt;br /&gt;
*name (field name)&lt;br /&gt;
*required (if the field is mandatory or optional)&lt;br /&gt;
*type (field type, e.g. text, check, select, multiselect)&lt;br /&gt;
*[[API Format options|options]] (possible values &amp;amp; value descriptions)&lt;br /&gt;
*description&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Using PHP class===&lt;br /&gt;
 $request = new OP_Request;&lt;br /&gt;
 $request-&amp;gt;setCommand('retrieveCustomerAdditionalDataDomainRequest')&lt;br /&gt;
   -&amp;gt;setAuth(array('username' =&amp;gt; 'username', 'password' =&amp;gt; 'password'))&lt;br /&gt;
   -&amp;gt;setArgs(array(&lt;br /&gt;
     'domain' =&amp;gt; array(&lt;br /&gt;
       'extension' =&amp;gt; 'us'&lt;br /&gt;
     ),&lt;br /&gt;
   ));&lt;br /&gt;
&lt;br /&gt;
===Raw XML===&lt;br /&gt;
''Please note that newlines and leading spaces are added only for readability. Those whitespaces should be excluded from your XML command before sending it to Openprovider.''&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;openXML&amp;gt;&lt;br /&gt;
   &amp;lt;credentials&amp;gt;&lt;br /&gt;
     &amp;lt;username&amp;gt;username&amp;lt;/username&amp;gt;&lt;br /&gt;
     &amp;lt;password&amp;gt;password&amp;lt;/password&amp;gt;&lt;br /&gt;
   &amp;lt;/credentials&amp;gt;&lt;br /&gt;
   &amp;lt;retrieveCustomerAdditionalDataDomainRequest&amp;gt;&lt;br /&gt;
     &amp;lt;domain&amp;gt;&lt;br /&gt;
       &amp;lt;extension&amp;gt;us&amp;lt;/extension&amp;gt;&lt;br /&gt;
     &amp;lt;/domain&amp;gt;&lt;br /&gt;
   &amp;lt;/retrieveCustomerAdditionalDataDomainRequest&amp;gt;&lt;br /&gt;
 &amp;lt;/openXML&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;openXML&amp;gt;&lt;br /&gt;
   &amp;lt;reply&amp;gt;&lt;br /&gt;
     &amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
     &amp;lt;desc&amp;gt;&amp;lt;/desc&amp;gt;&lt;br /&gt;
     &amp;lt;data&amp;gt;&lt;br /&gt;
       &amp;lt;array&amp;gt;&lt;br /&gt;
         &amp;lt;item&amp;gt;&lt;br /&gt;
           &amp;lt;name&amp;gt;nexusCategory&amp;lt;/name&amp;gt;&lt;br /&gt;
           &amp;lt;description&amp;gt;Nexus category&amp;lt;/description&amp;gt;&lt;br /&gt;
           &amp;lt;required&amp;gt;1&amp;lt;/required&amp;gt;&lt;br /&gt;
           &amp;lt;type&amp;gt;select&amp;lt;/type&amp;gt;&lt;br /&gt;
           &amp;lt;options&amp;gt;&lt;br /&gt;
             &amp;lt;array&amp;gt;&lt;br /&gt;
               &amp;lt;item&amp;gt;&lt;br /&gt;
                 &amp;lt;value&amp;gt;C11&amp;lt;/value&amp;gt;&lt;br /&gt;
                 &amp;lt;description&amp;gt;Natural person who is a United States citizen&amp;lt;/description&amp;gt;&lt;br /&gt;
               &amp;lt;/item&amp;gt;&lt;br /&gt;
               &amp;lt;item&amp;gt;&lt;br /&gt;
                 &amp;lt;value&amp;gt;C12&amp;lt;/value&amp;gt;&lt;br /&gt;
                 &amp;lt;description&amp;gt;Natural person whois a permanent resident of the United States of America or any of its possessions or territories. A U.S. Organization incorporated within one of the fifty (50) U.S. States, the District of Columbia, or any of the U.S. Possessions or territories or organized or otherwise constituted under the laws of a state of the United States of America, the District of Columbia or any of its possessions or territories or a U.S. Federal, state, or local government entity or a political subdivision thereof.&amp;lt;/description&amp;gt;&lt;br /&gt;
               &amp;lt;/item&amp;gt;&lt;br /&gt;
               &amp;lt;item&amp;gt;&lt;br /&gt;
                 &amp;lt;value&amp;gt;C21&amp;lt;/value&amp;gt;&lt;br /&gt;
                 &amp;lt;description&amp;gt;C21 - U.S. Organization incorporated within one of the 50 states or a U.S. Territory. An entity or organization that has a bona fide presence in the Unite States of America or any of its possessions or territories.&amp;lt;/description&amp;gt;&lt;br /&gt;
               &amp;lt;/item&amp;gt;&lt;br /&gt;
               &amp;lt;item&amp;gt;&lt;br /&gt;
                 &amp;lt;value&amp;gt;C31&amp;lt;/value&amp;gt;&lt;br /&gt;
                 &amp;lt;description&amp;gt;Regularly engages in lawful activities (sales of goods or services or other business, commercial or non-commercial, including not-for-profit relations in the United States).&amp;lt;/description&amp;gt;&lt;br /&gt;
               &amp;lt;/item&amp;gt;&lt;br /&gt;
               &amp;lt;item&amp;gt;&lt;br /&gt;
                 &amp;lt;value&amp;gt;C32&amp;lt;/value&amp;gt;&lt;br /&gt;
                 &amp;lt;description&amp;gt;Entity has an office or other facility in the US.&amp;lt;/description&amp;gt;&lt;br /&gt;
               &amp;lt;/item&amp;gt;&lt;br /&gt;
             &amp;lt;/array&amp;gt;&lt;br /&gt;
           &amp;lt;/options&amp;gt;&lt;br /&gt;
         &amp;lt;/item&amp;gt;&lt;br /&gt;
       &amp;lt;/array&amp;gt;&lt;br /&gt;
     &amp;lt;/data&amp;gt;&lt;br /&gt;
   &amp;lt;/reply&amp;gt;&lt;br /&gt;
 &amp;lt;/openXML&amp;gt;&lt;/div&gt;</description>
			<pubDate>Mon, 20 Jun 2016 06:56:59 GMT</pubDate>			<dc:creator>WikiSysop</dc:creator>			<comments>https://doc.openprovider.eu/Talk:API_Module_Domain_retrieveCustomerAdditionalDataDomainRequest</comments>		</item>
	</channel>
</rss>