That is great news Yildrim. It's one of our biggest customers, who can not do the stocktake now. You can imagine it has our priority at the moment. The user creates an inventory order in Visma net. We load the inventory order into the scanner by the API (GET Stocktake v2). After the user enters all counted quantities in the scanner we run a PUT: Request: PUT https://integration.visma.net/API/controller/api/v2/stocktake/003534 {"lines":[{"operation":"Update","lineNbr":{"value":7},"physicalQuantity":{"value":80.0}},"operation":"Update","lineNbr":"value":4},"physicalQuantity":{"value":180.0}},{"operation":"Update","lineNbr":{"value":8},"physicalQuantity":{"value":496.0}},{"operation":"Update","lineNbr":{"value":6},"physicalQuantity":{"value":44.0}},{"operation":"Update","lineNbr":{"value":2},"physicalQuantity":{"value":24.0}},{"operation":"Update","lineNbr":{"value":1},"physicalQuantity":{"value":174.0}},{"operation":"Update","lineNbr":{"value":3},"physicalQuantity":{"value":162.0}},{"operation":"Update","lineNbr":{"value":5},"physicalQuantity":{"value":53.0}},{"operation":"Update","lineNbr":{"value":9},"physicalQuantity":{"value":6.0}}]} This results in a inventory page with 5 counted lines. The rest remain empty. We tested it with the swagger with the same result. All inventory pages had 5 lines counted and the rest empty. CompanyID: 3286391 Please let us know if this is enough info.
... View more