to get a personalized navigation.
to get a personalized navigation.
In screen AR303000 under the tab Invoice settings there is a section with Print and E-mail settings containing the following checkboxes:
- Send dunning letters via e-mail
- Print dunning letters
See also the following image (please note that this is the Dutch version so the English translation might differ slightly).
Unfortunately these two checkboxes can't be set from the API directly.
They can be set via customerClass and referring to that customerClassId in the POST or PUT of the Customer. However that means a lot of other settings would be reverted to the defaults that have been set in that customer class.
So that isn't really an option when updating a Customer via the API when certain settings have been modified manually in Visma in the meantime.
Therefore I would suggest adding these settings to the DTO so we can set them directly from the API, just like the other checkboxes in this section.
Just like you can already specify the other checkboxes (see below) ...
"printInvoices": { "value": true }, "sendInvoicesByEmail": { "value": true }, "printStatements": { "value": true }, "sendStatementsByEmail": { "value": true },
... I would suggest providing a way to specify sending and printing dunning letters, something like:
"printDunningLetters": { "value": true }, "sendDunningsLettersByEmail": { "value": true },
Kind regards,
Eddy Zeelen
Windex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Copyright © 2022 Visma.com. All rights reserved.