GET
/
v1
/
Business
/
LatestYTDStatements
curl --request GET \
  --url https://api.creditriskmonitor.com/v1/Business/LatestYTDStatements \
  --header 'Authorization: <api-key>'
{
  "Success": true,
  "Data": [
    {
      "values": {}
    }
  ],
  "ErrorCode": "<string>"
}

Please refer to the Data Fields page to review the fields available under different access models.

Use the Login endpoint to retrieve the SessionKey, then include it in the Authorization field for authentication.

Authorizations

Authorization
string
header
required

Enter the Session Key with the Bearer prefix, e.g. "Bearer abcde12345".

Query Parameters

id
integer

Business ID

CustomerId
string

If you are a Trade Provider you can use your CustomerId to idenfity a Business with the CustomerId parameter.

SupplierId
string

If you have a Supplier List you can use your SupplierId to identify a Business with the SupplierId parameter.

count
integer

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

StandardYear
integer

Gets Statements for the provided Year

SortOrder
string

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

Response

200
application/json
OK
Success
boolean
Data
object[]
ErrorCode
string