Options
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
Add expense amount to TaxDetailUpdateDto
14-03-2025
08:29
by
adrianm
On supplier invoices from EFH system there is sometimes a need to adjust the vat amount.
Visma.Net will not automatically recalculate the "expense amount" when the "deductable vat rate" is not 100%.
TaxDetailUpdateDto need "expenseAmount"
"taxDetailLines": [
{
"taxId": { "value": "string" },
"taxableAmount": { "value": 0 },
"vatAmount": { "value": 0 }
}
]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.