MobileValidationOutput
Definition
MobileValidationOutput {
MobileValidationStatus Result,
string CountryISO,
string Organisation,
string NetworkName,
string NetworkType,
string Ported,
string PortedFromOrganisation,
string PortedFromNetwork,
string LocationISO
}
Description:
Represents the details of a mobile subscriber.
The Result field indicates the current status of the subscriber, and can be one of the following values:
- Success - the mobile subscriber exists and is currently available
- Unavailable - the mobile subscriber exists but has a temporary error
- Invalid - the mobile subscriber does not exist
- TimedOut - the query of the mobile network took too long to get a result
- Error - an unexpected error occurred during the query of the mobile network
- Blank - the request did not contain a telephone number to validate
The CountryISO field contains the 3 character ISO code of the country the mobile subscriber is registered in (see Country Codes section below).
The Organisation field contains the name of the company the mobile subscriber is registered with (see Organisation section below).
The NetworkName field contains the name of the mobile network the subscriber originates from (see Network section below).
The NetworkType field contains the type of mobile network the subscriber originates from (see NetworkType section below).
The Ported field indicates whether the mobile subscriber has ported their details from a different network (contains the values "Yes" or "No").
The PortedFromOrganisation field contains the name of the company the mobile subscriber used to be registered with (see Organisation section below).
The PortedFromNetwork field contains the name of the network the mobile subscriber used to be registered with (see Network section below).
The LocationISO field contains the 3 character ISO code of the country the mobile subscriber is currently in (see Country Codes section below).
Country Codes
All country codes are presented using the ISO 3166-1 alpha-3 3 character codes.
Organisation
Organisation-related fields contain a human-readable name of the company that the mobile subscriber has a contract with. For UK subscribers, these fields will normally be set to one of the following:
- Hutchison 3G UK Ltd
- Orange PCS Ltd
- T-Mobile (UK) Limited
- Telefonica O2 UK Limited
- VODAFONE Ltd
However, note that this is an international service so many other organisations may be returned if a non-UK mobile number is validated.
Network
Network name fields contain a human-readable name of the network that the mobile subscriber is connected to. For UK subscribers, these fields will normally be set to one of the following:
- 3
- O2
- Orange
- T-Mobile UK
- vodafone
Network Type
Network type fields contain a description of the type of network that the mobile subscriber is connected to. These fields will normally contain one of the following:
- GSM 900
- GSM 1800
- 3G
- GSM 900/1800
- GSM 900/1800/3G
However, various other network types are in use around the world so these fields can contain other values.
View all Mobile Validation Methods