GET v1/Business/SICCodes?id={id}&CustomerId={CustomerId}&SupplierId={SupplierId}

Gets the SIC Codes for a Business

Parameters

NameDescriptionTypeAdditional 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 APISICCode
NameDescriptionTypeAdditional information
Code

The SIC Code

string

None.

Name

The name of the SIC Code

string

None.

Primary

If this SIC Code is the Businesses primary SIC Code

boolean

None.

Example

            
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Business/SICCodes?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.