This wiki is no longer being updated as of December 10, 2025.
|
Business Coder:REST JSON: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 10: | Line 10: | ||
<pre> | <pre> | ||
https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS | https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS | ||
?id={ | ?id={License Key} | ||
&cols={Columns} | &cols={Columns} | ||
&opt={Options} | &opt={Options} | ||
| Line 27: | Line 27: | ||
<pre> | <pre> | ||
https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS | https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS | ||
?id={ | ?id={License Key} | ||
&cols={Columns} | &cols={Columns} | ||
&opt={Options} | &opt={Options} | ||
| Line 39: | Line 39: | ||
<pre> | <pre> | ||
https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS | https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS | ||
?id={ | ?id={License Key} | ||
&cols={Columns} | &cols={Columns} | ||
&opt={Options} | &opt={Options} | ||
| Line 50: | Line 50: | ||
<pre> | <pre> | ||
https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS | https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS | ||
?id={ | ?id={License Key} | ||
&cols={Columns} | &cols={Columns} | ||
&opt={Options} | &opt={Options} | ||
| Line 61: | Line 61: | ||
<pre> | <pre> | ||
https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS | https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS | ||
?id={ | ?id={License Key} | ||
&cols={Columns} | &cols={Columns} | ||
&opt={Options} | &opt={Options} | ||
&rec={Record ID} | &rec={Record ID} | ||
&phone={Phone} | &phone={Phone} | ||
</pre> | |||
===Using Melissa Enterprise Key as Input=== | |||
<pre> | |||
https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS | |||
?id={License Key} | |||
&cols={Columns} | |||
&opt={Options} | |||
&rec={Record ID} | |||
&mek={MEK} | |||
</pre> | |||
===Using FreeForm as Input=== | |||
<pre> | |||
https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS | |||
?id={LicenseKey} | |||
&cols={Columns} | |||
&opt={Options} | |||
&rec={Record ID} | |||
&ff={Free Form} | |||
</pre> | </pre> | ||
| Line 72: | Line 94: | ||
<pre> | <pre> | ||
{ | { | ||
"TransmissionResults":"string", | |||
"TransmissionReference":"string", | "TransmissionReference":"string", | ||
"Version":"string", | "Version":"string", | ||
"TotalRecords":"string", | "TotalRecords":"string", | ||
"Records": [{ | "Records": [{ | ||
" | "AddressLine1": "string", | ||
" | "CensusBlock": "string", | ||
"CompanyName":"string", | "CensusTract": "string", | ||
" | "City": "string", | ||
" | "CompanyName": "string", | ||
" | "CurrentCompanyName": "string", | ||
" | "CountryCode": "string", | ||
" | "CountryName": "string", | ||
" | "CountyFIPS": "string", | ||
" | "CountyName": "string", | ||
"MelissaAddressKey":"string", | "DeliveryIndicator": "string", | ||
"MelissaAddressKeyBase":"string", | "EIN": "string", | ||
" | "EmployeesEstimate": "string", | ||
"Phone":"string", | "Latitude": "string", | ||
" | "LocationType": "string", | ||
" | "Longitude": "string", | ||
" | "MelissaEnterpriseKey": "string", | ||
" | "MelissaAddressKey": "string", | ||
"SICCode1":"string", | "MelissaAddressKeyBase": "string", | ||
"SICCode2":"string", | "NAICSCode1": "string", | ||
"SICCode3":"string", | "NAICSCode2": "string", | ||
"SICDescription1":"string", | "NAICSCode3": "string", | ||
"SICDescription2":"string", | "NAICSDescription1": "string", | ||
"SICDescription3":"string", | "NAICSDescription2": "string", | ||
" | "NAICSDescription3": "string", | ||
" | "Phone": "string", | ||
" | "PlaceCode": "string", | ||
" | "PlaceName": "string", | ||
" | "Plus4": "string", | ||
" | "PostalCode": "string", | ||
" | "RecordID": "string", | ||
"Results": "string", | |||
"SICCode1": "string", | |||
"SICCode2": "string", | |||
"SICCode3": "string", | |||
"SICDescription1": "string", | |||
"SICDescription2": "string", | |||
"SICDescription3": "string", | |||
"SalesEstimate": "string", | |||
"State": "string", | |||
"StockTicker": "string", | |||
"Suite": "string", | |||
"TotalContacts": "string", | |||
"WebAddress": "string", | |||
"Contacts": [ | |||
{ | |||
"NameFirst": "string", | |||
"NameLast": "string", | |||
"Gender": "string", | |||
"Title": "string", | |||
"ContactPhone:" "string", | |||
"Email": "string" | |||
}, | |||
{ | |||
"NameFirst": "string", | |||
"NameLast": "string", | |||
"Gender": "string", | |||
"Title": "string", | |||
"ContactPhone:" "string", | |||
"Email": "string" | |||
} | |||
] | |||
}] | }] | ||
} | } | ||
Latest revision as of 00:07, 7 April 2022
| Business Coder Navigation | ||||
|---|---|---|---|---|
| ||||
| ||||
| ||||
| ||||
| Sample Code |
REST Request
Using Address as Input
https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS
?id={License Key}
&cols={Columns}
&opt={Options}
&rec={Record ID}
&comp={Company}
&a1={Address1}
&a2={Address2}
&city={City}
&state={State}
&postal={Postal Code}
&ctry={Country}
Using Melissa Address Key (MAK) and Company as Input
https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS
?id={License Key}
&cols={Columns}
&opt={Options}
&rec={Record ID}
&comp={Company}
&mak={Melissa Address Key}
Using StockTicker as Input
https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS
?id={License Key}
&cols={Columns}
&opt={Options}
&rec={Record ID}
&stock={Stock Ticker}
Using Web Address as Input
https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS
?id={License Key}
&cols={Columns}
&opt={Options}
&rec={Record ID}
&web={Web Address}
Using Phone as Input
https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS
?id={License Key}
&cols={Columns}
&opt={Options}
&rec={Record ID}
&phone={Phone}
Using Melissa Enterprise Key as Input
https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS
?id={License Key}
&cols={Columns}
&opt={Options}
&rec={Record ID}
&mek={MEK}
Using FreeForm as Input
https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusinessCoderUS
?id={LicenseKey}
&cols={Columns}
&opt={Options}
&rec={Record ID}
&ff={Free Form}
JSON Response
{
"TransmissionResults":"string",
"TransmissionReference":"string",
"Version":"string",
"TotalRecords":"string",
"Records": [{
"AddressLine1": "string",
"CensusBlock": "string",
"CensusTract": "string",
"City": "string",
"CompanyName": "string",
"CurrentCompanyName": "string",
"CountryCode": "string",
"CountryName": "string",
"CountyFIPS": "string",
"CountyName": "string",
"DeliveryIndicator": "string",
"EIN": "string",
"EmployeesEstimate": "string",
"Latitude": "string",
"LocationType": "string",
"Longitude": "string",
"MelissaEnterpriseKey": "string",
"MelissaAddressKey": "string",
"MelissaAddressKeyBase": "string",
"NAICSCode1": "string",
"NAICSCode2": "string",
"NAICSCode3": "string",
"NAICSDescription1": "string",
"NAICSDescription2": "string",
"NAICSDescription3": "string",
"Phone": "string",
"PlaceCode": "string",
"PlaceName": "string",
"Plus4": "string",
"PostalCode": "string",
"RecordID": "string",
"Results": "string",
"SICCode1": "string",
"SICCode2": "string",
"SICCode3": "string",
"SICDescription1": "string",
"SICDescription2": "string",
"SICDescription3": "string",
"SalesEstimate": "string",
"State": "string",
"StockTicker": "string",
"Suite": "string",
"TotalContacts": "string",
"WebAddress": "string",
"Contacts": [
{
"NameFirst": "string",
"NameLast": "string",
"Gender": "string",
"Title": "string",
"ContactPhone:" "string",
"Email": "string"
},
{
"NameFirst": "string",
"NameLast": "string",
"Gender": "string",
"Title": "string",
"ContactPhone:" "string",
"Email": "string"
}
]
}]
}