to get a personalized navigation.
to get a personalized navigation.
Hi,
after lunch today we dont get the information for external codes via our API from visma.net. No error message, the fields are just empty. Doublechecked our visma.net and the values are still there but they dont get extracted.
Solved! Go to Solution.
Hi,
The old fields will be deprecated, we recommend updating your solution to use the new fields, but for now it will still work with the old fields.
Ok, thank you! good to know. It would be appreciated if you could give us a timeline or a phase out date for the old solution so that we will not get suprised again. Thank you in advance!
Hi,
The due date for the removal of the old fields can be found in the release notes:
[Release Notes] - Visma.Net API 9.70.0 - 14.11.2023
HI,
There are improvements in the GET Account API endpoints. Both, the 'Get a specific account' and the 'Get a range of accounts' endpoint will include values for:
- Control account module
- Allow manual entry
- Public code
- External code 1
- External code 2
- Analysis code
in their responses. In addition, it is possible to set filters on
- Public code
- External code 1
- External code 2
- Analysis code
in the 'Get a range of accounts' endpoint.
These fields now look like this:
"externalCode1Info": {
"number": "string",
"description": "string"
},
"externalCode2Info": {
"number": "string",
"description": "string"
}
Thank you for your answer! How do we need to adapt our SQL coding to retrieve the string from the externalCode1Info - number? in our example below we tried different alternatives but did not succeed
Hi,
The development team is currently looking into if this needs to be rolled back or fixed in another way.
Edit:
Post has been removed due to including an API token in the print screen.
Please share the image again after obscuring the authentication part.
Hi,
What values from what endpoints are you having issues getting?
Copyright © 2022 Visma.com. All rights reserved.