GET v1/Business/IdentificationGroup?id={id}&CustomerId={CustomerId}&SupplierId={SupplierId}
Returns the Identification Group for a single Business.
Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
ID of the Business to get details for. |
integer |
Optional |
CustomerId |
If you are a Trade Provider you can use your CustomerId to idenfity a Business with the CustomerId parameter. |
string |
Optional |
SupplierId |
If you have a Supplier List you can use your SupplierId to identify a Business with the SupplierId parameter. |
string |
Optional |
Response
APIIdentificationGroupName | Description | Type | Additional information |
---|---|---|---|
Name |
Name of the Business |
string |
None. |
ParentBusinessId |
BusinessId of the Parent Business if this Business is a subsidiary |
integer |
None. |
ParentBusinessName |
Name of the Parent Business if this Business is a subsidiary |
string |
None. |
BusinessId |
Id of the Business |
integer |
None. |
Address1 |
Street address of the Business |
string |
None. |
CityName |
City for the Business |
string |
None. |
StateProvinceName |
State / Province for the Business |
string |
None. |
PostalCode |
Zip / Postal code for the Business |
string |
None. |
CountryName |
Country for the Business |
string |
None. |
PhoneNumber |
Phone Number for the Business |
string |
None. |
FaxNumber |
Fax Number for the Business |
string |
None. |
EmailAddress |
Email Address for the Business |
string |
None. |
TradingStatus |
Trading Status for the Business |
string |
None. |
IncorporatedDate |
Date the Business was incorporated |
string |
None. |
IncorporatedIn |
Country Code the Business was incorporated in |
string |
None. |
IncorporatedInState |
State / Province the Business was incorporated in |
string |
None. |
FederalTaxId |
Federal Tax Id for the Business |
string |
None. |
CIKNumber |
Central Index Key for the Business |
string |
None. |
TickerSymbol |
Ticker Symbol for the Business |
string |
None. |
StockExchange |
Stock Exchange the Business is on |
string |
None. |
MarketCap |
Market Capitalization for the Business |
integer |
None. |
Employees |
Number of Employees the Business has |
integer |
None. |
EmployeesAsOfDate |
Date the Number of Employees is accurate as of |
date |
None. |
PAYCEScore |
PAYCE Score for the Business |
byte |
None. |
PAYCEScoreDate |
Date the PAYCE Score was calculated |
date |
None. |
FriskScore |
FRISKScore for the Business |
byte |
None. |
FriskScoreDate |
Date the FRISK Score was calculated |
date |
None. |
ZScore |
Altman Z-Score for the Business |
decimal number |
None. |
ZScoreDate |
Date the Z-Score was calculated |
date |
None. |
DBTIndex |
DBT Index of the Business |
byte |
None. |
DBTIndexDate |
Date the DBT Index was calculated |
date |
None. |
FSRScore |
FSR Score of the Business |
integer |
None. |
FSRScoreDate |
Date the FSR Score was calculated |
date |
None. |
PublicFilings |
Number of public filings |
integer |
None. |
WebSite |
Website for the Business |
string |
None. |
SIC |
SIC Code for the Business |
string |
None. |
NAICS |
NAICS Code for the Business |
string |
None. |
LatestStatementDate |
Latest Statement Date |
date |
None. |
CurrentFiscalYear |
Current Fiscal Year |
integer |
None. |
CurrentFiscalQuarter |
Current Fiscal Quarter |
byte |
None. |
BankruptcyType |
Bankruptcy Type |
string |
None. |
BankruptcyDate |
Bankruptcy Date |
date |
None. |
BankruptcyExitDate |
Bankruptcy Exit Date |
date |
None. |
TradeAccounts |
Number of Trade Accounts |
integer |
None. |
TotalDue |
Total Due |
integer |
None. |
PastDue |
Amount Past Due |
integer |
None. |
HighRiskLink |
URL for the High Risk Story |
string |
None. |
CaseStudyLink |
URL for the Case Studio |
string |
None. |
LastBlogLink |
URL for the Last Blog |
string |
None. |
FRISKLastChangeDate |
Date the FRISK Score Changed |
date |
None. |
PAYCELastChangeDate |
Date the PAYCE Score Changed |
date |
None. |
ZScoreLastChangeDate |
Date the Z Score Changed |
date |
None. |
FinancialsLastChangeDate |
Date the Financials Changed |
date |
None. |
MarketGuideIndustryName |
Name of the Industry the Business is in |
string |
None. |
CreditLimitMedian |
Median point of the Credit Limit Range |
integer |
None. |
CreditLimitVeryHigh |
Very High point of the Credit Limit Range |
integer |
None. |
Example
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Business/IdentificationGroup?id={BusinessId}