GET v1/Business/Sanctions?id={id}&CustomerId={CustomerId}&SupplierId={SupplierId}
Returns the Sanctions for a Business
Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID of the Business to get Sanctions 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
Collection of APIBusinessSanction| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessId |
BusinessId of the Sanctioned Business |
integer |
None. |
| SanctionName |
Name of the Sanctioned Business as provided by the Sanction Source |
string |
None. |
| CountryCode |
Country Code of the Sanction Source |
string |
None. |
| SanctionURL |
URL to the Sanction Source |
string |
None. |
| OtherInfo |
Other Info provided by the Sanction Source |
string |
None. |
| ReferenceNumber |
Reference Number provided by the Sanction Source |
string |
None. |
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.