User Profile

Magnus Vadla
50
Posts
18
Kudos
1
Solution
27-03-2025
10:13
One of our main customers is requesting this for data analasys purposes.
... View more
06-02-2025
09:29
1 Kudo
Seems to be working again now, but we also saw a lot of these errors from yesterday afternoon until about 6:40 this morning. I don't see any incidents on https://status.visma.com/ either
... View more
08-11-2024
09:36
1 Kudo
Hello,
The request worked properly in Postman. I have no idea why the same request does not work from azure logic app. I made a work around through an azure function and that works.
Best regards,
Magnus
... View more
06-11-2024
09:41
Hello, Which GET request are you referring to? Right now we are not doing any GET requests because our workflow is dependant on the POST returning the background action id. It was working up until october 22. and we did not make any changes to our code.
Best regards,
Magnus
... View more
04-11-2024
09:37
Hello Suzdar,
Any updates on this? We are still struggling with this issue
... View more
25-10-2024
11:30
Yes. And the customer is reporting that receipts are no longer being released.
... View more
23-10-2024
19:05
Good evening,
As of this morning I am getting 400 "message": "Endpoint does not allow background execution", when using https://integration.visma.net/API/controller/api/v1/PurchaseReceipt/gdfg/action/release and providing an erp-api-background header. Is this intentional?
(the release operation did go through still)
Best regards,
Magnus Vadla, Proplan AS
... View more
10-09-2024
13:53
I have also noticed missing webhooks. Shipment events.
... View more
17-06-2024
09:54
According to swagger this endpoint should return "poOrderLineNbr", but it doesn't.
Best regards,
Magnus
... View more
10-06-2024
09:17
Hello! I get asked about this feature from time to time. Any news?
... View more
22-03-2024
10:08
Uom value is ignored and defaulting to "HOUR" when posting projecttransaction lines without inventory number. Doing a put request to update the line uom afterwards works. Post body sample:
{
"description": {
"value": "Testtransaction"
},
"lines": [
{
"operation": "Insert",
"date": {
"value": "2024-03-21T02:43:31"
},
"project": {
"value": "100060"
},
"projectTask": {
"value": "20"
},
"uom": {
"value": "STK"
},
"quantity": {
"value": 1
},
"unitRate": {
"value": 2000
},
"description": {
"value": "Testtransaction"
},
"accountGroup": {
"value": "6"
},
"financialPeriod": {
"value": "202403"
}
}
]
}
... View more
07-02-2024
19:22
I am having trouble with the /controller/api/v1/supplierInvoice endpoint. Get range or specific invoice document is missing several line fields. ProjectTask, poReceiptNbr, poReceiptLineNbr to name a few. I tested a non-receipt linked invoice aswell, and that is missing projectTask. This was working on monday. I don't see any release notes since then. Is this a bug? Are there new expand queries I am supposed to use? Attached screenshots of gui and postman get result
... View more
05-12-2023
09:22
Hello, We ran into a problem here. The work around we implemented was to delete the original line, and then insert a new one, for example like this: PUT https://integration.visma.net/API/controller/api/v1/purchaseOrder/ {
"lines": [
{
"operation": "Insert",
"project": {
"value": "58"
},
"projectTask": {
"value": "100"
},
"warehouse": {
"value": "P"
},
"account": {
"value": "4010"
},
"orderQty": {
"value": 1
},
"inventory": {
"value": "02"
}
}
]
} The problem is when the nonStock inventoryItem '02' has a default account which is not part of a project accounting group. In that case I get "Error: Inserting 'Purchase order line' record raised at least one error. Please review the errors.\r\nError: 'Project' cannot be empty". Was it always like this? I am pretty sure this worked a couple months ago, but I can't find anything related in the patch notes. The reason the default account needs to not be project enabled is that otherwise the default project is null which is very frustrating for the user.
... View more
27-11-2023
13:47
Hello! Any updates on this? We still have some stuff running on the old auth flow because of this issue. Best regards, Magnus
... View more
18-08-2023
11:31
Specifically we need the fields EndDate and CompletedPercent for a customer case we are working on at the moment. The current api field "plannedEnd" does not seem to be in use by the GUI
... View more
28-06-2023
12:14
Any updates on this? I can't find it in the backlogged ideas
... View more
14-06-2023
11:17
Sounds good. If it gets flagged as a bug, do you have an idea of when it might be fixed? Its a key part of a customer solution we are building at the moment. Should I just go the replace line route?
... View more
14-06-2023
10:04
I have a PO line with a non-stock item, default cost account 4200. I try to update it with a PUT request and the following payload. I get a 204 response, but the line account is still 4200. { "lines": [ { "operation": "Update", "lineNumber": { "value": 1 }, "account": { "value": "4080" } } ] } If I change the account to 4081 in the GUI and resend the same request, the account defaults back to 4200. Is this a bug? Do I have to replace the line to achieve my goal?
... View more
03-05-2023
15:42
I would like to add project and projectTask to the list of missing fields. Project is on the Get SO, but task is missing from lines. Neither of them are included in the Post/Patch endpoints. Also as a side note, there is an extra comma causing a syntax error in the sample JSON for the Post salesorder endpoint
... View more
24-04-2023
09:57
Will salesorder_changed webhooks continue to fire the same way after the old sales order endpoints are disabled? Assuming they will, what about the resourceUri properties that are currently pointing to v1? Adding an extra set of uri properties for v3 would be the most practical solution from our point of view.
... View more
24-03-2023
14:24
Is this in the road map?
... View more
15-02-2023
15:30
1 Kudo
When using the printShipmentConfirmation endpoint with the new type of token I get { "message": "VismaId: 6632639c-93ad-4a0c-afdb-c623db174a29. You do not have enough rights to access SO64200S." } I looked for a system user of some kind in SM201010 but couldnt find anything. There are no custom roles or access rights set up for this client. If there was, how would the new integrations interact with them?
... View more
14-02-2023
16:35
Hello, One of our customers would like to set up their own service-type applications. Do they need the ISV sertification to do this? Is it possible to add their organization to the developer portal without being an ISV? Best regards, Magnus, Proplan AS
... View more
17-01-2023
10:15
I have a theory as to what might be happening here. Do you validate that the shipment exists before generating the report? That would explain why it works if there happens to exist a shipment with the same number as the receipt we are providing.
... View more
13-01-2023
14:37
Sorry for the delay. I just sent an email with three examples Magnus
... View more
21-12-2022
11:09
As soon as the receipt has been released. I also experimented with a 30 seconds delay, but the issue persisted.
... View more
13-12-2022
08:44
Hello, For one of our customers we have experimented a bit with this report. The default shipment confirmation report has been replaced with a template that takes a purchaseReceipt number as input instead of a shipment number. This client uses dropshipment receipts instead of regular shipments. This works well most of the time, but ~5% of GET shipmentConfirmation calls return 404 "document with number 1234 could not be found". We have not found a pattern behind this that distinguishes the failed ones from the rest. When we pull up the report in the UI and run it with one of the failed receipt numbers there it works fine. Best regards, Magnus Vadla
... View more
13-12-2022
08:30
Sure. Here is a PUT Json that will work even if lotSerialNumber "123" is already used for this product {
"shipmentDetailLines": [{
"operation": "Update",
"lineNumber": {
"value": 1
},
"allocations": [{
"operation": "Insert",
"lineNbr": {
"value": 0
},
"location": {
"value": "1"
},
"lotSerialNumber": {
"value": "123"
},
"quantity": {
"value": 1
}
}
]
}
]
}
... View more
30-11-2022
11:05
Hello, This bug is probably already on your radar, but I can't find a thread on it so I just want to make sure. If you try to add a duplicate serial number in shipment allocations in the GUI, the system will reject it before you are able to save. Doing it through the API will get past this validation, and you will get an error when trying to confirm the shipment. The shipment will then be stuck and you will not be able to even delete it in the GUI. The only way to unblock it is to delete/change the allocation through the API.
... View more
Activity Feed for Magnus Vadla
- Kudoed Re: Unclear Status Codes in Webhook Notifications for adrianm. 20-05-2025 17:39
- Posted Sv: webhooks dead on Forum in Developers Visma.net. 19-05-2025 12:25
- Posted Expose lead time on GeT SupplierLocation endpoint on Ideas in Developers Visma.net. 27-03-2025 10:13
- Got a Kudo for Sv: Är visma API nere ????. 06-02-2025 10:07
- Posted Sv: Är visma API nere ???? on Forum in Developers Visma.net. 06-02-2025 09:29
- Got a Kudo for Re: Release purchaseReceipt suddenly not allowing background execution. 11-11-2024 18:04
- Posted Re: Release purchaseReceipt suddenly not allowing background execution on Forum in Developers Visma.net. 08-11-2024 09:36
- Posted Re: Release purchaseReceipt suddenly not allowing background execution on Forum in Developers Visma.net. 06-11-2024 09:41
- Posted Re: Release purchaseReceipt suddenly not allowing background execution on Forum in Developers Visma.net. 04-11-2024 09:37
- Posted Re: Release purchaseReceipt suddenly not allowing background execution on Forum in Developers Visma.net. 25-10-2024 11:30
- Posted Release purchaseReceipt suddenly not allowing background execution on Forum in Developers Visma.net. 23-10-2024 19:05
- Kudoed Visma.net ERP API Developer Portal Startup Guide for Yıldırım. 23-09-2024 10:25
- Posted Sv: Webhooks not received or very delayed on Forum in Developers Visma.net. 10-09-2024 13:53
- Posted Missing field in PurchaseReceiptV2 on Forum in Developers Visma.net. 17-06-2024 09:54
- Posted Sv: Expose "Destination Warehouse" on "SalesOrder" endpoint for orderType " on Ideas in Developers Visma.net. 10-06-2024 09:17
- Kudoed Sv: Bug: UOM in v1/projecttransaction POST for Rozhat. 24-04-2024 14:33
- Posted Bug: UOM in v1/projecttransaction POST on Forum in Developers Visma.net. 22-03-2024 10:08
- Kudoed Svar: Missing fields on supplierInvoice line for Sandra Anté. 08-02-2024 10:57
- Posted Missing fields on supplierInvoice line on Forum in Developers Visma.net. 07-02-2024 19:22
- Posted Sv: Unable to update account on PO line on Forum in Developers Visma.net. 05-12-2023 09:22