Hei, I try to update POReceipts. That means that I try to delete the existing lines and insert the updated ones. (I do this because delete endpoint is missing): But I cant get this work: Insert of new lines works perfectly: {"lines":[{"operation":"Insert","inventoryId":{"value":"1150"},"transactionDescription":{"value":"Glass og metall fra Næring#Veieseddel: 306650 - dato: 30.09.2020"},"receiptQty":{"value":7.68}}],"receiptType":{"value":"PoReceipt"},"receiptNbr":{"value":"306650"},"hold":{"value":false},"date":{"value":"2020-09-30T09:14:14.117+02:00"},"createBill":{"value":false},"supplierRef":{"value":"bh"}} The same json just with the delete: {"lines":[{"operation":"Delete","lineNbr":{"value":1}},{"operation":"Insert","inventoryId":{"value":"1150"},"transactionDescription":{"value":"Glass og metall fra Næring#Veieseddel: 306650 - dato: 30.09.2020"},"receiptQty":{"value":7.68}}],"receiptType":{"value":"PoReceipt"},"receiptNbr":{"value":"306650"},"hold":{"value":false},"date":{"value":"2020-09-30T09:14:14.117+02:00"},"createBill":{"value":false},"supplierRef":{"value":"bh"}} results in: Error updating purchase receipt. Error: Inserting 'Purchase receipt line' record raised at least one error. Please review the errors.\\r\\nError: 'Account' cannot be empty.\\r\\nError: 'Sub. ID' cannot be empty.\\r\\n\ Regards Florian
... View more