This wiki is no longer being updated as of December 10, 2025.
|
Global Email:JSONP Response: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 74: | Line 74: | ||
==Sample JSONP Response== | ==Sample JSONP Response== | ||
<pre> | <pre> | ||
jsonp{ | |||
"Version":"String content", | "Version":"String content", | ||
"TransmissionReference":"String content", | "TransmissionReference":"String content", | ||
| Line 89: | Line 89: | ||
}] | }] | ||
} | } | ||
</pre> | </pre> | ||
Revision as of 22:38, 4 February 2015
← Global Email Web Service Reference
| Global Email Web Service Navigation | ||||||
|---|---|---|---|---|---|---|
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
|
Sample JSONP Response
jsonp{
"Version":"String content",
"TransmissionReference":"String content",
"TransmissionResults":"String content",
"TotalRecords":"String content",
"Records":[{
"RecordID":"String content",
"Results":"String content",
"EmailAddress":"String content",
"MailboxName":"String content",
"DomainName":"String content",
"TopLevelDomain":"String content",
"TopLevelDomainName":"String content"
}]
}