Hi, trying to update a customer but some of the fields is not updated. Endpoint: /controller/api/v1/customer/{customerCd} JSON: {
"sendInvoicesByEmail" => {
"value" => true
}
} Response: 204 GUI: The field I tried to update did not set properly. I have also tried to update "printInvoices", "acceptAutoInvoices", "printStatements", and most of the other checkboxes that can be found in this window without success. I have also tried to add other fields and these fields do update just fine, e.g. add a char to the name of the customer. The first update I did today did work, I set "acceptAutoInvoices" to "false", after this no other update call have worked. Also it seems the field "MailDunningLetters" is missing from the API.
... View more