Hi, We use https://integration.visma.net/API/controller/api/v1/inventoryissue and the following data according to the documentation: { "issueLines": [{ "operation": "Insert", "tranType": { "value": "Issue" }, "warehouseId": { "value": "gro" }, "lineNumber": { "value": 0 }, "inventoryNumber": { "value": "13003" }, "quantity": { "value": 7 }, "uom": { "value": "STUK" }, "reasonCode": { "value": "2" } }], "date": { "value": "2023-05-03T10:07:16.563" } } For any logistics company it is really important to be able to see a date when an Inventory issue is changed. Can we get back to the original problem? How can we change the inventory by using the API and also show a date when that is done? Cheers and thanks!
... View more