Lexoffice missing input

I try to create invoices with the lexoffice module, this is all working. Now, if I try to create an invoice with a different tax rate (e.g. Austria with 20% VAT) I get an error back from lex:

[406] Invalid taxRatePercentage or does not match booking date or country code.

After talking to the support, they said that I need to give the parameter “TaxSubType” with the value “distanceSales”.
But tis field is missing in the lex module of make. Can you add this?

Use Make.com’s HTTP module to send a custom API request directly to Lexoffice’s API, including the TaxSubType parameter with the value distanceSales. You can structure the API request based on Lexoffice’s API documentation to include all necessary parameters.

Let me know if you get the results you need

Thanks. I tried this already, but struggled by getting it to work. Do you have maybe a little example setting of a working lexoffice-api-call from make?