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
NameDescriptionTypeAdditional 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": "2024-04-20T12:55:16.1894999+00:00",
      "DateLastChange": "2024-04-20T12:55:16.1894999+00:00",
      "ExchangeListId": 5,
      "ExchangeRateValue": 6.0,
      "Id": 7
    }
  ],
  "TotalItems": 1,
  "TotalPages": 1
}
Sample:

Sample not available.

Sample:

Sample not available.