User Profile
thingsio
14
Posts
0
Kudos
1
Solution
14-10-2024
16:10
Hmm, using linenumber is not really handy. We don't want to keep track of which item is on which linenumber. Why does this method not support an inventory id? No basially I need to load the shipment after sending, read it and link inventory ID's with linenumber. Bascially when we create an order we are not aware of linenumbers.
... View more
10-10-2024
10:24
We are trying to update shipment lines for a shipment with: https://integration.visma.net/API/controller/api/v1/shipment/SH240854 { "shipmentType": { "value": "Issue" }, "shipmentDetailLines": [ { "operation": "Update", "lineNumber": { "value": 1 }, "shippedQty": { "value": 42 } }, { "operation": "Update", "lineNumber": { "value": 2 }, "shippedQty": { "value": 8 } }, { "operation": "Update", "lineNumber": { "value": 3 }, "shippedQty": { "value": 51 } } ] } This will generate the error: "Shipment Line: '2' not found." I'm 100% sure the shipment has three lines. It actually works but only for lineNumber 1. How to solve this?
... View more
02-08-2024
12:18
Hi, we also have a need to link directly to for example: purchase receipt orders, inventory adjustments etc. Because we pull information from Visma API's in other apps. we also want to link directly from other apps. to make it more convenient for users. For me the second part of the URL is pretty unclear: https://finance.visma.net/1011011001 This number changes once and a while and I don't think it's a version number which can be found in the Swagger documentation. If it can be found in the swagger, to what exactly are you referring in that documentation? A method or something else?
... View more
29-07-2024
14:13
Visma.net has, if you ask me, not a a very elegant way to handle batch adjustments etc. When you offer for example and inventory adjustment through the API with 250 products it will block the whole adjustment if one product isn't in Visma.net. It would be great to have one of these solutions: - send a prameter to switch off the validation of the product ID and ignore non existing products; - report invalid ID's in the response. This would make the API overall more convenient. Check our blog for some Visma.net lowcode API samples: things.io
... View more
13-06-2024
10:14
I noticed that the Visma.net API does not provide validation when products (inventory ID) do not exists in the ERP. That means when submitting things like inventory updates, salesorders in batch you cannot get back which product ID's are missing in Visma. The whole batch will not be processed and errors. My suggestion would be to simply ignore product ID's which are not in Visma and let the rest go through. Because you don't provide feedback in the response about non-existing Inventory ID's it would be better to simply ignore wrong or non existing Inventory ID's.
... View more
26-04-2024
15:52
Solved, the URL is different from the original. It is now: https://salesorder.visma.net/api/v3
... View more
26-04-2024
15:10
Hi, I have some issues with Salesorder v3. When using for example the inventory method i'm getting: {"ExceptionType":"IPPException","ExceptionMessage":"","ExceptionFaultCode":"5519","ExceptionMessageID":"5519_de86cc0e-21a1-42aa-bb77-d8b0a755d135","ExceptionDetails":""} We are able to get a valid Bearer token with the correct scopes. What can the issue be?
... View more
10-04-2024
18:55
Does anyone has a sample for updating the stock of a batch of inventory items? With below JSON I can add one adjustment but not sure how to do multiple. Do we need to increase the linenumber for example? { "issueLines": [ { "operation": "Insert", "tranType": { "value": "Issue" }, "branchNumber": { "value": "11" }, "warehouseId": { "value": "gro" }, "lineNumber": { "value": 0 }, "inventoryNumber": { "value": "10001" }, "quantity": { "value": 5 }, "reasonCode": { "value": "2" } }], }
... View more
30-06-2023
14:05
Obviously no new updates on this. I'm not familiair with the old VNI method, where can I find information on this? We want to use the service API and grandtype client credentials to work with salesorders etc. Wondering if this is now possible?
... View more
14-06-2023
08:05
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
09-06-2023
09:01
Hi Yildirim, Thanks for your quick reply, the screenid is IN402000 Overall we are wondering if we use the API to adjust inventory and also supply a date where can we find the date? On this screen the date isn't showing. As said, we also asked another certified develop that developed something for us and they also don't know how to supply the date for inventory adjustments. We provide the date but cannot find it anywhere. You great help is really appreciated. What exactly do you mean by " If the field referred is available in the Inventory Adjustment panel itself, please specify it from the module. "
... View more
06-06-2023
16:15
This is one of the places. I also talked to another company developing with Visma and they also told me you cannot fill the date field. It's important to see a date when we substracted stock by using the api. I think there was an earlier forum item also referring to this.
... View more
05-06-2023
13:43
So for how long will this offline token work? This is also extra work for developers because for the service API we don't need to support user auth flows. Cheers,
... View more
05-06-2023
13:31
We are working with inventory issues and we want to add a date. We have discovered that there doesn't seem to be a way to add this date. For inventory it is really important to see change dates in the inventory. Any ideas/suggestions?
... View more
Activity Feed for thingsio
- Posted Re: Updating a shipment with PUT and linenumber issues on Forum in Developers Visma.net. 14-10-2024 16:10
- Posted Updating a shipment with PUT and linenumber issues on Forum in Developers Visma.net. 10-10-2024 10:24
- Posted Re: Links to documents in VN on Forum in Developers Visma.net. 02-08-2024 12:18
- Posted Skipping non existing product ID's during creation of issues, adjustments etc. on Ideas in Developers Visma.net. 29-07-2024 14:13
- Posted Salesorders, inventory adjustments etc. on Forum in Developers Visma.net. 13-06-2024 10:14
- Posted Re: Sale order v3 - 5519 issues on Forum in Developers Visma.net. 26-04-2024 15:52
- Posted Sale order v3 - 5519 issues on Forum in Developers Visma.net. 26-04-2024 15:10
- Posted Creating Inventory issues batch JSON on Forum in Developers Visma.net. 10-04-2024 18:55
- Posted Re: No access to branch when trying to create SupplierInvoice on Forum in Developers Visma.net. 30-06-2023 14:05
- Posted Re: Inventory adjustments/issues adding date problem on Forum in Developers Visma.net. 14-06-2023 08:05
- Posted Re: Inventory adjustments/issues adding date problem on Forum in Developers Visma.net. 09-06-2023 09:01
- Posted Re: Inventory adjustments/issues adding date problem on Forum in Developers Visma.net. 06-06-2023 16:15
- Posted Re: No access to branch when trying to create SupplierInvoice on Forum in Developers Visma.net. 05-06-2023 13:43
- Posted Inventory adjustments/issues adding date problem on Forum in Developers Visma.net. 05-06-2023 13:31