Schritt 3: Response
HTTP 200 bei erfolgreichem Call. Das Response-Objekt (Schema: PhoneNumberValidationResponse) enthält gemäß Swagger-Beschreibung: normalisierte Formate, Carrier-Informationen und den Nummerntyp.
Beispiel-Response (Feldnamen bitte aus Swagger entnehmen):
{
"phoneNumber": "(+49) 07231/6074074-0",
"isValid": true,
"validationStatus": "valid",
"validationMessage": "Phone number valid",
"phoneE164": "+4972316074074",
"phoneInternational": "+49 7231 6074074-0",
"phoneNational": "072316074074-0",
"phoneRfc3966": "tel:+49-7231-6074074;ext=0",
"countryCallingCode": "49",
"nationalDestinationCode": "7231",
"subscriberNumber": "6074074",
"extension": "0",
"type": "Fixed network",
"isMobile": false,
"isFixedLine": true,
"carrierName": "unknown",
"countryCodeIso2": "DE",
"country": "Federal Republic of Germany",
"additionalInformation": ""
}