GET v1/Business/Officers?id={id}&CustomerId={CustomerId}&SupplierId={SupplierId}
Gets the officers for this 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 |
Response
Collection of APIBusinessOfficerName | Description | Type | Additional information |
---|---|---|---|
FirstName |
Officers First Name |
string |
None. |
MiddleInitial |
Officers Middle Initial |
string |
None. |
LastName |
Officers Last Name |
string |
None. |
Age |
Officers Age |
byte |
None. |
Title |
Officers Title |
string |
None. |
DateOfTitle |
Date Officer recieved the Title |
date |
None. |
DateOfHire |
Date of Officers hire |
date |
None. |
Example
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Business/Officers?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.