Hello,
The api/voucher/get-vouchers and api/voucher/get-voucherrows API endpoints both use the UpdatedOn value from the voucher header to retrieve the vouchers and voucher rows updated since the date specified as parameter in the request.
So if you call both these endpoints with the same date you should get the vouchers and the voucher rows that were created/changed since that date.
... View more