Hi, We are having troubles creating a salesorder via POST: https://salesorder.visma.net/api/v3/SalesOrders It works fine to a demo company but to prod company we get 500 - Internal Server Error We have checked the settings in Prod and it checks out. I have sent mail to developersupport@visma.com but havent got any reply. The order is really simple, so i cannot find any issues that would cause a 500. Anyone had this issue before, and what was the solution then? { "customer": { "id": "12177", "order": "ORD011" }, "type": "MO", "status": "Hold", "orderLines": [ { "inventoryId": "999999", "taxCategoryId": "12", "unitPrice": 845.0, "quantity": 1, "description": "ABC" } ] }
... View more