User Profile
Gordana_Abacus_IT
66
Posts
1
Kudos
9
Solutions
05-05-2025
13:41
Awesome!
... View more
08-02-2025
19:58
Why is it not possible to update the payment method for released invoices when this can be done in Visma?
... View more
06-02-2025
08:52
looks like it works now
... View more
03-12-2024
13:53
I recommend trying this in the UI first, if you haven't already. Once it works in the UI, please write the workflow using the Screen IDs. This will make it easier for me to assist you with how to do this using the API.
The information below comes from the UI documentation on adding a purchase order to supplier invoice, and on how to use Link Line. My first thought is that the “require receipts” could be the cause for this “cannot be found in the look-up table”- error.
... View more
24-10-2024
09:46
Någon mer som får samma problem? Insert Attachment for Journal transaction 113193. Error: InternalServerError Error: VismaId: 3a84118a-2067-4f75-a767-c466db829031. Error creating supplierInvoice. A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: TCP Provider, error: 0 - The specified network name is no longer available.) Har Visma drift problem eller?
... View more
08-10-2024
17:13
Hej!
Med hjälp av anropet “.../action/voidinvoice” kan du annullera balanserade fakturor. För att göra detta kan du först köra anropet “.../action/prebook”.
Om det är vad du vill göra kan du följa dessa steg: 1. Kontrollera i ScreenId=CS100000 att du har aktiverat Expense prebooking/Ankomstregistrering Leverantörsreskontra.
2. Kör anropet: /controller/api/v1/supplierInvoice/{documentType}/{invoiceNumber}/action/prebook
3. Kör anropet: /controller/api/v1/supplierInvoice/{documentType}/{invoiceNumber}/action/voidinvoice
Besvarar det din fråga?
... View more
13-09-2024
12:14
Hi Gordana,
This seems a bit strange. I'd suggest maybe trying this in Postman aswell as a last time effort. However if that does not work then I recommend contacting your respective country for further troubleshooting as we can't have sensitive data on this forum. You can find more information here on who to contact.
BR,
Suzdar
... View more
06-07-2024
22:55
All right, thank you. We'll have to do that then. The OpenAPI specification does list a "Delete" option in the DtoSegmentValueUpdateDtoBase model. Hence why we thought it's possible. So that specification should probably be updated to reflect that it's not possible.
... View more
10-05-2024
15:02
Hi!
This should be possible, the difference between a normal invoice line and a taxDetail line is that there should only be one tax detail line per taxId. You don't need to specify line number or operation because what you send overwrites the line with the same TaxID that you send
... View more
22-04-2024
11:39
Hi! There is only a GET option for this endpoint, you are correct. A suggestion for new functionality has been entered on the Ideas page, https://community.visma.com/t5/Ideas-in-Developers-Visma-net/Customer-salesprice-ScreenId-AR202000-endpoint/idi-p/535522 but at this stage there are no plans to implement this.
... View more
04-04-2024
15:49
1 Kudo
Löst
... View more
02-04-2024
09:18
Hi, We had some input from the development team regarding the structure of the request. The request must be sent with an "insert" operation and should not contain two operations. Please try the following.
{
"invoiceLines": [
{
"operation": "Insert",
"lineNumber": {
"value": 1
},
"splitLine": {
"value": true
},
"splitHierarchy": {
"value": "1"
},
"transactionDescription": {
"value": "Prelbokad via verifikat 100320 - Levfaktura nr G15 - Lev. 50"
},
"costInCurrency": {
"value": 20.0
},
"accountNumber": {
"value": "4031"
},
"subaccount": [
{
"segmentId": 1,
"segmentValue": "0"
},
{
"segmentId": 2,
"segmentValue": "00000"
},
{
"segmentId": 3,
"segmentValue": "000"
},
{
"segmentId": 4,
"segmentValue": "00"
},
{
"segmentId": 5,
"segmentValue": "000"
}
],
"note": {
"value": ""
}
}
]
} Kind regards Sandra Anté
... View more
25-03-2024
12:23
Hi, Please make sure that the subaccount combination is set up in the subaccount register window (GL203000). Kind regards Sandra Anté
... View more
18-01-2024
15:39
all account have vatcategory id
... View more
18-01-2024
15:14
segment value is valid
... View more
09-01-2024
09:51
That field is the same, however, the county field and some other fields were incorrect which in turn triggered the error incorrectly.
... View more
16-11-2023
14:57
The link has been updated: https://community.visma.com/t5/Knowledge-base-in-Developers/xxx-of-SubAccount-can-t-be-found/ta-p/272417
... View more
16-11-2023
12:32
The question is no longer relevant. add segment value is possible through PUT.
... View more
21-10-2023
12:08
This weekend we are moving Visma.net ERP from AWS to Azure. This has been published on the forum and other places. The application will be unavailable for the weekend. We will post when the application is up and running here https://status.visma.com/ Sorry for the issues this cause you.
... View more
13-10-2023
11:00
Found error, documentType is missing in endpoint
... View more
11-10-2023
10:07
last 10 days commer vatId without any problems. We'll have to wait and see how things turn out in the future.
... View more
29-09-2023
09:36
Hi,
That depends on how your customers have their subaccounts set up.
... View more
26-09-2023
11:23
I have found errors. it is VAT rounding, for example 165.50 is rounded to 165 (api) instead of 166.
... View more
18-09-2023
12:59
1 Kudo
Hi,
Yes each company has their own tenantID.
... View more
15-09-2023
10:48
1 Kudo
Hi,
You can add an image as an attachment to a supplierInvoice via:
Send it as form-data.
... 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
10-07-2023
15:07
1 Kudo
Hi,
Use the defferalCode endpoint for this:
... View more
Activity Feed for Gordana_Abacus_IT
- Posted Svar: Landed Cost functionality for POST SupplierInvoice on Ideas in Developers Visma.net. 16-04-2025 15:25
- Posted Update Payment Method when invoice is Released on Forum in Developers Visma.net. 08-02-2025 19:58
- Posted Get subaccount error. Object reference not set to an instance of an object. on Forum in Developers Visma.net. 05-02-2025 22:08
- Posted Supplier invoice with Purchase order connect error on Forum in Developers Visma.net. 26-11-2024 14:27
- Posted Internal Server Error on Forum för Visma Net. 24-10-2024 09:46
- Posted Action Void invoice on Forum in Developers Visma.net. 07-10-2024 16:31
- Posted Re: Get suppliers gives no response on Forum in Developers Visma.net. 12-09-2024 10:42
- Posted Re: Get suppliers gives no response on Forum in Developers Visma.net. 11-09-2024 14:40
- Posted Re: Get suppliers gives no response on Forum in Developers Visma.net. 11-09-2024 14:18
- Posted Get suppliers gives no response on Forum in Developers Visma.net. 11-09-2024 13:59
- Posted Svar: Update or delete dimensions segment on Forum in Developers Visma.net. 18-06-2024 15:47
- Posted Update or delete dimensions segment on Forum in Developers Visma.net. 17-06-2024 12:24
- Posted Tax details line PUT on Forum in Developers Visma.net. 08-05-2024 09:15
- Posted Customer sales price on Forum in Developers Visma.net. 22-04-2024 09:15
- Got a Kudo for Svar: PREBOOK update line. 08-04-2024 13:35
- Posted Svar: PREBOOK update line on Forum in Developers Visma.net. 04-04-2024 15:49
- Posted PREBOOK update line on Forum in Developers Visma.net. 04-04-2024 14:54
- Posted Svar: Split row (update/insert) on a prebooked invoices on Forum in Developers Visma.net. 26-03-2024 15:11
- Posted Svar: insert customer invoice response subaccount not exist on Forum in Developers Visma.net. 25-03-2024 12:00
- Posted insert customer invoice response subaccount not exist on Forum in Developers Visma.net. 25-03-2024 11:55