User Profile
SitterIT
71
Posts
7
Kudos
2
Solutions
22-04-2025
15:30
Need to be able to add a note on the supplierPayment through the API. This is missing as I can see right now.
... View more
21-03-2025
11:08
Hi, That's not a adequate solution. If one wants to have a link in a different program to the spesific transaction in Vnf, we can't do that. I that case we then need to be able to get the current versionnbr from VnF. Or some other solution that makes it possible to link to the transaction in from a different system. But neither the versionnbr or an url is avaliable as I can see through the API. So this need to be provided in the API
... View more
20-03-2025
13:52
yes that would be great, but what will the url be then? If i remove the versionnbr part of the url one get 404 - not found https://finance.visma.net/Main?CompanyID=Test+AB&ScreenId=GL301000&Module=GL&BatchNbr=100020
... View more
18-03-2025
10:02
We want to get the direct url for a record exported through the API. That can be a JournalTransaction, Inventory, Customer record and so. But there's no link returned in the api. So if we are to genereate it our self, what is the number after finance.visma.net/??????? . Is this static or will it change.
... View more
24-02-2025
09:39
found out of it. user also need to have api_user also.
... View more
21-02-2025
12:15
Have en web app like this: Pasting in the grant url into the browser: And get the auth page up: I also receive the auth code: But when doing the POST https://connect.visma.com/connect/token I get error 400 - invalid_tenant Looking in the dev portal, no customer has been added. I've also tried with different users, all having the Integration Admin setting in
... View more
05-02-2025
20:34
Suddenly getting subaccounts stop working here today. Doing https://integration.visma.net/API/controller/api/v1/dimension/Subaccount Just getting an error 500 back with : {"message":"VismaId: b5d95a77-2c4a-458f-8f4d-1f790d08c9e6. Object reference not set to an instance of an object."}
... View more
23-01-2025
09:49
When trying to add a new crossReference on a inventory that already has one line with same alternateType, it throws an error on POST saying: {"message":"Error inserting the cross-reference. Inventory Cross-reference with Alternate type: '0VPN' and Alternate ID: '5' has already been added."} I want multiple references with same alternateID, but different bAccount. Payload: {"alternateType":{"value":"VPN"},"bAccount":{"value":"500009"},"alternateID":{"value":"5"},"description":{"value":"500009"}} There's no problem doing it in the gui: ScreenId=IN202500 Doing it manually:
... View more
07-11-2024
16:09
Hi still missing the possibility to set option for dunningletters on the customer with the api. It's not really a workaround to remove the checkbox on the customerclasses. We need the same functionality as for invoices and statements.
... View more
31-10-2024
12:28
ok, It would be nice to have shipment as an expand option so one don't have to make 2 requests to get the invoiceNo.
... View more
25-10-2024
10:20
When getting an order via https://salesorder.visma.net/ , even if one add expand=All , it seems that the invoicenumber and info is missing. One have to do a GET from https://integration.visma.net/ to get that info. We really want to get the invoice info also when using https://salesorder.visma.net/
... View more
04-10-2024
08:54
1 Kudo
When a new tenant grants access to an app we recieve these emails: "Incoming notification from Visma Developer Portal" which is all good. But is there a way to customize to where the email gets sent pr. app ? Or can one set up an reponse uri that gets an notification with this info ?
... View more
02-09-2024
16:40
Hi, I see that Melhus had the same question one year ago. https://community.visma.com/t5/Forum-in-Developers-Visma-net/Update-supplier-prices/m-p/611755#M4175 I really need this asap.
... View more
02-09-2024
11:22
Hi, looking for endpoint to GET the supplierprices. Which endpoint should we use ?
... View more
16-07-2024
11:30
after creating and uploading an attachment to an invoice through the customerinvoice endpoint, is there a way to check the box for "send file to autoinvoice"
... View more
14-06-2024
12:46
Need the OverrideNumberSerie prop in salesorder v3 version . Even if I set allow manuel in the GUI through API, VnF will set the ordernr even if I send in an orderno in the OrderId prop. The only way I can get it to work is to switch it to manual numbering in the GUI
... View more
13-05-2024
16:48
Where is the OverrideNumberSerie prop in salesorder v3 version ? Even if I set allow manuel in the GUI through API, VnF will set the ordernr even if I send in an orderno in the OrderId prop. The only way I can get it to work is to switch it to manual numbering in the GUI
... View more
13-05-2024
08:27
Hi, we're using https://salesorder.visma.net/api/v3/SalesOrders . And there I can't get it to work. If you can, please post the solution.
... View more
08-05-2024
09:33
Trying to add multiple emailaddresses on a deliverycontact when overriding the contact. (ScreenId=SO301000) This works well in the GUI: When posting this, we recieve error on email validation: How can we add several email addresses on the shipping contact on an order, just like in the GUI ?
... View more
01-12-2023
10:59
Where can I send it ? developersupport@visma.com ?
... View more
01-12-2023
10:57
The bAccountId under customers in SalesPerson return on GET the internalId on a customer and not the customerNumber It would be great to have the customerNumber as well.
... View more
27-11-2023
14:19
When creating journalTransactions, creating 1 and 1 works fine. However if one tries to be a little more efficent and run it parallel and send 2 or more at the same time, I get errors back when trying to create it.
Errors returned is normally "Base currency is equal to customer currency" of "Sub account can not be null"
If I just wait 1 sec, and run the exact same post, it works
So the preformance of this rutine is not so good .
... View more
13-11-2023
11:57
Address3 is not populatet in the response on SupplierLocation endpoint. Need a fix ASAP Swagger states it should be:
... View more
13-11-2023
10:46
That makes no sence. We're creating the invoices through API, så it should be populatet regardles of what module is used. There's to many if and buts where and where not attriutes are populatet. Make it easy for us to use the data, and this is one more example of not makeing it easy. Please make the changes and populate the data so it makes it usable for us.
... View more
09-11-2023
12:22
The lineType attribute is missing when using GET on CustomerInvoice/{invoiceNo} I also want to have this on POST so this can be used to set individual linerferences or other references from external system. Or an alternativ is to extend the invoiceLine model and add a new field for that kind of usage.
... View more
09-10-2023
13:34
When getting attributes, https://integration.visma.net/API/controller/api/v1/attribute I expect to get model as described in swagger in return: { "attributeID": "string", "description": "string", "controlType": "Text", "internal": true, "entryMask": "string", "regExp": "string", "details": [ { "valueId": "string", "description": "string", "sortOrder": 0, "disabled": true, "errorInfo": "string", "metadata": { "totalCount": 0, "maxPageSize": 0 } } ], "createdDateTime": "2023-10-09T11:27:19.353Z", "lastModifiedDateTime": "2023-10-09T11:27:19.353Z", "errorInfo": "string", "metadata": { "totalCount": 0, "maxPageSize": 0 } } However that is not the case and both createdDateTime and lastModifiedDateTime is missing
... View more
06-10-2023
10:20
This is of great need, so please extend the response with this as soon as possible.
... View more
Activity Feed for SitterIT
- Posted Missing note on the SupplierPayment endpoint on Forum för Visma Net. 22-04-2025 15:30
- Posted Svar: URL to the record on Forum in Developers Visma.net. 21-03-2025 11:08
- Posted Svar: URL to the record on Forum in Developers Visma.net. 20-03-2025 13:52
- Posted URL to the record on Forum in Developers Visma.net. 18-03-2025 10:02
- Posted Svar: invalid_tenant when exchanging Auth Code on Forum in Developers Visma.net. 24-02-2025 09:39
- Posted invalid_tenant when exchanging Auth Code on Forum in Developers Visma.net. 21-02-2025 12:15
- Posted Error getting subaccounts on Forum in Developers Visma.net. 05-02-2025 20:34
- Posted Error adding new crossReference on inventory on Forum in Developers Visma.net. 23-01-2025 09:49
- Kudoed Add "Send dunning letters by email" to Customer endpoint for Anonymous. 03-01-2025 16:10
- Posted Missing dunningletters on customer on Forum in Developers Visma.net. 07-11-2024 16:09
- Posted Svar: Invoicenumber missing https://salesorder.visma.net/ on Forum in Developers Visma.net. 31-10-2024 12:28
- Posted Invoicenumber missing https://salesorder.visma.net/ on Forum in Developers Visma.net. 25-10-2024 10:20
- Posted Svar: New user email on Forum in Developers Visma.net. 25-10-2024 10:16
- Posted Svar: New user email on Forum in Developers Visma.net. 22-10-2024 10:32
- Got a Kudo for New user email. 04-10-2024 12:04
- Posted New user email on Forum in Developers Visma.net. 04-10-2024 08:54
- Posted Svar: Get Supplier Prices (AP202000) on Forum in Developers Visma.net. 02-09-2024 16:40
- Posted Get Supplier Prices (AP202000) on Forum in Developers Visma.net. 02-09-2024 11:22
- Posted CustomerInvoice Send file to Autoinvoice on Forum in Developers Visma.net. 16-07-2024 11:30
- Posted Setting manual orderno for ordertyp API on Ideas in Developers Visma.net. 14-06-2024 12:46