User Profile
Magnus Johnsen
1050
Posts
112
Kudos
172
Solutions
‎13-09-2023
12:43
Hi,
As far as I can remember I have not come across this before, we recommend getting in contact with the ERP support team for your market.
Contacting Visma Partner Service / Visma.net ERP Support
... View more
‎04-09-2023
16:57
Visma.Net API does not support CORS, i.e. you can't call it from a browser. in short, the browser only allows requests to API:s on the same domain as the page was fetched from unless the API explicitly allows it (CORS). This is a browser security feature There was a request for enabling CORS in the API many years ago but it was denied. I assume the reason is the API authentication uses a non-expiring token which can not be securely stored in the browser. Haven't looked into it but with the new authentication (OAUTH) it might be possible to use the API without storing keys in the browser so the decision could be reevaluated.
... View more
‎04-09-2023
11:59
Hi,
These fields are currently not available in any of the salesOrder endpoints.
If this is functionality you need, please create a post in the "Ideas" part of the forum.
Thank you.
... View more
‎31-08-2023
13:40
Hello,
tested the case again today, I'm able to POST Supplier Invoice without receiving Branch not found error. If you're still receiving the error, we might need to specifically check your company & integration setup, so please contact us via developersupport@visma.com and share your companyID & Application details from the developer portal.
Thanks.
... View more
‎28-08-2023
14:18
1 Kudo
Hi,
Try:
https://integration.visma.net/API/controller/api/v1/inventory
... View more
‎25-08-2023
03:20
From screenId GL202500, and now create customer invoice successfully
... View more
‎24-08-2023
14:52
Hello, you can find additional information about the fix and the background of the case below.
1) https://community.visma.com/t5/Forum-in-Developers-Visma-net/Sales-orders-V3-created-by-id/m-p/584084#M3699 2) POST Sales Order Service API - "createdById" and "lastModifiedById" set with API_Client_ID
[Release Notes] - Sales Order Service API 1.0.14.648
... View more
‎23-08-2023
14:57
I can confirm, this was an implementation issue on our side. The Visma.net API works correctly as Magnus reported above.
... View more
‎22-08-2023
09:44
Hi,
The only payment method that is returned using the supplier endpoint is the one set under the suppliers "payment settings".
The supplierLocation endpoint does not return this information either.
If this is functionality that you need, we would recommend that you create a post in the "Ideas" part of the forum.
Setting the correct paymentMethod on each location should allow you to not have to specify what payment method you want to use.
... View more
‎21-08-2023
13:56
1 Kudo
Hi,
As per my last reply:
"This issue should be resolved now, it was caused by an incorrect configuration in the load balancer.
Please let us know if it occurs again.
Thank you. "
... View more
‎21-08-2023
13:10
Hi,
This was marked as fixed for v9.12. Are you still having issues with this?
... View more
‎21-08-2023
13:06
Hi,
Please make sure that the tenant is connected to your app(under Integrations -> Customer) and that the clientID you are using is the same as the ID specified in the developerportal(under details):
... View more
‎21-08-2023
10:35
Hi, Any news on this issue?
... View more
‎17-08-2023
16:34
Never mind, I'll delete the clip itself on loom
... View more
‎16-08-2023
08:21
Correction: the problem occurs with SalesOrder but not with SalesOrderv2 It is the contacts that are affected. If "overrideContact" = false is combined with additional values (see below) on the first SO for a customer these values will be used on this SO and every consecutive SO, regardless of if it is created via API or manually. "soBillingContact": { "value": { "overrideContact": { "value": false }, "name": { "value": "Billing Contact" }, "attention": {}, "email": { "value": "billing.contact@mail.com" }, "phone1": {}, "phone2": {}, "fax": {} } }, It can be argued that override and extra values shouldn't be used at the same time but there is nothing stopping it (tehcnically or in the docs). The effects are also very problematic since it will affect every future SO. Regarding the use of v1 over v2: we had prior to this no urgent reason to move to v2 since the focus was on the initial SalesOrderService timeline. But since that has been pushed we have to rethink what we need to do.
... View more
‎15-08-2023
13:39
Hi,
We would recommend that you create a post in the Ideas part of the forum if this is functionality that you wish to have available.
We don't have a exact reason this whas not implemented in the first version, the API does not cover all functionality of the UI.
... View more
‎21-07-2023
12:35
Hi, you have InternalID and ProjectID in your PUT (Update) payload, you should only include the fields in the payload that you'd like to update.
... View more
‎20-07-2023
14:23
Hi, this company might be missing the Project Accounting Licence / Rights for that user, so we'd recommend contacting your Partner Service from your country to get this licence and module enabled for the company and your API user.
... View more
‎18-07-2023
15:14
1 Kudo
The API will only return the address fields that are populated.
No adress filled in:
Address fields populated:
Please make sure the supplier has the addressfields filled in.
Thank you.
... View more
‎13-07-2023
12:37
Ok, could you please send the company-id's where you have this issue as well as salesOrderNumbers to developersupport@visma.com and we'll forward this to the development team for investigation.
Thank you.
... View more
‎10-07-2023
15:07
1 Kudo
Hi,
Use the defferalCode endpoint for this:
... View more
‎05-07-2023
16:55
Hey there, the cause has been found, it appears to be a problem on our end that would've come to light had we just thrown the CURL call through. If others are finding this in PHP using Guzzle, then they need to try catch capture the BadResponseException around the ->send() and recreate it as Guzzle cuts it off in creating the error. The response body still holds the original full sized error. https://github.com/guzzle/psr7/blob/2.5/src/Message.php#L75
... View more
‎29-06-2023
11:38
i Got it working my local cashe where playing a trick on me Ctrl+Shift+R got it working. have u seem my question regarding findings in regards to warehouse and toWarehouse filtes ? it seems like toWarehouse filter only works if used WITH warehouse and not alone is this intended ?
... View more
‎26-06-2023
14:53
Alright, please do.
Thank you.
... View more
‎12-06-2023
10:04
Hi,
Is this in regards to:
Visma.Net Financials API endpoint for Employees
Please check if editing the employee in the UI triggers an error, send us a screenshot of the screen in the UI.
Visma.Net Employee API
Please send an email to cloud.api.support@visma.com
Thank you.
... View more
‎07-06-2023
13:34
Thanks! I tried linking the customer to a new invoice directly in the UI and received a more detailed error regarding an invalid zip code. It would be greatly appreciated if in the future you could get this error message out rather than the current "Object reference not set to an instance of an object.". It would have made it a lot easier for us in troubleshooting.
... View more
‎02-06-2023
15:48
Fantastic - you are right. Switching the App-Serviceplans fixed the problem. Thank you for helping!
... View more
‎02-06-2023
09:59
Hi,
It's been reported to the development team.
The old endpoints are not getting deprecated yet: Move of breaking change Due date for Sales order v1 and v2
Thank you.
... View more
‎01-06-2023
14:30
Note: I found another issue relating to this endpoint. Might be efficient for the developers to look at them together: https://community.visma.com/t5/Forum-in-Developers-Visma-net/The-PUT-operation-on-a-Customer-to-add-a-DirectDebitLine-does/m-p/583316#M3674
... View more
‎22-05-2023
08:33
Hi,
You can find our rate limit policy here: Why am I receiving "HTTP 429 - Too many request / throttling" response from API ? We recommend using the "lastModifiedDateTime" & "lastModifiedDateTimeCondition" to see if any inventoryItems has been modified since your last sync, and then storing/updating a dateTime variable every time you are checking for updates.
... View more
Activity Feed for Magnus Johnsen
- Posted Version 10.29 - Scheduled downtime maintenance window has been postponed: 10th December on News in Developers Visma.net. ‎27-11-2024 14:17
- Posted Version 10.28 - Breaking change due to mandatory changes in the SAF-T report: 6th December 2024 on News in Developers Visma.net. ‎18-11-2024 14:22
- Got a Kudo for Re: Including Attributes when getting multiple Projects. ‎17-05-2024 09:03
- Tagged [Release Notes] - Visma.Net API 9.80.0 - 06.02.2024 on News in Developers Visma.net. ‎09-02-2024 08:57
- Posted Re: TaxID '01' cannot be found in the system. on Forum in Developers Visma.net. ‎18-01-2024 15:18
- Posted Re: HIGH priority Subaccount missing, Error creating journal transaction. Error: TaxID '01' cannot on Forum in Developers Visma.net. ‎18-01-2024 15:00
- Posted Re: Budget API is not retrieving inactive subaccounts on Forum in Developers Visma.net. ‎18-01-2024 13:39
- Posted Re: Bad Gateway messages when making calls to the Visma.Net ERP API on Forum in Developers Visma.net. ‎17-01-2024 09:56
- Posted Sv: Getting customer / supplier invoice document (PDF) on Forum in Developers Visma.net. ‎15-01-2024 10:25
- Posted Sv: Getting customer / supplier invoice document (PDF) on Forum in Developers Visma.net. ‎10-01-2024 13:37
- Posted Re: Insert supplier on Forum in Developers Visma.net. ‎09-01-2024 09:51
- Posted Svar: Insert supplier on Forum in Developers Visma.net. ‎09-01-2024 09:47
- Posted Re: Insert supplier on Forum in Developers Visma.net. ‎09-01-2024 09:03
- Posted Re: Bad Gateway 502, in all API calls, AGAIN (!) on Forum in Developers Visma.net. ‎05-01-2024 12:10
- Posted Re: Bad Gateway messages when making calls to the Visma.Net ERP API on Forum in Developers Visma.net. ‎04-01-2024 11:16
- Posted Re: Change from test to production on Forum in Developers Visma.net. ‎03-01-2024 12:23
- Posted Re: VNI-VC January 1st on Forum in Developers Visma.net. ‎02-01-2024 11:13
- Posted Re: Salesorder API v3 creating orderLines without subaccount on Forum in Developers Visma.net. ‎29-12-2023 14:25
- Posted Svar: IPPexception 5520 on every call for select customers migrated to new auth flow on Forum in Developers Visma.net. ‎29-12-2023 14:21
- Posted Re: Service app status pending on Forum in Developers Visma.net. ‎29-12-2023 10:24