Phone Validation
Takes one or more mobile phone numbers as an input and performs validation, returning a list of the results. The maximum number of input phone numbers is 100 per call.
Phone Validation Version 1.1
Resource URL
POST https://hosted.mastersoftgroup.com/harmony/rest/au/validate/phoneRequest
{
"payload": [ { "fullPhone": "0412345678", "country": "AU" } ]
}
Response
Element Name
Description
Example
Last updated