GET v1/Business/LatestYTDStatements?id={id}&CustomerId={CustomerId}&SupplierId={SupplierId}&count={count}&StandardYear={StandardYear}&SortOrder={SortOrder}

Gets the latest Year To Date statements 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

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

SortOrder

Sets the Sort Order of the results. Optional. D = Descending, A = Ascending

string

Optional

Default value is D

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/LatestYTDStatements?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.