GET v1/Business/FRISKHistory?id={id}&CustomerId={CustomerId}&SupplierId={SupplierId}&count={count}
Gets the FRISKHistory for a Business.
Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Business ID |
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 |
count |
The number of rows to return. Returns all rows if count is not sent . |
integer |
Optional |
Response
Collection of APIFRISKHistoryName | Description | Type | Additional information |
---|---|---|---|
Year |
Year for this FRISK Score |
integer |
None. |
Month |
Month for this FRISK Score |
integer |
None. |
AverageFRISKScore |
Average FRISK Score for this Year and Month |
byte |
None. |
Example
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Business/FRISKHistory?id={BusinessId}
Try It Now
If you do not have a Session Key, you can get one by Logging In.
If you are a Trade Provider you can use your CustomerId to idenfity a Business with the CustomerId parameter.
If you have a Supplier List you can use your SupplierId to identify a Business with the SupplierId parameter.