# Contacts

<p class="callout info">For a complete list of contact handle prefixes used across all TLDs, please refer to the [**Contact Prefix Reference Table**](https://joker.com/faq/books/reseller-documentation-en/page/tld-list-and-assosiated-contact-prefixes)</p>

### query-contact-list

<span style="font-family: arial,helvetica,sans-serif; font-size: small;">**Accepts:**</span>

<table border="1" id="bkmrk-pattern-pattern-to-m" style="width: 635px;"><tbody><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;">pattern</span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;"> pattern to match (against handle)</span></td></tr><tr><td>*<span style="font-size: small;">from</span>*</td><td><span style="font-size: small;">start from this item in list</span></td></tr><tr><td>*<span style="font-size: small;">to</span>*</td><td><span style="font-size: small;">end by this item in list</span></td></tr><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;"><abbr class="glossary" title="Top Level Domain">tld</abbr></span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">limits output to contact handles which may be used with specified toplevel domain (<abbr class="glossary" title="Top Level Domain">tld</abbr>), like "com".</span></td></tr><tr><td>*<span style="font-size: small;">extended-format</span>*</td><td><span style="font-size: small;">provides additional information for every contact listed: name &amp; organization. May be "1" or "0", defaults to "0"</span></td></tr></tbody></table>

<span style="font-family: arial,helvetica,sans-serif; font-size: small;">**Returns:**</span>

<span style="font-family: arial,helvetica,sans-serif; font-size: small;"> List of registered contacts (handles), one per line. </span>

<span style="font-size: small;">When "extended-format" is requested, output columns are separated by tabs ("\\t"), and "Columns" header provides column names. </span>

<span style="font-size: small;"> </span><span style="font-family: arial,helvetica,sans-serif; font-size: small;">**Example:**</span>

`<span style="font-size: small; font-family: courier new,courier;">https://dmapi.joker.com/request/query-contact-list?pattern=coco-47*&<abbr class="glossary" title="Top Level Domain">tld</abbr>=com&auth-sid=<your-current-session-id></span>`

## contact-create

<span style="font-family: arial,helvetica,sans-serif; font-size: small;">**Requires:**</span>

<table border="1" id="bkmrk-tld-target-tld-where" style="width: 80%;"><tbody><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;"><abbr class="glossary" title="Top Level Domain">tld</abbr></span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">target <abbr class="glossary" title="Top Level Domain">TLD</abbr> where this contact is intended to be used.</span></td></tr><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;">name</span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">full name (if empty, fname + lname will be used)</span></td></tr><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;">fname</span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">first name (required for .FI contacts)  
</span></td></tr><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;">lname</span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">last name (required for .FI contacts)</span></td></tr><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;">title</span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">(optional)</span></td></tr><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;">individual</span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">(optional) Y, Yes, N, No</span></td></tr><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;">organization</span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">(optional if individual)</span></td></tr><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;">email</span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">email address of the contact</span></td></tr><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;">address-1</span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">street address</span></td></tr><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;">address-2</span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">(optional)</span></td></tr><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;">city</span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">  
</span></td></tr><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;">state</span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">(optional)</span></td></tr><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;">postal-code</span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">  
</span></td></tr><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;">country</span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">ISO country code (2 letters)</span></td></tr><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;">phone</span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">  
</span></td></tr><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;">fax</span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">(optional)</span></td></tr><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;">lang</span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">language to use for .EU contacts</span></td></tr><tr><td>*app-purpose*

</td><td>required for .US contacts</td></tr><tr><td>*nexus-category*

</td><td>required for .US contacts</td></tr><tr><td>*nexus-category-country*</td><td>required for .US contacts</td></tr><tr><td>*account-type*</td><td>required for .UK contacts, if used as owner contact</td></tr><tr><td>*company-number*</td><td>required for .UK contacts with specific account types

</td></tr><tr><td>*orgid*</td><td>required for .SE/.NU contacts

</td></tr><tr><td>*vatid*</td><td>(optional) for .SE/.NU contacts

</td></tr><tr><td>*x-ficora-type*</td><td>required for .FI contacts

</td></tr><tr><td>*x-ficora-is-finnish*</td><td>(yes/no) required for .FI contacts</td></tr><tr><td>*x-ficora-registernumber* </td><td>required for .FI contacts, if ficora-type is company</td></tr><tr><td>*x-ficora-identity*</td><td>required for .FI contacts, if type is person and finnish</td></tr><tr><td>*x-ficora-birthdate*</td><td>required for .FI contacts, if type is persion and not finnish</td></tr><tr><td>*x-ficora-legalemail*</td><td>(optional) for .FI contacts</td></tr></tbody></table>

<span style="font-family: arial,helvetica,sans-serif; font-size: small;">Either "name" or "lname" and "fname" must be provided. </span>

<span style="font-family: arial,helvetica,sans-serif; font-size: small;">Fields **not** marked '(optional)' are mandatory (and must not be empty). </span>

Parameters "lname" and "fname", if provided, will be converted to "name" (simple concatenation of "fname" and "lname"), because registries support only "name" format. In general, use of "fname" and "lname" is deprecated, and support for these fields will be removed in version 1.2.

"**orgid**" represents Swedish personal or organisational number and is required for .SE/.NU contacts.

It starts with ISO 3166 Alpha-2 country code in square brackets. If the country code for Sweden is given \[SE\] a valid Swedish personal or organisational number must be given (6 digits, dash, 4 digits), otherwise 1 to 123 characters can follow.

If organization is empty and the country code for Sweden \[SE\] is given, orgid must be a personal number, not an organisational number.

"**vatid**" is optional for .SE/.NU contacts. It starts with a two letter country code (uppercase), followed by an optional space, followed by a country specific string containing digits 0-9, and letters a-z and A-Z, maximum 64 Chars.

**For .fi contacts:**

**"x-ficora-type"** is required for .fi contacts. The following values are accepted: privateperson, company, corporation, institution, politicalparty, township, government, publiccommunity

**"x-ficora-registernumber"** is required if x-ficora-type is set to "company".

**"x-ficora-is-finnish"** is always required for .fi contacts: yes = finnish company or person, no = not a finnish person or company

**"x-ficora-identity"** is required for .fi contacts, if x-ficora-type is set to 'privateperson' and x-ficora-is-finnish is set to 'yes'

**"x-ficora-birthdate"** is required for .fi contacts, if x-ficora-type is set to 'privateperson' and x-ficora-is-finnish is set to 'no' in the following date format "YYYY-MM-DD".

**For .uk contacts:**

**"account-type"** is a required for all .UK contacts which will be used as domain owner contacts. Possible values are:

<table border="1" id="bkmrk-value%C2%A0-meaning-ltd-u" style="border-collapse: collapse; width: 80%; border-width: 1px;"><colgroup><col style="width: 36.9063%;"></col><col style="width: 63.0616%;"></col></colgroup><thead><tr><td class="align-center">**Value** </td><td class="align-center">**Meaning**</td></tr></thead><tbody><tr><td align="left" height="21">LTD</td><td align="left">UK Limited Company</td></tr><tr><td align="left" height="21">PLC</td><td align="left">UK Public Limited Company</td></tr><tr><td align="left" height="21">PTNR</td><td align="left">UK Partnership</td></tr><tr><td align="left" height="21">STRA</td><td align="left">UK Sole Trader</td></tr><tr><td align="left" height="21">LLP</td><td align="left">UK Limited Liability Partnership</td></tr><tr><td align="left" height="21">IP</td><td align="left">UK Industrial/Provident Registered Company</td></tr><tr><td align="left" height="21">IND</td><td align="left">UK Individual (representing self)</td></tr><tr><td align="left" height="21">SCH</td><td align="left">UK School</td></tr><tr><td align="left" height="21">RCHAR</td><td align="left">UK Registered Charity</td></tr><tr><td align="left" height="21">GOV</td><td align="left">UK Government Body</td></tr><tr><td align="left" height="21">CRC</td><td align="left">UK Corporation by Royal Charter</td></tr><tr><td align="left" height="21">STAT</td><td align="left">UK Statutory Body</td></tr><tr><td align="left" height="21">OTHER</td><td align="left">UK Entity that does not fit into any of the above (e.g. clubs, associations, many universities)</td></tr><tr><td align="left" height="21">FIND</td><td align="left">Non-UK Individual (representing self)</td></tr><tr><td align="left" height="21">FCORP</td><td align="left">Non-UK Corporation</td></tr><tr><td align="left" height="21">FOTHER</td><td align="left">Non-UK Entity</td></tr></tbody></table>

By default, if **"account-type"** is not provided, value **"FIND"** or **"IND"** will be used  
 (dependent **"country"** value - for GB and UK it will be **"IND"**, for everything else **"FIND"**).  
   
**"company-number"** is required when "account-type" is one of: SCH, RCHAR, LTD, PLC, LLP, IP

#### Known extensions, grouped by TLD

**.be**

<table border="1" id="bkmrk-extension-value-mean" style="width: 80%; border-collapse: collapse; border-style: solid; border-width: 1px;"><thead><tr><th style="width: 12.7551%;">Extension</th><th style="width: 36.5115%;">Value</th><th style="width: 50.7015%;">Meaning</th></tr></thead><tbody><tr><td style="width: 12.7551%;">x-be-lang</td><td style="width: 36.5115%;">(en|fr|nl)</td><td style="width: 50.7015%;">Language for emails from the registry to contact.</td></tr><tr><td style="width: 12.7551%;">x-be-type</td><td style="width: 36.5115%;">(owner|admin|tech|licensee|onsite)</td><td style="width: 50.7015%;">type for the contact</td></tr><tr><td style="width: 12.7551%;">x-be-vatid</td><td style="width: 36.5115%;">  
</td><td style="width: 50.7015%;">Vatid of the company</td></tr></tbody></table>

**.ca**

<table border="1" id="bkmrk-extension-value-x-ca" style="width: 80%; border-collapse: collapse; border-style: solid; height: 59.2px; border-width: 1px;"><thead><tr style="height: 29.6px;"><th style="width: 16.7377%; height: 29.6px;">Extension</th><th style="width: 83.2319%; height: 29.6px;">Value</th></tr></thead><tbody><tr style="height: 29.6px;"><td style="width: 16.7377%; height: 29.6px;">x-ca-legal-type</td><td style="width: 83.2319%; height: 29.6px;">(ABO|ASS|CCO|CCT|EDU|GOV|HOP|INB|LAM|LGR|MAJ|OMK|PLT|PRT|RES|TDM|TRD|TRS)</td></tr></tbody></table>

**.cn**

<table border="1" id="bkmrk-extension-value-mean-1" style="width: 80%; height: 269.6px; border-collapse: collapse; border-style: solid; border-width: 1px;"><thead><tr style="height: 29.6px;"><th style="width: 20.4957%; height: 29.6px;">Extension</th><th style="width: 27.6454%; height: 29.6px;">Value</th><th style="width: 51.8351%; height: 29.6px;">Meaning</th></tr></thead><tbody><tr style="height: 46.4px;"><td style="width: 20.4957%; height: 46.4px;">x-cn-owner-id-number</td><td style="width: 27.6454%; height: 46.4px;">\[\\x20-\\xff\]{1,30}</td><td style="width: 51.8351%; height: 46.4px;">Passport ID or company ID from official docs</td></tr><tr style="height: 164px;"><td style="width: 20.4957%; height: 164px;">x-cn-owner-id-type</td><td style="width: 27.6454%; height: 164px;">(SFZ|HZ|GAJMTX|TWJMTX|WJLSFZ|GAJZZ|TWJZZ|JGZ|QT|ORG|QT|YYZZ|TYDM|BDDM|JDDWFW|SYDWFR|WGCZJG|SHTTFR|ZJCS|MBFQY|JJHFR|LSZY|WGZHWH|WLCZJG|SFJD|JWJG|SHFWJG|MBXXBX|YLJGZY|GZJGZY|BJWSXX|QTTYDM)</td><td style="width: 51.8351%; height: 164px;">for I only (SFZ, HZ, GAJMTX, TWJMTX, WJLSFZ, GAJZZ, TWJZZ, JGZ, QT) allowed!</td></tr><tr style="height: 29.6px;"><td style="width: 20.4957%; height: 29.6px;">x-cn-owner-type</td><td style="width: 27.6454%; height: 29.6px;">(E|I)</td><td style="width: 51.8351%; height: 29.6px;">E=Enterprise, I=Individual</td></tr></tbody></table>

**at, co.at, or.at**

<table border="1" id="bkmrk-extension-value-mean-2" style="width: 80%; border-collapse: collapse; border-style: solid; border-width: 1px;"><thead><tr><th style="width: 20.3488%;">Extension</th><th style="width: 48.7478%;">Value</th><th style="width: 30.8587%;">Meaning</th></tr></thead><tbody><tr><td style="width: 20.3488%;">x-atnic-type</td><td style="width: 48.7478%;">(privateperson|role|organisation)</td><td style="width: 30.8587%;">type for the contact</td></tr></tbody></table>

**.uk, .co.uk, .me.uk, .net.uk, .plc.uk, .org.uk, .ltd.uk**

<table border="1" id="bkmrk-extension-value-mean-3" style="width: 80%; border-collapse: collapse; border-style: solid; border-width: 1px;"><thead><tr><th style="width: 17.6684%;">Extension</th><th style="width: 41.8212%;">Value</th><th style="width: 40.4803%;">Meaning</th></tr></thead><tbody><tr><td style="width: 17.6684%;">x-nominet-trading-name</td><td style="width: 41.8212%;">\[\\x20-\\xff\]{1,50}</td><td style="width: 40.4803%;">The trading name of the organization</td></tr><tr><td style="width: 17.6684%;">x-nominet-company-no</td><td style="width: 41.8212%;">\[\\x20-\\xff\]{1,30}</td><td style="width: 40.4803%;">The registered company number</td></tr><tr><td style="width: 17.6684%;">x-nominet-type</td><td style="width: 41.8212%;">(LTD|PLC|PTNR|STRA|LLP|IP|IND|SCH|RCHAR|GOV|CRC|STAT|OTHER|FIND|FCORP|FOTHER)</td><td style="width: 40.4803%;">account type</td></tr></tbody></table>

**.de**

<table border="1" id="bkmrk-extension-value-mean-4" style="width: 80%; border-collapse: collapse; border-style: solid; height: 59.2px; border-width: 1px;"><thead><tr style="height: 29.6px;"><th style="width: 23.2005%; height: 29.6px;">Extension</th><th style="width: 35.693%; height: 29.6px;">Value</th><th style="width: 41.3444%; height: 29.6px;">Meaning</th></tr></thead><tbody><tr style="height: 29.6px;"><td style="width: 23.2005%; height: 29.6px;">x-de-type</td><td style="width: 35.693%; height: 29.6px;">(person|role|org)</td><td style="width: 41.3444%; height: 29.6px;">type for the contact</td></tr></tbody></table>

**.dk**

<table border="1" id="bkmrk-extension-value-mean-5" style="width: 80%; border-collapse: collapse; border-style: solid; border-width: 1px;"><thead><tr><th style="width: 23.9336%;">Extension</th><th style="width: 47.7043%;">Value</th><th style="width: 28.3295%;">Meaning</th></tr></thead><tbody><tr><td style="width: 23.9336%;">x-dk-user-id-number</td><td style="width: 47.7043%;">.\*</td><td style="width: 28.3295%;">user id for .dk domains</td></tr><tr><td style="width: 23.9336%;">x-dk-user-type</td><td style="width: 47.7043%;">(COMPANY|PERSON|PUBORG|ASSOCIATION)</td><td style="width: 28.3295%;">user type for .dk domains</td></tr></tbody></table>

**.eu, .xn--e1a4c, .xn--qxa6a**

<table border="1" id="bkmrk-extension-value-mean-6" style="width: 80%; border-collapse: collapse; border-style: solid; border-width: 1px;"><thead><tr><th style="width: 18.5891%;">Extension</th><th style="width: 39.7998%;">Value</th><th style="width: 41.5872%;">Meaning</th></tr></thead><tbody><tr><td style="width: 18.5891%;">x-eu-natural-person</td><td style="width: 39.7998%;">(true|false)</td><td style="width: 41.5872%;">if set it is used</td></tr><tr><td style="width: 18.5891%;">x-eu-country-of-citizenship</td><td style="width: 39.7998%;">\[A-Z\]{2,2}</td><td style="width: 41.5872%;">country code</td></tr><tr><td style="width: 18.5891%;">x-eu-lang</td><td style="width: 39.7998%;">(bg|cs|da|de|el|en|es|et|fi|fr|ga|hr|hu|it|lt|lv|mt|nl|pl|pt|ro|sk|sl|sv)</td><td style="width: 41.5872%;">Sets the domain owners language displayed in the EURid WHOIS.</td></tr><tr><td style="width: 18.5891%;">x-eu-type</td><td style="width: 39.7998%;">(owner|admin|onsite)</td><td style="width: 41.5872%;">type for the contact</td></tr></tbody></table>

**.fi**

<table border="1" id="bkmrk-extension-value-mean-7" style="width: 80%; border-collapse: collapse; border-style: solid; border-width: 1px;"><thead><tr><th style="width: 25.8878%;">Extension</th><th style="width: 36.2922%;">Value</th><th style="width: 37.7898%;">Meaning</th></tr></thead><tbody><tr><td style="width: 25.8878%;">x-ficora-birthdate</td><td style="width: 36.2922%;">\\d{4}-\\d{2}-\\d{2}</td><td style="width: 37.7898%;">birthdate for owner contact</td></tr><tr><td style="width: 25.8878%;">x-ficora-identity</td><td style="width: 36.2922%;">(\[\\w\\-\]{5,20})</td><td style="width: 37.7898%;">identity number of private individuals</td></tr><tr><td style="width: 25.8878%;">x-ficora-is-finnish</td><td style="width: 36.2922%;">(yes|no)</td><td style="width: 37.7898%;">Is it a Finnish person or company?</td></tr><tr><td style="width: 25.8878%;">x-ficora-legalemail</td><td style="width: 36.2922%;">!@email</td><td style="width: 37.7898%;">if type=company, it must be present</td></tr><tr><td style="width: 25.8878%;">x-ficora-registernumber</td><td style="width: 36.2922%;">.{3,30}</td><td style="width: 37.7898%;">registration number for companies</td></tr><tr><td style="width: 25.8878%;">x-ficora-role</td><td style="width: 36.2922%;">(billing|admin|tech|owner)</td><td style="width: 37.7898%;">role of contact</td></tr><tr><td style="width: 25.8878%;">x-ficora-type</td><td style="width: 36.2922%;">(association|privateperson|company|corporation|institution|politicalparty|township|government|publiccommunity|municipality)</td><td style="width: 37.7898%;">type of contact</td></tr></tbody></table>

**.fr**

<table border="1" id="bkmrk-extension-value-mean-8" style="width: 80%; height: 507.2px; border-collapse: collapse; border-style: solid; border-width: 1px;"><thead><tr style="height: 29.6px;"><th style="width: 27.9856%; height: 29.6px;">Extension</th><th style="width: 23.647%; height: 29.6px;">Value</th><th style="width: 48.3374%; height: 29.6px;">Meaning</th></tr></thead><tbody><tr style="height: 46.4px;"><td style="width: 27.9856%; height: 46.4px;">x-fr-announce</td><td style="width: 23.647%; height: 46.4px;">\\d+</td><td style="width: 48.3374%; height: 46.4px;">"The ""announce"" attribute shows the number of the announcement(e.g. 5). Only digits allowed"</td></tr><tr style="height: 29.6px;"><td style="width: 27.9856%; height: 29.6px;">x-fr-birthcity</td><td style="width: 23.647%; height: 29.6px;">\[\\x20-\\xff\]{1,30}</td><td style="width: 48.3374%; height: 29.6px;">Only for natural persons born in France...</td></tr><tr style="height: 29.6px;"><td style="width: 27.9856%; height: 29.6px;">x-fr-birthdate</td><td style="width: 23.647%; height: 29.6px;">\\d{4}-\\d{2}\\-d{2}</td><td style="width: 48.3374%; height: 29.6px;">The registrant's birthdate</td></tr><tr style="height: 29.6px;"><td style="width: 27.9856%; height: 29.6px;">x-fr-birthpc</td><td style="width: 23.647%; height: 29.6px;">\[\\x20-\\xff\]{1,30}</td><td style="width: 48.3374%; height: 29.6px;">postcode of the place of birth</td></tr><tr style="height: 29.6px;"><td style="width: 27.9856%; height: 29.6px;">x-fr-birthplace</td><td style="width: 23.647%; height: 29.6px;">\[A-Z\]{2}</td><td style="width: 48.3374%; height: 29.6px;">birthplace country code</td></tr><tr style="height: 29.6px;"><td style="width: 27.9856%; height: 29.6px;">x-fr-date-association</td><td style="width: 23.647%; height: 29.6px;">\\d{4}-\\d{2}\\-d{2}</td><td style="width: 48.3374%; height: 29.6px;">date of association</td></tr><tr style="height: 29.6px;"><td style="width: 27.9856%; height: 29.6px;">x-fr-date-publication-jo</td><td style="width: 23.647%; height: 29.6px;">\\d{4}-\\d{2}\\-d{2}</td><td style="width: 48.3374%; height: 29.6px;">date of publication JO</td></tr><tr style="height: 29.6px;"><td style="width: 27.9856%; height: 29.6px;">x-fr-duns</td><td style="width: 23.647%; height: 29.6px;">\[\\x20-\\xff\]{1,30}</td><td style="width: 48.3374%; height: 29.6px;">Company DUNS</td></tr><tr style="height: 29.6px;"><td style="width: 27.9856%; height: 29.6px;">x-fr-local</td><td style="width: 23.647%; height: 29.6px;">\[\\x20-\\xff\]{1,30}</td><td style="width: 48.3374%; height: 29.6px;">Company Local</td></tr><tr style="height: 46.4px;"><td style="width: 27.9856%; height: 46.4px;">x-fr-numero-de-page-announce-jo</td><td style="width: 23.647%; height: 46.4px;">\\d+</td><td style="width: 48.3374%; height: 46.4px;">page number of announcement</td></tr><tr style="height: 29.6px;"><td style="width: 27.9856%; height: 29.6px;">x-fr-restrict-pub</td><td style="width: 23.647%; height: 29.6px;">\\d{1}</td><td style="width: 48.3374%; height: 29.6px;">0=show, 1=do not show</td></tr><tr style="height: 29.6px;"><td style="width: 27.9856%; height: 29.6px;">x-fr-siren-or-siret</td><td style="width: 23.647%; height: 29.6px;">\[\\x20-\\xff\]{1,30}</td><td style="width: 48.3374%; height: 29.6px;">SIREN/SIRET number</td></tr><tr style="height: 29.6px;"><td style="width: 27.9856%; height: 29.6px;">x-fr-trademark</td><td style="width: 23.647%; height: 29.6px;">\[\\x20-\\xff\]{1,30}</td><td style="width: 48.3374%; height: 29.6px;">Trademark number</td></tr><tr style="height: 29.6px;"><td style="width: 27.9856%; height: 29.6px;">x-fr-vatid</td><td style="width: 23.647%; height: 29.6px;">\[\\x20-\\xff\]{1,30}</td><td style="width: 48.3374%; height: 29.6px;">Company VAT ID</td></tr><tr style="height: 29.6px;"><td style="width: 27.9856%; height: 29.6px;">x-fr-waldec</td><td style="width: 23.647%; height: 29.6px;">\\d+</td><td style="width: 48.3374%; height: 29.6px;">Waldec ID</td></tr></tbody></table>

**.ie**

<table border="1" id="bkmrk-extension-value-mean-9" style="width: 80%; border-collapse: collapse; border-style: solid; border-width: 1px;"><thead><tr><th style="width: 15.6436%;">Extension</th><th style="width: 52.2944%;">Value</th><th style="width: 32.0322%;">Meaning</th></tr></thead><tbody><tr><td style="width: 15.6436%;">x-ie-applicant</td><td style="width: 52.2944%;">.\*</td><td style="width: 32.0322%;">Name of applicant</td></tr><tr><td style="width: 15.6436%;">x-ie-applicant-class</td><td style="width: 52.2944%;">(Company|Business Owner|Club/Band/Local Group| School/College|State Agency|Blogger/Other)</td><td style="width: 32.0322%;"> </td></tr></tbody></table>

**.it**

<table border="1" id="bkmrk-extension-value-x-it" style="width: 80%; border-collapse: collapse; border-style: solid; border-width: 1px;"><thead><tr><th style="width: 72.9074%;">Extension</th><th style="width: 27.063%;">Value</th></tr></thead><tbody><tr><td style="width: 72.9074%;">x-it-consentforpublishing</td><td style="width: 27.063%;">\[0|1\]</td></tr><tr><td style="width: 72.9074%;">x-it-entity-type</td><td style="width: 27.063%;">\[1|2|3|4|5|6|7\]</td></tr><tr><td style="width: 72.9074%;">x-it-pin</td><td style="width: 27.063%;">(.\*)</td></tr><tr><td style="width: 72.9074%;">x-it-sect3-liability</td><td style="width: 27.063%;">\[0|1\]</td></tr><tr><td style="width: 72.9074%;">x-it-sect5-personal-data-for-registration</td><td style="width: 27.063%;">\[0|1\]</td></tr><tr><td style="width: 72.9074%;">x-it-sect6-personal-data-for-diffusion</td><td style="width: 27.063%;">\[0|1\]</td></tr><tr><td style="width: 72.9074%;">x-it-sect7-explicit-acceptance</td><td style="width: 27.063%;">\[0|1\]</td></tr></tbody></table>

**.nl**

<table border="1" id="bkmrk-extension-value-mean-10" style="width: 80%; border-collapse: collapse; border-style: solid; height: 156px; border-width: 1px;"><thead><tr style="height: 29.6px;"><th style="width: 20.5257%; height: 29.6px;">Extension</th><th style="width: 40.3193%; height: 29.6px;">Value</th><th style="width: 39.1253%; height: 29.6px;">Meaning</th></tr></thead><tbody><tr style="height: 80px;"><td style="width: 20.5257%; height: 80px;">x-nl-legal-form</td><td style="width: 40.3193%; height: 80px;">(ANDERS|BGG|BRO|BV|BVI/O|COOP|CV|EENMANSZAAK|EESV|KERK|MAATSCHAP|NV|OWM|PERSOON|REDR|STICHTING|VERENIGING|VOF)</td><td style="width: 39.1253%; height: 80px;">legal form of the contact</td></tr><tr style="height: 46.4px;"><td style="width: 20.5257%; height: 46.4px;">x-nl-legal-form-registration-no</td><td style="width: 40.3193%; height: 46.4px;">\[\\x20-\\xff\]{1,30}</td><td style="width: 39.1253%; height: 46.4px;">registration number of the company.</td></tr></tbody></table>

**.nu**

<table border="1" id="bkmrk-extension-value-mean-11" style="width: 80%; border-collapse: collapse; border-style: solid; border-width: 1px;"><thead><tr><th style="width: 22.1566%;">Extension</th><th style="width: 27.5726%;">Value</th><th style="width: 50.2216%;">Meaning</th></tr></thead><tbody><tr><td style="width: 22.1566%;">x-iinu-orgid</td><td style="width: 27.5726%;">\[\\x20-\\xff\]{1,30}</td><td style="width: 50.2216%;">organisation id for the contact</td></tr><tr><td style="width: 22.1566%;">x-iinu-vatid</td><td style="width: 27.5726%;">\[\\x20-\\xff\]{1,30}</td><td style="width: 50.2216%;">vatid for the contact</td></tr></tbody></table>

**.se, .pp.se**

<table border="1" id="bkmrk-extension-value-mean-12" style="width: 80%; border-collapse: collapse; border-style: solid; border-width: 1px;"><thead><tr><th style="width: 21.5774%;">Extension</th><th style="width: 27.7778%;">Value</th><th style="width: 50.5952%;">Meaning</th></tr></thead><tbody><tr><td style="width: 21.5774%;">x-iise-vatid</td><td style="width: 27.7778%;">\[\\x20-\\xff\]{1,30}</td><td style="width: 50.5952%;">vatid for the contact</td></tr><tr><td style="width: 21.5774%;">x-iise-orgid</td><td style="width: 27.7778%;">\[\\x20-\\xff\]{1,30}</td><td style="width: 50.5952%;">organisation id for the contact</td></tr></tbody></table>

**.sk**

<table border="1" id="bkmrk-extension-value-mean-13" style="width: 80%; height: 105.6px; border-collapse: collapse; border-style: solid; border-width: 1px;"><thead><tr style="height: 29.6px;"><th style="width: 30.1545%; height: 29.6px;">Extension</th><th style="width: 17.2311%; height: 29.6px;">Value</th><th style="width: 52.5847%; height: 29.6px;">Meaning</th></tr></thead><tbody><tr style="height: 46.4px;"><td style="width: 30.1545%; height: 46.4px;">x-sk-contact-ident-number</td><td style="width: 17.2311%; height: 46.4px;">.\*</td><td style="width: 52.5847%; height: 46.4px;">commercial registration number for companies; personal ID for natural persons</td></tr><tr style="height: 29.6px;"><td style="width: 30.1545%; height: 29.6px;">x-sk-contact-legal-form</td><td style="width: 17.2311%; height: 29.6px;">(CORP|PERS)</td><td style="width: 52.5847%; height: 29.6px;">CORP=Company/org; PERS=natural person</td></tr></tbody></table>

**.us**

<table border="1" id="bkmrk-extension-value-mean-14" style="width: 80%; border-collapse: collapse; border-style: solid; border-width: 1px;"><thead><tr><th style="width: 37.4618%;">Extension</th><th style="width: 27.9052%;">Value</th><th style="width: 34.5948%;">Meaning</th></tr></thead><tbody><tr><td style="width: 37.4618%;">x-us-app-purpose</td><td style="width: 27.9052%;">\[Pp\]\[12345\]</td><td style="width: 34.5948%;">.us purpose of contact</td></tr><tr><td style="width: 37.4618%;">x-us-nexus-category</td><td style="width: 27.9052%;">(\[Cc\])(11|12|21|31|32)</td><td style="width: 34.5948%;">.us nexus category</td></tr><tr><td style="width: 37.4618%;">x-us-nexus-category-country</td><td style="width: 27.9052%;">!@country</td><td style="width: 34.5948%;">.us nexus category country</td></tr></tbody></table>

**.xxx**

<table border="1" id="bkmrk-extension-value-mean-15" style="width: 80%; border-collapse: collapse; border-style: solid; border-width: 1px;"><thead><tr><th style="width: 37.6185%;">Extension</th><th style="width: 24.4372%;">Value</th><th style="width: 37.9147%;">Meaning</th></tr></thead><tbody><tr><td style="width: 37.6185%;">x-xxx-membership-token</td><td style="width: 24.4372%;">\[\\x20-\\xff\]{1,30}</td><td style="width: 37.9147%;">Registrar tag for domains</td></tr></tbody></table>

**Please note:**

- Parameters listed here (except "<abbr class="glossary" title="Top Level Domain">tld</abbr>") may be used (or are required) in other requests, this is indicated by referring to "Contact fields".
- "lang" must contain two-letter ISO country (language) code, and is only required when creating .EU contacts. The purpose is to specify language to be used in notifications emails, sent from EURid. Please note - this field cannot be modified later, and the default is 'EN' (English)!
- "app-purpose", "nexus-category" and "nexus-category-contry" are required only when creating .US contacts, and cannot be modified later.

<span style="font-family: arial,helvetica,sans-serif; font-size: small;"> </span><span style="font-family: arial,helvetica,sans-serif; font-size: small;">**Example:**</span>

<span style="font-family: arial,helvetica,sans-serif; font-size: small;">`<span style="font-size: small; font-family: courier new,courier;">https://dmapi.joker.com/request/contact-create?<abbr class="glossary" title="Top Level Domain">tld</abbr>=com&name=John Doe&email=johnd@someisp.com&address-1=Smartroad 1&city=Smalltown&postal-code=40122&country=US&phone=+1.422.8001&auth-sid=<your-current-session-id</span>`</span>

## contact-modify

<span style="font-family: arial,helvetica,sans-serif; font-size: small;">**Requires:**</span>

<table border="1" id="bkmrk-handle-contact-handl" style="width: 80%;"><tbody><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;">handle</span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;">contact handle to modify.</span></td></tr></tbody></table>

<span style="font-family: arial,helvetica,sans-serif; font-size: small;">**Accepts:**</span>

<span style="font-family: arial,helvetica,sans-serif; font-size: small;"> Field names exactly like in contact-create request, except that omitted fields won't be modified. That is, if you specify a field, it will be used as a new value, if you omit it, the old value will remain. </span>

<span style="font-family: arial,helvetica,sans-serif; font-size: small;">The field "<abbr class="glossary" title="Top Level Domain">tld</abbr>" is not relevant for this request and will be ignored if present. </span>

## contact-delete

<span style="font-family: arial,helvetica,sans-serif; font-size: small;">**Requires:**</span>

<table border="1" id="bkmrk-handle-contact-handl-1" style="width: 80%;"><tbody><tr><td>*<span style="font-family: arial,helvetica,sans-serif; font-size: small;"> handle </span>*</td><td><span style="font-family: arial,helvetica,sans-serif; font-size: small;"> contact handle to delete </span></td></tr></tbody></table>

<span style="font-family: arial,helvetica,sans-serif; font-size: small;">With this request you can delete previously registered contacts </span>

<span style="font-family: arial,helvetica,sans-serif; font-size: small;">**Example:**</span>

`<span style="font-size: small; font-family: courier new,courier;">https://dmapi.joker.com/request/contact-delete?handle=coco-4711&auth-sid=<your-current-session-id></span>`