This wiki is no longer being updated as of December 10, 2025.
|
Global Name:REST JSON: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
&comp={Company} | &comp={Company} | ||
&full={FullName} | &full={FullName} | ||
&format=json | |||
</pre> | </pre> | ||
Revision as of 18:24, 14 October 2016
| Global Name Navigation | |||||||
|---|---|---|---|---|---|---|---|
| |||||||
| |||||||
| |||||||
| |||||||
| Sample Code |
REST Request
There is no recordID element because a REST request can only submit one record per request.
http://globalname.melissadata.net/V3/WEB/GlobalName/doGlobalName
?t={TransmissionReference}
&id={CustomerId}
&opt={Options}
&comp={Company}
&full={FullName}
&format=json
JSON Response
{
"Version":"string",
"TransmissionReference":"string",
"TransmissionResults":"string",
"TotalRecords":"string",
"Records":[{
"RecordID":"string",
"Results":"string",
"Company":"string",
"NamePrefix":"string",
"NameFirst":"string",
"NameMiddle":"string",
"NameLast":"string",
"NameSuffix":"string",
"Gender":"string",
"NamePrefix2":"string",
"NameFirst2":"string",
"NameMiddle2":"string",
"NameLast2":"string",
"NameSuffix2":"string",
"Gender2":"string"
}]
}