Document Type should be any of these values: Invoice, DebitNote, CreditNote, Payment, VoidPayment, Prepayment, Refund, FinCharge, SmallBalanceWo, SmallCreditWo, CashSale, CashReturn, Undefined, NoUpdate
... View more
Works againg if generating new token, but this is not an acceptable solution. The need to generate about 100 new tokens - with all communication with customers and so on is not the way to go. We need to know when this will be fixed.
... View more
A lot (all?) clients get this error message consistent right now {
"ExceptionType": "IPPException",
"ExceptionMessage": "Exception while trying to validate user context in ODP based on token.",
"ExceptionFaultCode": "12020",
"ExceptionMessageID": "12020_677cbe00-b346-48ec-a26e-d0b4300b4786",
"ExceptionDetails": ""
} < HTTP/1.1 401 Unauthorized
< Date: Wed, 01 Jun 2022 05:09:18 GMT
< Server: Nginx
< Strict-Transport-Security: max-age=31536000; includeSubDomains
< Content-Type: application/json
< ipp-request-id: dbfe87ed-f34e-4ac1-aaa5-4408c684e6ee
< Transfer-Encoding: chunked
... View more
Hi The error came from clients with no WEBVARE attribute. The API also started to show Errors if we asked for a value type other than the one specified on the attribute, like 1 instead of B2C. Got in contact with you through other channels and validation of the attributes parameter was a new feature toggle for the whole API that has now been switched off. Working again now.
... View more
Starting yesterday afternoon requests to the inventory endpoint with attributes parameter failes with 400 Bad Request GET
https://integration.visma.net/API/controller/api/v1/Inventory?addCostPriceStatistics=true&expandSupplierDetails=true&expandAttachment=true&lastModifiedDateTime=2022-04-05 15:46:14&lastModifiedDateTimeCondition=%3E&attributes=%7B%22WEBVARE%22%3A1%7D&pageNumber=1
400 Bad Request
{
"message": "Attribute 'WEBVARE' not found"
}
... View more
This have started to occur on another client as well now (2195430). Its not working now, i did not work yesterday afternoon either. I noticed it monday as well. It seems like it stops working and then starts again at about the same time each day, at least it did that on monday and tuesday.
... View more
Hi This is stilll an issue. Sometimes the results are retunred as they should, other times, like now there is returned 0 bytes (ipp-request-id: 31d3cfe6-8bf3-4de1-990e-10d3cf4b4fce). All request, both failing and working, is to VnfInstanceId: ERP_NO_REAL_0031
... View more
It looks like the error occurs only for one ipp-companyid ( 3464226 ). Other clients do return a result. One other thing. Using only pageNumber (and not pageSize) returns all records. I think there have been a default pageSize for this endpoint earlier?
... View more
Nope, back to returning an empty response One of the failed requests: ipp-request-id: 919f12d9-227a-4192-892b-98f9cbf34c14 ipp-company-id: 3464226
... View more
As said, this is with dunninglevel-parameter, not lastmodified - but is acting the same way as the starter of this thread described it Do a get to https://integration.visma.net/API/controller/api/v1/customerinvoice?dunninglevel=1 for whatever client. 0 bytes is returned
... View more
I'm experiencing the same for /controller/api/v1/customerinvoice/?dunningLevel=1&pageNumber=1 200 OK But no body returned ipp-request-id: 8147c30b-4721-4239-96fe-2cce4787024d Content-Length: 0 I have tested with 10 different ipp-company-id's - all with the same result
... View more
All calls to salesorder gives this error message now {
"ExceptionType": "IPPException",
"ExceptionMessage": "Requested URI does not exist: /api/v1/SalesOrder",
"ExceptionFaultCode": "12003",
"ExceptionMessageID": "12003_ea6589d6-09f7-4000-9b4d-e232b731137e",
"ExceptionDetails": ""
}
... View more
Hi 1. Yes. A lot of the products have attachments. The attachment property is not returned at all. 2. Tried with https://integration.visma.net/API/controller/api/v1/Inventory?lastModifiedDateTime=2021-08-31 00:00:01&lastModifiedDateTimeCondition=%3E&attributes=%7B%22HORECA%22%3A%22yes%22%7D Same result. No attachment property is returned 3. I'm testing in Insomnia.
... View more
Hi All Products are missing Attachments - its missing completely from the returned JSON, not even an empty array. This is the attribute {
"id": "WEBVAREB2C",
"value": "1"
} This is the definition {
"attributeID": "WEBVAREB2C",
"description": "Webvare B2C",
"controlType": "Checkbox",
"internal": false,
"details": [],
"metadata": {
"totalCount": 25,
"maxPageSize": 1000
}
} One note This https://integration.visma.net/API/controller/api/v1/Inventory?lastModifiedDateTime=2021-08-31 00:00:01&lastModifiedDateTimeCondition=%3E And this https://integration.visma.net/API/controller/api/v1/Inventory?expandAttachment=true&lastModifiedDateTime=2021-08-31 00:00:01&lastModifiedDateTimeCondition=%3E Both returns attachments. Do the expandAttachment parameter have any function?
... View more