Global Phone:REST JSON: Difference between revisions
Jump to navigation
Jump to search
m Admin moved page Global Phone V4:REST JSON to Global Phone:REST JSON without leaving a redirect |
No edit summary |
||
Line 13: | Line 13: | ||
?t={TransmissionReference} | ?t={TransmissionReference} | ||
&id={CustomerId} | &id={CustomerId} | ||
&opt={Options} | &opt={Options} | ||
&phone={PhoneNumber} | &phone={PhoneNumber} |
Revision as of 20:09, 3 May 2016
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", “Carrier”:”String content”, “PhoneNumber”:"String content", “PhoneInternationalPrefix”:"String content", “PhoneCountryDialingCode”:"String content", "PhoneNationPrefix":"String content", "PhoneNationalDestinationCode":"String content", "PhoneSubscriberNumber":"String content", "Locality":"String content", "AdministrativeArea":"String content", "CountryName ":"String content", “CountryAbbreviation”:”String content”, "DST":"String content", "UTC":"String content", "Language":"String content", "Latitude":"String content", "Longitude":"String content", “Suggestions”:[{}] }] }