Increased voucher validation
- One minute read - 79 wordsVouchers will be validated more strongly in the future. The endpoint affected is /api/v1/Voucher/Factory/saveVoucher/
Validation can be tested during a transition period using the HTTP header X-Version: 1.1
.
Status Quo:
Many inputs are accepted via the API that are not correct from an accounting point of view. Invalid values are accepted and mandatory information that is required for correct accounting is missing.
Future:
Validation and error message in case of invalid input based on API documentation.
Release: 27.06.2023 (4.157)