I'm attempting to filter the list of Tax Rates in Xero by the date since which it is modified. Unfortunately it does not seem to be working, even when using the "Modified After" filter in the API Previewer, as it seems to still be showing every record present.
Asked
Active
Viewed 151 times
2
-
show us your code, input, expected output and actual output – WhatsThePoint Jun 15 '17 at 07:38
1 Answers
2
Unfortunately UpdatedDateUTC is not exposed on the TaxRates endpoint thus it cannot be filtered by the If-Modified-Since header

Doel Jangkrik
- 188
- 3