PhoneNumber
An E.164 formatted phone number. Examples include +14035551111 and +918067218000. This will always lead with a + and include only numbers afterwards (no dashes).
JSON representation |
{
"value": string
} |
Fields |
value |
string
REQUIRED: This is a E.164 formatted phone number. Examples include +14035551111 and +918067218000. This will always lead with a + and include only numbers afterwards (no dashes).
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["The JSON representation of an E.164 formatted phone number is illustrated within this section."],["This document outlines the structure and requirements of representing phone numbers using the E.164 format within JSON."],["Phone numbers provided must follow the E.164 international standard format."],["The JSON object uses a `value` field containing the E.164 formatted phone number as a string."],["Examples of valid phone numbers provided include \"+14035551111\" and \"+918067218000\", emphasizing the use of the plus sign (+) and numerical-only values."]]],[]]