← Global Phone
REST Request
There is no recordID element because a REST request can only submit one record per request:
http://globalphone.melissadata.net/V4/WEB/GlobalPhone/doGlobalPhone
?t={TransmissionReference}
&id={CustomerId}
&opt={Options}
&phone={PhoneNumber}
&ctry={Country}
&ctryOrg={CountryOfOrigin}
JSON Response
{
"Version":"string",
"TransmissionReference":"string",
"TransmissionResults":"string",
"TotalRecords":"string",
"Records":[{
"RecordID":"string",
"Results":"string",
"PhoneNumber":"string",
"AdministrativeArea":"string",
"CountryAbbreviation":"string",
"CountryName ":"string",
"Carrier":"string",
"CallerID":"string",
"DST":"string",
"InternationalPhoneNumber":"string",
"Language":"string",
"Latitude":"string",
"Locality":"string",
"Longitude":"string",
"PhoneInternationalPrefix":"string",
"PhoneCountryDialingCode":"string",
"PhoneNationPrefix":"string",
"PhoneNationalDestinationCode":"string",
"PhoneSubscriberNumber":"string",
"UTC":"string",
"PostalCode":"string",
"TimeZoneCode":"string",
"TimeZoneName":"string",
"Suggestions":[{}]
}]
}