Request Information
Deprecated
Use System/GetCodeBooksChanges.
Method returns list of exchange rates, that were changed.
Example URL:
v2.0/ExchangeRates/GetChanges?lastCheck={lastCheck}
None.
None.
Response Information
IPageOfExchangeRateApiModel
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data |
List of entities on this page |
Collection of ExchangeRateApiModel |
None. |
| TotalItems |
Total number of entries |
integer |
None. |
| TotalPages |
Total number of pages |
integer |
None. |
Sample:
{
"Data": [
{
"Amount": 1.0,
"Currency": {
"Code": "sample string 1",
"Country": "sample string 2",
"Name": "sample string 3",
"Priority": 4,
"Symbol": "sample string 5",
"Id": 6
},
"CurrencyId": 2,
"Date": "2025-12-05T08:31:46.661089+00:00",
"DateLastChange": "2025-12-05T08:31:46.661089+00:00",
"ExchangeListId": 5,
"ExchangeRateValue": 6.0,
"Id": 7
}
],
"TotalItems": 1,
"TotalPages": 1
}
Sample:
Sample not available.
Sample:
Sample not available.