Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Custom => Rubiq
Excerpt

Gets Validate phone number and return the localized country name for phone number in specified locale.

 

that the number is from

Endpoint ID:6013
Method:
Status
colourGreen
titleGET
URL:

/services/phonenumber/describe/{phoneNumber}/{locale}?countryCode={countryCode}&countryCodeFormat={countryCodeFormat}

 phoneNumberPhone number to be formatted.

Valid examples

  • +4529254029
  • 29254029 (valid only if country code is specified)
  locale

Desired language

Valid values are

  • English
  • German
  • French
  • Italian
  • Korean
  • SimplifiedChinese
 countryCode

Optional value to identify country of phoneNumber.

 countryCodeFormat 

Optional value to identify countryCode format.

Valid values are

  • ISO2 ( ISO ISO 3166-1 alpha-2 – two letter country codes)
  • ISO3 ( ISO ISO 3166-1 alpha-3 – three letter country codes)
  • ISON ( ISO ISO 3166-1 numeric – three digit country codes)
  • Internet ( Top top level domain names on web)
  • Custom ( Used for legacy phone number beautifier implementation Rubiq (internal RubiqSoft format)
Request body:None

Span
stylewhite-space:pre

Response body:

JSON data with information of formatted phone number 

 

Code Block
titleExample – Description for +4529254029 in English
{
   	"country": "Denmark"
}

   

Status codes:200

Phone number is formatted successfully.

 400

The following sub codes may be returned:

 

400.1Invalid phone number.
400.2Phone number must be in E164 format if country code is not specified.
400.3Invalid country code format.
400.4 Invalid language.
 404No matching
country code
found for country code format
.
 

 

 

 

 

 

 

 

 

...

400.5

Invalid language.