to get a personalized navigation.
to get a personalized navigation.
Hi!
After releasing a CustomerCrediNote in the UI we cant update the note on the invoiceline through the API. We have tried to this URL:
'https://integration.visma.net/API/controller/api/v1/customerCreditNote/100056
And we used this PUT request:
'{ "lines": [ { "note": { "value": "string" } } ] }
We get the error message that the invoice is released and therefore cannot be changed:
' { "message": "The customer CreditNote with reference number 100056 cannot be updated because it has already been released." }
But when we tried to update the note on invoiceLine on the CustomerInvoice endpoint and it worked (a released invoice).
This URL:
'https://integration.visma.net/API/controller/api/v1/customerinvoice/100057
and this PUT:
{"invoiceLines":[{"operation":"update","lineNumber":{"value":1},"note":{"value":"Självfaktura 200183"}}]}
In the UI we can update the note on the invoiceLine on a customerCreditNote after it is released so it should work through the API. How do we make it work on a customerCreditNote through the API or is it because of a bugg it's not working?
/Frida
Copyright © 2022 Visma.com. All rights reserved.