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
Created page with "{{BusinessCoderNav |ExampleCollapse= }} {{CustomTOC}} ==REST Request== ===Using Address as Input=== <pre> https://businesscoder.melissadata.net/WEB/BusinessCoder/doBusiness..." |
No edit summary |
||
| (7 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", | "AddressLine1": "string", | ||
" | "CensusBlock": "string", | ||
"CensusTract": "string", | |||
"City": "string", | "City": "string", | ||
" | "CompanyName": "string", | ||
" | "CurrentCompanyName": "string", | ||
" | "CountryCode": "string", | ||
"CountryName": "string", | |||
"CountyFIPS": "string", | |||
"CountyName": "string", | |||
"DeliveryIndicator": "string", | "DeliveryIndicator": "string", | ||
"EIN": "string", | |||
"EmployeesEstimate": "string", | |||
"Latitude": "string", | |||
"LocationType": "string", | |||
"Longitude": "string", | |||
"MelissaEnterpriseKey": "string", | |||
"MelissaAddressKey": "string", | "MelissaAddressKey": "string", | ||
"MelissaAddressKeyBase": "string", | "MelissaAddressKeyBase": "string", | ||
" | "NAICSCode1": "string", | ||
"NAICSCode2": "string", | |||
"NAICSCode3": "string", | |||
"NAICSDescription1": "string", | |||
"NAICSDescription2": "string", | |||
"NAICSDescription3": "string", | |||
"Phone": "string", | "Phone": "string", | ||
" | "PlaceCode": "string", | ||
" | "PlaceName": "string", | ||
" | "Plus4": "string", | ||
" | "PostalCode": "string", | ||
"RecordID": "string", | |||
"Results": "string", | |||
"SICCode1": "string", | "SICCode1": "string", | ||
"SICCode2": "string", | "SICCode2": "string", | ||
| Line 101: | Line 137: | ||
"SICDescription2": "string", | "SICDescription2": "string", | ||
"SICDescription3": "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"
}
]
}]
}