Gebruikersprofiel
Magnus Johnsen
1050
Berichten
112
Kudos
172
Oplossingen
‎12-10-2020
08:22
I looked closer and realized that I was building the request URL using PHP's http_build_query which converts boolean values to 0 or 1. So I was making the request with "expandSalesCategories=1" instead of "expandSalesCategories=true". My bad!
... Meer weergeven
‎09-10-2020
14:33
Ok, please let us know if we can do anything else.
... Meer weergeven
‎09-10-2020
10:18
And: than we also have solved the timing problem... (from the other post)
... Meer weergeven
‎07-10-2020
16:52
1 Kudo
Thanks for the detailed answer. So far we think we can use the addressinformation directly from the Supplier Endpoint. I still don't understand why these VAT-supplier locations are accessible through the API. We have checked that they are not extended to/as customers either, But on the other side - if this is bug - its maybe a bit problematic to count on this possibility to get around the missing funcionality. Just now we don't have a full overview yet if we really need to get the location information or if its enough to get the mainaddress from the supplier. Florian
... Meer weergeven
‎07-10-2020
15:31
I can confirm that this works. Florian
... Meer weergeven
‎02-10-2020
08:59
Hi, Thanks, this was indeed was I was looking for. Thanks for your response and help!
... Meer weergeven
‎01-10-2020
15:13
If you are looking for the items on the creditNote you should use customerCreditNote, if you are looking for what invoice it has been applied as a payment to you should use customerPayment.
... Meer weergeven
‎01-10-2020
12:00
Hi,
Is it the JSON file for Swagger you are looking for? If so, please have a look at this post: Visma.NET Open API Specification (swagger.json)
I'm still not sure exactly what you are asking for, but some of these values you can find in the Segment Keys(ScreenId=CS202000 in the UI)/Dimensions endpoint via the API.
We would recommend that you get familiar with the UI as well since the API generally behaves in the same way.
If you are not finding what you are looking for, you can write a post in the Ideas part of the forum. Here other users can also vote for your idea, which in turn influences the development teams assesment of it. Please include as much details as you can, preferably also the screenID's from where it is available in the UI as well as screenshots, fieldnames etc.
... Meer weergeven
‎29-09-2020
12:52
Hi,
As of now, there is no possibility to check this before adding the line.
If you have a need for this, please post it in the ideas part of the forum so that the development team can review it.
Thank you.
... Meer weergeven
‎29-09-2020
11:38
Hi,
1. If you want to get all creditNotes for one customer you use the customer/document endpoint with the document type parameter:
As it is mentioned in the message, the deprecration is only for the specific endpoints. It works for the document endpoint.
If you want to get creditNotes for all customers, you either use, customerCreditNote:
Or, customerPayment with the paymentType CreditNote:
2. No an invoice needs to have a positive amount.
3. A credit note created in the invoice module is a credit note, and will also show up in the customer payment module.
I would recommend that you have a look at how it behaves in the UI on the screenId's that are shown in the screenshots.
... Meer weergeven
‎25-09-2020
15:08
Hi,
As per Yildirims answer to your Ideas thread, I was misstaken.
Segment Key > Segment Values can be fetched via Dimension Endpoint.
... Meer weergeven
‎25-09-2020
09:59
Hi,
The best way to find out this information apart from getting the document via the API and looking at the fields is to check Swagger.
What ScreenID corresponds to what endpoint van be seen in the header:
For what the fields are corresponding to, you can check the description of the model:
... Meer weergeven
‎22-09-2020
14:12
Have you been able to collect a JSON where this issue occurs or has it not happened yet?
... Meer weergeven
‎22-09-2020
10:55
thanks Magnus!
... Meer weergeven
‎22-09-2020
09:36
Hi, yes thank you. But I hope you understood why we are to doing so even if you not recommend it. Otherwise we have to introduce a new parameter here in the portal which has to be setup correct dependend on the setup of the number series in Visma.Net. It would be nice and easier if this always would work like expected. Florian
... Meer weergeven
‎16-09-2020
16:09
Yes you are right. Sorry this was a bit of confusion about the types since the UI and api not matches here. Florian
... Meer weergeven
‎16-09-2020
11:26
Hi,
Yes, that is correct.
They are made to optimize performance and resolve SQL issues.
... Meer weergeven
‎16-09-2020
10:24
1 Kudo
This is then problem with filtering and pagination -- also described here: https://community.visma.com/t5/Forum-in-Developers-Visma-net/Issue-with-filtering-of-attributes/m-p/320750#M337
... Meer weergeven
‎16-09-2020
07:25
I agree the issue have to be fixed - and wait for V2 -- but it applies for all endpoints with pagination so some work to do for Visma. It would actually help with totalCount in header; because now I have no idea how many calls to do. I get empty json and 200 when calling the first page. In this case I also get empty json and 200 when calling the next 30 pages. I also get empty json and 200 when calling non-existing page 55. So how to know when to stopp trying? At least if I knew there are 3197 records; I could call only 32 pages of 100. totalCount in header would be a pain killer while waiting for the real treatment -- V2
... Meer weergeven
‎15-09-2020
15:35
Hi Magnus, We have implemented the workaround you suggested, and so far it seems to be working as expected. Thanks a lot for your help!
... Meer weergeven
‎15-09-2020
10:06
1 Kudo
Hi!
For feature requests, we ask that you post these in the Ideas part of the forum.
We'll move it for you.
Thank you!
... Meer weergeven
‎14-09-2020
14:58
Hi,
As this is regarding Visma.Net Financials ERP setup, we would recommend that you get in contact with your ERP consultant at consultancynl@visma.com.
When you have this setup as per your needs, feel free to ask us here on the forum regarding your API inquiries.
Thank you.
... Meer weergeven
‎14-09-2020
12:21
Hi,
This should be added in the definition of the Payment Method(ScreenId=CA204000):
... Meer weergeven
‎11-09-2020
12:12
Hi,
As of now this does not look like it is possible.
For features you have a need for, we would recommend that you post it in the Ideas part of the forum.
Posts here will be considered to be implemented by the development team, other users will also have the possibility to vote for your suggestion, which will influence the priority when deciding what features to implement.
Thank you.
... Meer weergeven
‎10-09-2020
10:37
Hi,
Alright, please let us know if anyone is still having them or if they are showing up again.
Thank you.
... Meer weergeven
‎07-09-2020
12:24
Hi,
What endpoint are you calling to get the information that you need?
Are you able to get the balances grouped as you like in the UI?
If so, please provide the screenID and screenshots so that we can have a look at this.
Generally, the API can provide you with the same information as the UI is able to do.
Thank you.
... Meer weergeven
‎04-09-2020
13:59
Hi Yildirim, The visma consultant helped the customer change this underscore char in their Financials, because they already had 1000's of items with _ in the itemno. So they changed the placeholder char to *
... Meer weergeven
‎03-09-2020
10:17
Hello, thank you for the quick reply, after some clarifications, the dev team was referring to the description.
... Meer weergeven
‎02-09-2020
10:14
Thanks for the clarifications. I will try to increase the timeout. The timestamps I have provided is from our ISV environment, I am not sure where to find the client Id, but the company Id is 2749986
... Meer weergeven
Activiteits-feed voor Magnus Johnsen
- Kudos krijgen voor Re: Including Attributes when getting multiple Projects. ‎17-05-2024 09:03
- Kudos krijgen voor Re: Budget API is not retrieving inactive subaccounts. ‎21-12-2023 14:28
- Kudos gegeven aan Extend customerPayment API endpoint with the financeCharges and deductedCharges attributes voor Norrbäck. ‎19-12-2023 09:36
- Kudos krijgen voor Visma.net statement regarding Connect Authentication. ‎18-12-2023 09:33
- Kudos krijgen voor Svar: Problem with Visma.net API - missing external codes in extract. ‎16-11-2023 20:29
- Kudos krijgen voor Re: POST CustomerInvoice. Error: 'RevisionID' cannot be empty.. ‎21-09-2023 16:29
- Kudos krijgen voor Re: POST CustomerInvoice. Error: 'RevisionID' cannot be empty.. ‎21-09-2023 15:10
- Kudos krijgen voor Re: many companies ERP service API. ‎18-09-2023 13:07
- Kudos krijgen voor Re: POST image Base64. ‎15-09-2023 12:06
- Kudos krijgen voor Re: Issue posting salesorder with currency gives wrong unit price. ‎11-09-2023 10:33
- Kudos krijgen voor Re: CORS Errors with API requests from local proxy server with SPA Integration. ‎01-09-2023 08:14
- Kudos krijgen voor Re: Retrive data from Visma.net ERP Service API. ‎28-08-2023 14:24
- Kudos krijgen voor Svar: create a customer invoice from a shipment?. ‎23-08-2023 13:43
- Kudos krijgen voor Re: GET on journaltransactions stops with empty data. ‎21-08-2023 14:05
- Kudos krijgen voor Re: Supplier response ERP Service API. ‎18-07-2023 15:48
- Kudos krijgen voor Re: Response does not have all values. ‎17-07-2023 11:21
- Kudos krijgen voor Re: how can I get accrual keys. ‎12-07-2023 13:03
- Kudos krijgen voor Re: Unable to update account on PO line. ‎14-06-2023 11:11
- Kudos krijgen voor Re: How to get a token with postman using Visma Connect Authentication. ‎15-05-2023 16:40
- Kudos krijgen voor Svar: SalesOrders v3 - Error 500 on customer, but not another. ‎13-04-2023 13:58