GET v1/Business/LatestAnnualStatements?id={id}&CustomerId={CustomerId}&count={count}&StandardYear={StandardYear}

Gets the Latest Annual Statements for a Business

Parameters

NameDescriptionTypeAdditional information
id

The ID of the Business to get data 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

count

The number of rows to return. If count is not sent returns all rows.

integer

Optional

StandardYear

Gets Statements for the provided Year

integer

Optional

Response

Collection of APIFinancials
NameDescriptionTypeAdditional information
values

List of data specific to the request. Data Dictionary.

Dictionary of string [key] and Object [value]

None.

Example

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