Information on the Phone Number

Caution!  
  • A telephone number must be specified in the contact request (CREATE and UPDATE).

  • The telephone number is checked during the syntax check.

 

Request Parameters

K/V Keyword XML Namespace and Element Occurrence, min - max Type / Length Range / Value Description Policy
Phone <contact:phone>...</contact:phone> 1 normalizedString
  • Plus sign (%x2B)
  • 0 - 9 (%x30-39)
  • Dot (%x2E)
  • x (%x78)
Phone number of the Contact The EPP format is used for telephone numbers (Extensible Provisioning Protocol (EPP) Contact Mapping, Section 2.5)

  • Plus sign(1 character)
  • Country code (1 to 3 digits)
  • Dot (1 character)
  • Phone number (4 to 14 digits)
  • Optional data
    • Character "x", followed by the telephone extension information

 

Examples and exact Value Range as a RegEx

Copy
# Examples
+49.69272350
+49.6927235123
+49.69123456x156
 
# Regular expression (also see https://www.oreilly.com/library/view/regular-expressions-cookbook/9781449327453/ch04s03.html)
^\+[0-9]{1,3}\.[0-9]{4,14}(?:x.+)?

 

Special Features

  • A telephone number must be provided for Contact CREATE and Contact UPDATE requests.

  • Domain requests that result in a change of domain holder handle will fail if a contact without a telephone number is used. For multi-holder domains, this requirement applies to all domain holders.

 

Error Message K/V and XML

Telephone number is missing or has been entered multiple times

Copy
ERROR: 63200042402 Keyword "Phone" must appear once and just once

 

Copy
<tr:message level="error" code="63200042402">
    <tr:text>Keyword "Phone" must appear once and just once</tr:text>
</tr:message>

 

Invalid format for the telephone number

Copy
ERROR: 63200062603 The value for keyword "Phone" has an invalid format

 

Copy
<tr:message level="error" code="63200062603">
    <tr:text>The value for keyword "Phone" has an invalid format</tr:text>
</tr:message>