6011: Format phone number
Validate phone number and return the correctly formatted valid number in the requested format
Endpoint ID: | 6011 | |||||||||||
Method: | GET | |||||||||||
URL: | /services/phonenumber/format/{phoneNumber}/{phoneNumberFormat=E164}?countryCode={countryCode}&countryCodeFormat={countryCodeFormat} | |||||||||||
 | phoneNumber | Phone number to be formatted. Valid examples
| ||||||||||
 |  phoneNumberFormat |  Desired format, if not specified default is set to E164. Valid format options are
| ||||||||||
 | countryCode | Optional value to identify country of phoneNumber. | ||||||||||
 | countryCodeFormat | Optional value to identify countryCode format. Valid values are
| ||||||||||
Request body: | None | |||||||||||
Response body: | JSON data with information of formatted phone number  Example – Format +4529254029 as International { "phoneNumber": "+45 29 25 40 29" }    | |||||||||||
Status codes: | 200 | Phone number is formatted successfully. | ||||||||||
 | 400 | The following sub codes may be returned: Â
|