fix(crm): add mandatory voucherStatus=any to Lexware voucherlist API call

The Lexware Office API requires voucherStatus as a mandatory parameter
for the /v1/voucherlist endpoint. Without it, the API returns 400 Bad
Request. Using 'any' fetches vouchers regardless of status.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas Reitz 2026-03-11 12:00:29 +01:00
parent b4d1f33862
commit 4924875e92

View file

@ -65,6 +65,7 @@ export class LexwareVouchersService {
{
contactId: lexwareContactId,
voucherType,
voucherStatus: 'any',
page,
size: 100,
},