Global Email V3:REST JSONP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{GlobalEmailV3Nav | ||
|ExampleCollapse= | |ExampleCollapse= | ||
}} | }} | ||
Line 40: | Line 40: | ||
[[Category:Global Email]] | [[Category:Global Email V3]] | ||
[[Category:Reference]] | [[Category:Reference]] |
Latest revision as of 17:14, 23 May 2019
Global Email V3 Navigation | ||||||
---|---|---|---|---|---|---|
| ||||||
| ||||||
| ||||||
| ||||||
Sample Code |
REST Request
There is no recordID element because a REST request can only submit one record per request.
https://globalemail.melissadata.net/V3/WEB/GlobalEmail/doGlobalEmail ?t={TransmissionReference} &id={LicenseKey} &opt={Options} &email={EmailAddress} &format=jsonp &callback={Callback}
JSONP Response
Callback{ "Version":"string", "TransmissionReference":"string", "TransmissionResults":"string", "TotalRecords":"string", "Records":[{ "RecordID":"string", "Results":"string", "EmailAddress":"string", "MailboxName":"string", "DomainName":"string", "TopLevelDomain":"string", "TopLevelDomainName":"string", "DateChecked":"string" }] }