Information on the Phone Number
| Caution! |
|
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 |
|
Phone number of the Contact | The EPP format is used for telephone numbers (Extensible Provisioning Protocol (EPP) Contact Mapping, Section 2.5)
|
Examples and exact Value Range as a RegEx
# 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
ERROR: 63200042402 Keyword "Phone" must appear once and just once
<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
ERROR: 63200062603 The value for keyword "Phone" has an invalid format
<tr:message level="error" code="63200062603">
<tr:text>The value for keyword "Phone" has an invalid format</tr:text>
</tr:message>