Global Name:REST XML: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{GlobalNameNav | {{GlobalNameNav | ||
| | |ExamplesCollapse= | ||
}} | }} | ||
Line 10: | Line 10: | ||
<pre> | <pre> | ||
https://globalname.melissadata.net/V3/WEB/GlobalName/doGlobalName | |||
?t={TransmissionReference} | ?t={TransmissionReference} | ||
&id={CustomerId} | &id={CustomerId} | ||
Line 32: | Line 32: | ||
<RecordID>string</RecordID> | <RecordID>string</RecordID> | ||
<Results>string</Results> | <Results>string</Results> | ||
<Company> | <Company>string</Company> | ||
<NamePrefix> | <NamePrefix>string</NamePrefix> | ||
<NameFirst>string</NameFirst> | <NameFirst>string</NameFirst> | ||
<NameMiddle> | <NameMiddle>string</NameMiddle> | ||
<NameLast>string</NameLast> | <NameLast>string</NameLast> | ||
<NameSuffix>string</NameSuffix> | <NameSuffix>string</NameSuffix> | ||
<Gender> | <Gender>string</Gender> | ||
<NamePrefix2> | <NamePrefix2>string</NamePrefix2> | ||
<NameFirst2>string</NameFirst2> | <NameFirst2>string</NameFirst2> | ||
<NameMiddle2> | <NameMiddle2>string</NameMiddle2> | ||
<NameLast2>string</NameLast2> | <NameLast2>string</NameLast2> | ||
<NameSuffix2>string</NameSuffix2> | <NameSuffix2>string</NameSuffix2> | ||
<Gender2>string</Gender2> | <Gender2>string</Gender2> | ||
<Salutation>string</Salutation> | |||
<NameProfTitle>string</NameProfTitle> | |||
<NameNickname>string</NameNickname> | |||
<NameProfTitle2>string</NameProfTitle2> | |||
<NameNickname2>string</NameNickname2> | |||
<Extras>string</Extras> | |||
</ResponseRecord> | </ResponseRecord> | ||
</Records> | </Records> |
Latest revision as of 19:53, 29 February 2024
Global Name Navigation | |||||||
---|---|---|---|---|---|---|---|
| |||||||
| |||||||
| |||||||
| |||||||
Sample Code |
REST Request
There is no recordID element because a REST request can only submit one record per request.
https://globalname.melissadata.net/V3/WEB/GlobalName/doGlobalName ?t={TransmissionReference} &id={CustomerId} &opt={Options} &comp={Company} &full={FullName} &format=xml
XML Batch Response
<?xml version="1.0"?> <Response xmlns=urn:mdGlobalName xmlns:i=http://www.w3.org/2001/XMLSchema-instance> <Version>string</Version> <TransmissionReference>string</TransmissionReference> <TransmissionResults>string</TransmissionResults> <TotalRecords>string</TotalRecords> <Records> <ResponseRecord> <RecordID>string</RecordID> <Results>string</Results> <Company>string</Company> <NamePrefix>string</NamePrefix> <NameFirst>string</NameFirst> <NameMiddle>string</NameMiddle> <NameLast>string</NameLast> <NameSuffix>string</NameSuffix> <Gender>string</Gender> <NamePrefix2>string</NamePrefix2> <NameFirst2>string</NameFirst2> <NameMiddle2>string</NameMiddle2> <NameLast2>string</NameLast2> <NameSuffix2>string</NameSuffix2> <Gender2>string</Gender2> <Salutation>string</Salutation> <NameProfTitle>string</NameProfTitle> <NameNickname>string</NameNickname> <NameProfTitle2>string</NameProfTitle2> <NameNickname2>string</NameNickname2> <Extras>string</Extras> </ResponseRecord> </Records> </Response>