Ok, thank you. Now is another ERROR, but segments exist with this ID and value I pass with the object. { "message": "VismaId: 47d95459-d0e5-47c9-a871-7efe35050131. Error creating document. Error: Uppdrag/ÄTA of SubID do not exist."
} object
... View more
Will it be possible in the near future? There are many Construction companies that want to have ÄTA-work together with projects number (project management) inside Visma when create customer invoices.
... View more
From servicelog Error: InternalServerError Error: VismaId: 3593668b-3ed6-4c57-8eb1-466ba02181b4. Error updating supplier invoice. A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The wait operation timed out.) IPP exception during the week end
... View more
We have a service that is integrated with Visma Financial. As of this morning each request gives in response status code BadGateway and IPP exception. [CODE]<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Exception> <ExceptionType>IPPException</ExceptionType> <ExceptionMessage></ExceptionMessage> <ExceptionFaultCode>5102</ExceptionFaultCode> <ExceptionMessageID>5102_d568df6c-b070-4c69-a6fb-bbf4fa01f980</ExceptionMessageID> <ExceptionDetails></ExceptionDetails> </Exception>[/CODE] Service is published for several months and has been working without any problems so far.
... View more
This working fine for supplier invoice type Invoice. For supplier invoice type DebitAdj receives i response not found. Method: response: Visma
... View more
text from Visma: If your application is integrated with a Non-Interactive tenant enabled API, customers can grant it permissions to access their organization data from Visma App Store. We have a customer who has given us their Tenant ID. However, when I send the request for authorization, it says that the Tenant id is invalid. It is not possible to authorize the customer in swagger with our client_id. What could be wrong?
... View more
When we try to upload our logo in App Store we get an error message. It is probably to big. The application is in App Store but as "invite only". How do our customer get their tenant ID if the application is private?
... View more
When I run POST Journal Transaction with value for vat ID (16 and 16R) see picture, I get Created in response, Transaction is in place but VatId is missing. Message in yellow: Account is associated with one or more VAT categories but VAT code is not specified. how can i solve this problem?
... View more
Journal Transaction object: {"transactionDate":{"value":"2023-09-25T00:00:00+02:00"},"financialPeriod":{"value":"202309"},"ledger":{"value":"1"},"currencyId":{"value":"SEK"},"description":{"value":"Preliminärbokad levfaktura - 50001 916"},"createVatTransaction":{"value":true},"skipVatAmountValidation":{"value":true},"branch":{"value":"1"},"journalTransactionLines":[{"operation":"insert","accountNumber":{"value":"2440"},"subaccount":[{"segmentId":1,"segmentValue":"0"},{"segmentId":2,"segmentValue":"00000"},{"segmentId":3,"segmentValue":"000"},{"segmentId":4,"segmentValue":"00"},{"segmentId":5,"segmentValue":"000"}],"referenceNumber":{"value":"916"},"transactionDescription":{"value":"Preliminärbokad levfaktura"},"debitAmountInCurrency":{"value":0},"creditAmountInCurrency":{"value":13468},"note":{}},{"operation":"insert","accountNumber":{"value":"2640"},"subaccount":[{"segmentId":1,"segmentValue":"0"},{"segmentId":2,"segmentValue":"00000"},{"segmentId":3,"segmentValue":"000"},{"segmentId":4,"segmentValue":"00"},{"segmentId":5,"segmentValue":"000"}],"referenceNumber":{"value":"916"},"transactionDescription":{"value":"Preliminärbokad levfaktura"},"debitAmountInCurrency":{"value":2693},"creditAmountInCurrency":{"value":0},"note":{}},{"operation":"insert","accountNumber":{"value":"4999"},"subaccount":[{"segmentId":1,"segmentValue":"4"},{"segmentId":2,"segmentValue":"00001"},{"segmentId":3,"segmentValue":"100"},{"segmentId":4,"segmentValue":"00"},{"segmentId":5,"segmentValue":"000"}],"referenceNumber":{"value":"916"},"transactionDescription":{"value":"Preliminärbokad levfaktura"},"debitAmountInCurrency":{"value":10774},"creditAmountInCurrency":{"value":0},"vatCodeId":{"value":"01"},"note":{}}]} gives a error VismaId: 975ebb00-246e-4341-9e15-7188ab326b21. Error creating journal transaction. Error: Inserting 'General ledger batch' record raised at least one error. Please review the errors. The batch is out of balance. Check the details. if I change vatCodeId to VatId, last line {"message":"VismaId: 10f25c03-2d64-47fb-a854-2efd48c61900. Error creating journal transaction. Error: TaxID '01' cannot be found in the system."} but TaxID 01 exists Is there something wrong with the object?
... View more
It was the wrong call I ran. got all values with GET Dimension - Subaccount. However, I have another question. If I get in the subaccount dimension response, what are expected for subaccount values when I run the post journal transaction?
... View more
If we use the ERP service API with Tenant ID, how can we make read/write requests for different companies in one and the same Visma financial? Do you have to have a tenant ID per company?
... View more
When I send a request /controller/api/v1/supplier?status=Active, I'm missing some properties in the response, meaning that the supplier response json you have in swagger does not correspond to what I get in the response.
... View more