Business Coder:Response
Business Coder Navigation | ||||
---|---|---|---|---|
| ||||
| ||||
| ||||
| ||||
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
- The assigned stock exchange abbreviation/symbol for the business.
Protocol Syntax JSON "StockTicker":"string"
WebAddress
- The web address/domain for the business.
Protocol Syntax JSON "WebAddress":"string"
EmployeesEstimate
- The number of employees who work at this business location.
Protocol Syntax JSON "EmployeesEstimate":"string"
SalesEstimate
- The sales volume and/or assets of the business in thousands.
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
- A 6-digit SIC code for the business's primary line of business.
Protocol Syntax JSON "SICCode":"string"
SICCode2
- The second SIC code.
Protocol Syntax JSON "SICCode2":"string"
SICCode3
- The third SIC code.
Protocol Syntax JSON "SICCode3":"string"
NAICSCode
- North American Industry Classification System code. This is related to [#SICCode|SICCode].
Protocol Syntax JSON "NAICSCode":"string"
NAICSCode2
- Second NAICS code. This is related to [#SICCode2|SICCode2].
Protocol Syntax JSON "NAICSCode":"string"
NAICSCode3
- Third NAICS code. This is related to [#SICCode3|SICCode3].
Protocol Syntax JSON "NAICSCode3":"string"
GrpBusinessDescription
SICDescription
- First SIC code description. Related to [#SICCode|SICCode].
Protocol Syntax JSON "SICDescription":"string"
SICDescription2
- Second SIC code description. Related to [#SICCode2|SICCode2].
Protocol Syntax JSON "SICDescription2":"string"
SICDescription3
- Third SIC code description. Related to [#SICCode3|SICCode3].
Protocol Syntax JSON "SICDescription3":"string"
NAICSDescription
- First NAICS code description. Related to [#NAICSCode|NAICSCode].
Protocol Syntax JSON "NAICSDescription":"string"
NAICSDescription2
- Second NAICS code description. Related to [#NAICSCode2|NAICSCode2].
Protocol Syntax JSON "NAICSDescription2":"string"
NAICSDescription3
- Third NAICS code description. Related to [#NAICSCode3|NAICSCode3].
Protocol Syntax JSON "NAICSDescription3":"string"