GET v1/Business/Subsidiaries?id={id}&CustomerId={CustomerId}&SupplierId={SupplierId}&FirstRow={FirstRow}&LastRow={LastRow}
Gets a list of Subsidiaries for a single Business.
Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Id of the Business to get Subsidiaries 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 |
| FirstRow |
The first row to return. |
integer |
Optional Default value is 1 |
| LastRow |
The last row to return. |
integer |
Optional Default value is 100 |
Response
Collection of APISubsidiary| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessId |
Business Id |
integer |
None. |
| BusinessName |
Business Name |
string |
None. |
| Address1 |
Address 1 |
string |
None. |
| Address2 |
Address 2 |
string |
None. |
| CityName |
City |
string |
None. |
| StateProvinceName |
State |
string |
None. |
| PostalCode |
Zip Code / Postal Code |
string |
None. |
| CountryCode |
Country |
string |
None. |
| FRISKScore |
FRISK Score |
byte |
None. |
| PAYCEScore |
PAYCE Score |
byte |
None. |
| DBTIndex |
Days Beyond Terms |
byte |
None. |
Example
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Business/Subsidiaries?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.