TelephoneContact
A class defining information relating to a specific telephone point of contact.
areaCodestring
The area code element of a telephone number.
extensionNumbersstring[]
any extension number typically within a larger organisation's telephone exchange system.
ituCountryCodestring
Country calling codes or country dial in codes are telephone dialing prefixes for the member countries or regions of the International Telecommunication Union (ITU). They are defined by the ITU-T in standards E.123 and E.164.
localNumbersstring[]
The local code element of a telephone number.
TelephoneContact
{
"areaCode": "string",
"extensionNumbers": [
"string"
],
"ituCountryCode": "string",
"localNumbers": [
"string"
]
}