This wiki is no longer being updated as of December 10, 2025.
|
Global Phone:REST JSON: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 49: | Line 49: | ||
"UTC":"String content", | "UTC":"String content", | ||
"PostalCode":"String content", | "PostalCode":"String content", | ||
"TimeZoneCode":"String content", | |||
"TimeZoneName":"String content", | |||
"Suggestions":[{}] | |||
}] | }] | ||
} | } | ||
Revision as of 00:44, 6 March 2018
| Global Phone Navigation | |||
|---|---|---|---|
| |||
| |||
| |||
| |||
| Sample Code |
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 content",
"TransmissionReference":"String content",
"TransmissionResults":"String content",
"TotalRecords":"String content",
"Records":[{
“RecordID”:"String content",
“Results”:"String content",
“PhoneNumber”:"String content",
"AdministrativeArea":"String content",
“CountryAbbreviation”:”String content”,
"CountryName ":"String content",
“Carrier”:”String content”,
“CallerID”:”String content”,
"DST":"String content",
"InternationalPhoneNumber":"String content",
"Language":"String content",
"Latitude":"String content",
"Locality":"String content",
"Longitude":"String content",
“PhoneInternationalPrefix”:"String content",
“PhoneCountryDialingCode”:"String content",
"PhoneNationPrefix":"String content",
"PhoneNationalDestinationCode":"String content",
"PhoneSubscriberNumber":"String content",
"UTC":"String content",
"PostalCode":"String content",
"TimeZoneCode":"String content",
"TimeZoneName":"String content",
"Suggestions":[{}]
}]
}