Business Coder:Response

From Melissa Data Wiki
Revision as of 01:03, 7 January 2016 by Admin (talk | contribs) (Created page with "{{ BusinessCoderNav |ResponseCollapse= }} {{CustomTOC}} A response is the result of a request. This consists of returned results codes and Bussiness details. IP Locator su...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

← Business Coder

Business Coder Navigation
Introduction
Licensing
Input/Output
Request Fields
Response Fields
Examples
REST JSON
Result Codes
Result Code Use
Business Coder Result Codes
Sample Code



A response is the result of a request. This consists of returned results codes and Bussiness details.

IP Locator supports the JSON response protocol.

Field Names

This is a list of the response field names and their grouping.

You can choose what output columns to return by entering the column name in the [Business Coder:Request#Column|Column] input. Specifying a gropu name will return all columns in the group.

Field Name Group
LocationType [NO GROUP]

These columns must be requested individually.

Phone
StockTicker
WebAddress
EmployeesEstimate
SalesEstimate
CompanyName [DEFAULT]

Always return in the output structure.

AddressLine1
Suite
City
State
PostalCode
FemaleOwned GrpBusinessInfo
SmallBusiness
HomeBasedBusiness
SICCode GrpBusinessCodes
SICCode2
SICCode3
NAICSCode
NAICSCode2
NAICSCode3
SICDescription GrpBusinessDescription
SICDescription2
SICDescription3
NAICSDescription
NAICSDescription2
NAICSDescription3


[NO GROUP]

The following elements set the basic options for each request. These apply to the entire request, not the individual records.

LocationType

Code denoting the business location type.
Code Definition
{blank} Single Location
1 Headquarters
2 Branches
3 Subsidiary Headquarters


Protocol Syntax
JSON "LocationType":"string"


Phone

10-digit phone number.
Protocol Syntax
JSON "Phone":"string"


StockTicker

Protocol Syntax
JSON "StockTicker":"string"


WebAddress

Protocol Syntax
JSON "WebAddress":"string"


EmployeesEstimate

Protocol Syntax
JSON "EmployeesEstimate":"string"


SalesEstimate

Protocol Syntax
JSON "SalesEstimate":"string"


[DEFAULT]

CompanyName

Name of the business.
Protocol Syntax
JSON "CompanyName":"string"


AddressLine1

Address Line 1 of the business.
Protocol Syntax
JSON "AddressLine1":"string"


Suite

Protocol Syntax
JSON "Suite":"string"


City

City of the business.
Protocol Syntax
JSON "City":"string"


State

State of the business.
Protocol Syntax
JSON "State":"string"


PostalCode

Zip/Postal Code of the business.
Protocol Syntax
JSON "PostalCode":"string"


GrpBusinessInfo

FemaleOwned

Indicates if the business is owned by a female.
Code Definition
{blank} No
1 Yes


Protocol Syntax
JSON "FemaleOwned":"string"


SmallBusiness

Indicates if the business is a small business.
Code Definition
0 No
1 Yes


Protocol Syntax
JSON "SmallBusiness":"string"


HomeBasedBusiness

Indicates if the business is a home business.
Code Definition
{blank} No
1 Yes


Protocol Syntax
JSON "HomeBasedBusiness":"string"


GrpBusinessCodes

SICCode

Protocol Syntax
JSON "SICCode":"string"


SICCode2

Protocol Syntax
JSON "SICCode2":"string"


SICCode3

Protocol Syntax
JSON "SICCode3":"string"


NAICSCode

Protocol Syntax
JSON "NAICSCode":"string"


NAICSCode2

Protocol Syntax
JSON "NAICSCode":"string"


NAICSCode3

Protocol Syntax
JSON "NAICSCode3":"string"


GrpBusinessDescription

SICDescription

Protocol Syntax
JSON "SICDescription":"string"


SICDescription2

Protocol Syntax
JSON "SICDescription2":"string"


SICDescription3

Protocol Syntax
JSON "SICDescription3":"string"


NAICSDescription

Protocol Syntax
JSON "NAICSDescription":"string"


NAICSDescription2

Protocol Syntax
JSON "NAICSDescription2":"string"


NAICSDescription3

Protocol Syntax
JSON "NAICSDescription3":"string"