Hi, Since the 30th of May 2023, we have been getting an error for some invoices we have been trying to create via the Service API. The error we keep getting for some invoices is 'Supplier transactions' record raised at least one error. Please review the errors.\r\nMissing taxable, non-taxable, EU or import accounts. Check the GL account settings for the item, supplier and supplier class\r\n" When changing the GL account, we indeed sometimes get to create the invoice, but this issue has been occuring for mutltiple of our companies (contexts) and within the same company it is not consistent. For example, one invoice we try to create is the following: {
"documentType": {
"value": "Invoice"
},
"hold": {
"value": false
},
"date": {
"value": "2023-06-02T00:00:00.000Z"
},
"supplierReference": {
"value": "7792639-Declaraties juni"
},
"description": {
"value": "7792639-Declaraties juni"
},
"supplierNumber": {
"value": "25008"
},
"currencyId": {
"value": "EUR"
},
"branchNumber": {
"value": "01"
},
"paymentMethod": {
"value": "2"
},
"taxDetailLines": [],
"invoiceLines": [
{
"operation": "Insert",
"lineNumber": {
"value": 1
},
"transactionDescription": {
"value": "period screening"
},
"costInCurrency": {
"value": 33.85
},
"accountNumber": {
"value": "4199"
},
"vatCodeId": [],
"branchNumber": {
"value": "01"
}
}
],
"overrideNumberSeries": {
"value": false
},
"validateLineDetails": {
"value": true
}
} And we get the before mentioned error. When changing the accountNumber value to '4504' for example, the invoice is created. In other companies other accounts are the problem. This process has been working no problem for the last 3 months for all of our companies, but since the 30th opf May, it gives the error. Foes anyone know why this is happening? Thanks! Izan
... View more