This wiki is no longer being updated as of December 10, 2025.
|
Global Email V3:REST XML: Difference between revisions
Jump to navigation
Jump to search
m Admin moved page Global Email:REST XML to Global Email V3:REST XML without leaving a redirect |
No edit summary |
||
| Line 1: | Line 1: | ||
{{ | {{GlobalEmailV3Nav | ||
|ExampleCollapse= | |ExampleCollapse= | ||
}} | }} | ||
| Line 42: | Line 42: | ||
[[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=xml
XML Response
<?xml version="1.0"?>
<Response>
<Version>string</Version>
<TransmissionReference>string</TransmissionReference>
<TransmissionResults>string</TransmissionResults>
<TotalRecords>string</TotalRecords>
<Records>
<ResponseRecord>
<RecordID>string</RecordID>
<Results>string</Results>
<EmailAddress>string</EmailAddress>
<MailboxName>string</MailboxName>
<DomainName>string</DomainName>
<TopLevelDomain>string</TopLevelDomain>
<TopLevelDomainName>string</TopLevelDomainName>
<DateChecked>string</DateChecked>
</ResponseRecord>
</Records>
</Response>