Request Information
Deprecated
Use System/GetCodeBooksChanges.
Method returns list of the VAT rates that were changed.
Example URL:
v2.0/VatRates/GetChanges?lastCheck={lastCheck}
None.
None.
Response Information
IPageOfVatRateApiModel
Name | Description | Type | Additional information |
---|---|---|---|
Data |
List of entities on this page |
Collection of VatRateApiModel |
None. |
TotalItems |
Total number of entries |
integer |
None. |
TotalPages |
Total number of pages |
integer |
None. |
Sample:
{ "Data": [ { "Country": { "Code": "sample string 1", "Currency": { "Code": "sample string 1", "Country": "sample string 2", "Name": "sample string 3", "Priority": 4, "Symbol": "sample string 5", "Id": 6 }, "CurrencyId": 2, "DateLastChange": "2024-11-04T20:36:11.571836+00:00", "Name": "sample string 4", "NameEnglish": "sample string 5", "IsEuMember": true, "Id": 7 }, "CountryId": 1, "DateLastChange": "2024-11-04T20:36:11.571836+00:00", "DateValidityFrom": "2024-11-04T20:36:11.571836+00:00", "DateValidityTo": "2024-11-04T20:36:11.571836+00:00", "Name": "sample string 5", "Rate": 6.0, "RateType": 0, "Id": 7 } ], "TotalItems": 1, "TotalPages": 1 }
Sample:
Sample not available.
Sample:
Sample not available.