User Profile
Gabriella Hennings
70
Posts
6
Kudos
1
Solution
08-02-2024
10:28
to which email should I send it?
... View more
08-02-2024
09:39
HI, I found an email adress to the API support, and got help that way, so problem is solved and the API calls or the scenario are passing through the firewall with OK result as of now.
... View more
08-02-2024
09:38
HI Is there changes in the CustomerInvoice Endpoint? As of yesterday morning we have one integration which suddenly stopped working and we can not create customerinvoices anymore. All the invoices get the same error, and I have also tried with old invoices which have been created without problem earlier. error: { "message": "VismaId: 33469094-37dc-4603-bac7-fb73b728a50e. Value cannot be null.\r\nParameter name: source"
} first error occured approx 8 am yesterday
... View more
29-01-2024
08:41
Hi We are having trouble with the Severa/PM API, some of our calls are getting blocked by Severa firewall. And in the documentation it says to contact API Support, but as far as I know there is no dedicated API support, so I am trying to post here, and maybe someone can forward it to the right contact person?
... View more
29-01-2024
08:34
Jag har problem med att vissa anrop i våra integrationer blir blockerade av någon brandvägg i PM. Kollar man i dokumentationen står det att man skall kontakta API support men så vitt jag vet finns det inget speciell API support/utvecklar forum för PM, så jag testar här. detta är akut, då det sker i integrationer som ligger skarpt och anropen går igenom ibland och ibland inte.
... View more
05-01-2024
11:41
and we are getting Bad Gateway in all API calls in almost all our integrations, AGAIN. this is not okay!
... View more
18-12-2023
08:53
We are getting 500, internal server error in every call against the service API (this week again), since early this morning.
... View more
13-12-2023
09:57
I see now that i have unfortunately have added same object twice in the array of values, most likely that's what causes the error, but you would really wish for some better error message in the response
... View more
13-12-2023
09:15
Hi When you try to update multiple segment values in a dimension you can error from the API. please find example json below. It works fine if you just add one item in the segmentvalues array, but not if you add more than one. I have tried both in the integration and in swagger, same response from the API. "message": "VismaId: 91d5b15a-9976-4807-9302-ff15068da787. Object reference not set to an instance of an object." { "segmentValues": [ { "operation": "Insert", "value": "310", "description": { "value": "Cagil Kayan Widegren" }, "active": { "value": true } }, { "operation": "Insert", "value": "310", "description": { "value": "Cagil Kayan Widegren" }, "active": { "value": true } }, { "operation": "Insert", "value": "290", "description": { "value": "Sandra Björklin" }, "active": { "value": true } }, { "operation": "Insert", "value": "290", "description": { "value": "Sandra Björklin" }, "active": { "value": true } } ], "dimensionId": "subaccount", "segementId": 2, "description": { "value": "Resultatenhet" } }
... View more
08-12-2023
09:04
1 Kudo
Hi We have a lot of problem with almost all of our integrations since early this morning, Almost all API calls are returning Bad Gateway 502 response. some example of endpoints are CustomerInvoice, Inventory, SupplierInvoice (error in both GET, POST calls)
... View more
27-11-2023
14:27
Any idéas why we encounter this problem? I can also add that I have tried the integration against another company and it works fine.
... View more
27-11-2023
11:16
HI I get SQL error when when we tries to create journal transactions fpr one customer. It indicates that Ledger is null, but it's "1" in the request, and it also exists in the customer setup. VismaId: ca46eb5d-d476-446f-b93e-ada343ef5f62. Error creating journal transaction. Cannot insert the value NULL into column 'LedgerID', table 'ERP_SE_DEMO_0020.dbo.GLTran'; column does not allow nulls. INSERT fails.
The statement has been terminated. example json in the request: {
"hold": {
"value": true
},
"transactionDate": {
"value": "2023-11-27 11:12:38"
},
"ledger": {
"value": "1"
},
"description": {
"value": "Bambora"
},
"journalTransactionLines": [
{
"operation": "insert",
"accountNumber": {
"value": "1931"
},
"debitAmountInCurrency": {
"value": 137969.25
}
},
{
"operation": "insert",
"accountNumber": {
"value": "1580"
},
"creditAmountInCurrency": {
"value": -137969.25
}
}
]
}
... View more
17-11-2023
09:16
I also have the same problem, have tried to flush dns, but still same error -- ---> System.Net.Http.HttpRequestException: No such host is known. (salesorder.visma.net:443) ---> System.Net.Sockets.SocketException (11001): No such host is known.
... View more
17-11-2023
08:35
HI since yesterday we are getting error when creating a salesorder in the salesorder api, this is critical. it's black friday/black week and one of our customers can not create any orders from the webshop. the integrations has been running without problem for several months and the error started yesterday morning. --- System.Exception: Error retrieving response. Check inner details for more info. ---> System.Net.Http.HttpRequestException: No such host is known. (salesorder.visma.net:443) ---> System.Net.Sockets.SocketException (11001): No such host is known.
... View more
21-06-2023
11:03
Our integrations are also up and running again. But I would like to hear an explanation from Visma how this can happen. It causes severe issues for our customers.
... View more
21-06-2023
08:59
we seem to have problem with all endpoints in the salesorderapi, same with the customer endpoint. we have several integrations not working at the moment. this is critical and not acceptable!
... View more
21-06-2023
08:39
1 Kudo
Hi after approx. 01 today we only get internal server error from salesorder api, in the GET request. we get the errors when adding the modifiedSince parameter? it has been working fine until tonight. I have also tried to run the request in swagger, same there, 500 error. and no message. (I have also tried 2 different customers, same error) have you made any updates?? This is really urgent since we don't receive any orders back. I see that the naming of the lastchanged parameter seems to be different in different requests, but I don't know if it has always been like that or if that has something to do with it.
... View more
09-06-2023
15:40
HI when you create an new order trough the sales order api the inventory itemno seems to be case sensitive. if I try to create an item with itemno "MO121231", and they have made a mistake in visma.net and written "mo121231", the item is not found and you get error back from the api: 1804-InventoryIdNotFound, InventoryId cannot be found or is invalid, orderLines[0].inventoryId. (if you change it to match exactly it works and the order gets created) It can not be that sensitve, it must be a bug, can you please fix it. best regards
... View more
09-06-2023
15:11
This has appeared as an issue again? but this time I get error and inventory not found?
... View more
15-05-2023
15:56
Here is how the non-stock kit item looks. All of the components are stock items with lot-tracking: And here it is on a shipment: And the allocations, with already pregenerated lots. As you can see, they have different product number too. I can update existing rows here in the allocation, but I can't insert new once through the API. All of the allocations reference the same shipment row, so therefor i don't understand how it would know the product number of the lot/seriel i would be inserting as a new row. What am i missing?
... View more
08-05-2023
16:19
Hello, What company settings is that? So you are able to insert new allocation lines to non-stock kit item, where the components need lot numbers? How do you specify the inventory id? From what i can see there are no property for it in the API, so how does the system know which inventory item I'm referring to? Do you see any faults in the json above?
... View more
02-05-2023
08:50
I have a non stock item including one stockitem component that has lot/serial tracking. I generate the shipment below, and then i remove the allocation line because i want to set it myself. https://integration.visma.net/API/controller/api/v1/shipment/000367 "shipmentDetailLines": [ { "operation": "Update", "lineNumber": { "value": 1 }, "allocations": [ { "operation": "Insert", "lineNbr": { "value": 1 }, "location": { "value": "1" }, "lotSerialNumber": { "value": "000002" }, "quantity": { "value": 1 } } ] } ] Server responds 204 But nothing is inserted in the allocation
... View more
27-04-2023
11:57
Hello, This has to do when using kit assembly product. How do I insert new allocations to a shipmentline? There is no field to specify what productnumber i want to insert. Right now it does not work howerver i try. Could you give show me a example on a request to insert new allocationlines for a kit assembly product?
... View more
26-04-2023
10:23
Still no news concerning this matter? It is very urgent for us, and it's not working. We have a customer which can not create/release these kind of orders trough their wms system since it's not working with the API. can you please provide with a solution how this should work and how it should be done?
... View more
26-04-2023
10:13
Hi +1 on this error, since yesterday we are experiencing the same error, but in our case it concerns salesorders and cashtransaktions
... View more
24-04-2023
15:21
Hi Any comments or info concerning how this is meant to work? best regards
... View more
17-04-2023
14:47
I just realized that inserting new allocations will never work? There are no property to set which product number the serielnumber is of?
... View more
17-04-2023
13:37
When adding a shipment to a salesorder via the API, the shipment allocations are already set with what seemes to be a suggestions by the system. Is it possible to turn this off? How do you add new allocation lines of components? I just can't get it to work. Could you provide a example of how the json object should look? When I'm trying to update a shipment with data below, i get the following error: "message=VismaId: d469ffd1-6e70-483f-ab72-c426ecb31b64. Object reference not set to an instance of an object." {
"shipmentType":{
"value":"Issue"
},
"shipmentDetailLines":[
{
"operation":"Update",
"lineNumber":{
"value":1
},
"allocations":[
{
"operation":"Delete",
"lineNbr":{
"value":2
},
"lotSerialNumber":{
"value":"2014.31"
},
"quantity":{
"value":2.000000
}
},
{
"operation":"Delete",
"lineNbr":{
"value":3
},
"lotSerialNumber":{
"value":"2014.32"
},
"quantity":{
"value":2.000000
}
},
{
"operation":"Delete",
"lineNbr":{
"value":4
},
"lotSerialNumber":{
"value":"2014.33"
},
"quantity":{
"value":2.000000
}
},
{
"operation":"Insert",
"lotSerialNumber":{
"value":"2014.31"
},
"quantity":{
"value":1.0
}
},
{
"operation":"Insert",
"lotSerialNumber":{
"value":"2014.93"
},
"quantity":{
"value":1.0
}
},
{
"operation":"Insert",
"lotSerialNumber":{
"value":"2014.32"
},
"quantity":{
"value":1.0
}
},
{
"operation":"Insert",
"lotSerialNumber":{
"value":"2014.94"
},
"quantity":{
"value":1.0
}
},
{
"operation":"Insert",
"lotSerialNumber":{
"value":"2014.98"
},
"quantity":{
"value":1.0
}
},
{
"operation":"Insert",
"lotSerialNumber":{
"value":"2014.97"
},
"quantity":{
"value":1.0
}
}
]
}
]
}
... View more
17-04-2023
13:21
I have one allocation array for each line. Where do you see that i have multiple allocation arrays for each line? And as i stated before, this works like 90% of the times. Sometimes it just wont work the first time, but it does the second.
... View more
14-04-2023
08:53
1 Kudo
Hej vi har problem med att "projekt uppdaterat"-datum (Senast ändrat datum) inte alltid ändras/uppdateras när man ändrar någon information på projekten. det gör det väldigt svårt och omständligt att fånga upp ändringar i projekt ur ett utvecklarperspektiv (genom API:et) när man endast vill hämta förändrade projekt. (ohållbart att hämta alla projekt varje gång när det rör sig om väldigt mycket projekt i installationerna) Datumet ändras exempelvis inte när man uppdaterat projektet med nyckelord eller när man ändrar något i faserna. (det går visserligen att får ut ändrade faser separat genom API:et men då får man hämta alla ändrade faser och sen till vilket projekt det hör, vilket också känns ganska omständligt.) Båda dessa värden hör ju ihop med projektet och bör rimligtvis trigga att projektet har förändrats. projekt utan nyckelord projekt där jag precis lagt till nyckelord, datumet är det samma och det går inte fånga upp att projektet har förändrats.
... View more
Activity Feed for Gabriella Hennings
- Posted Svar: any changes in customerinvoice endpoint? on Forum in Developers Visma.net. 08-02-2024 10:28
- Posted Svar: API calls blocked by Severa/PM firewall on Forum in Developers Visma.net. 08-02-2024 09:39
- Posted any changes in customerinvoice endpoint? on Forum in Developers Visma.net. 08-02-2024 09:38
- Posted API calls blocked by Severa/PM firewall on Forum in Developers Visma.net. 29-01-2024 08:41
- Posted anrop mot PM/Severa blir blockerade av brandvägg on Forum för Visma.net Project Management. 29-01-2024 08:34
- Posted Bad Gateway 502, in all API calls, AGAIN (!) on Forum in Developers Visma.net. 05-01-2024 11:41
- Posted 500 Error in every API call, Visma.NET service API on Forum in Developers Visma.net. 18-12-2023 08:53
- Posted Svar: Error when update segmentvalues on Forum in Developers Visma.net. 13-12-2023 09:57
- Posted Error when update segmentvalues on Forum in Developers Visma.net. 13-12-2023 09:15
- Got a Kudo for URGENT. Bad Gateway 502 in multiple integrations. 08-12-2023 09:06
- Posted URGENT. Bad Gateway 502 in multiple integrations on Forum in Developers Visma.net. 08-12-2023 09:04
- Posted Svar: SQL error when creating journal transactions on Forum in Developers Visma.net. 27-11-2023 14:27
- Posted SQL error when creating journal transactions on Forum in Developers Visma.net. 27-11-2023 11:16
- Posted Re: Getting DNS error when posting Salesorder v3 on Forum in Developers Visma.net. 17-11-2023 09:16
- Posted critical error posting orders to salesorder api on Forum in Developers Visma.net. 17-11-2023 08:35
- Got a Kudo for create a customer invoice from a shipment?. 26-09-2023 09:51
- Got a Kudo for Senast uppdaterat datum uppdateras ej när man lägger till nyckelord på projekt. 21-08-2023 08:48
- Kudoed Re: error in salesorder API creating sales order for Yıldırım. 04-07-2023 15:45
- Posted Svar: URGENT! 500 error in salesorder api in GET request after 01 today. on Forum in Developers Visma.net. 21-06-2023 11:03
- Posted Svar: URGENT! 500 error in salesorder api in GET request after 01 today. on Forum in Developers Visma.net. 21-06-2023 08:59