REST api - mark a payment
Hi Is it possible to mark a payment on a invoice through the REST API, and also get the amount left to be paid? Jimmy
View ArticleAnswered: NopCommerce to Economic : Customers
hi Sir, I just want to connect my nopcommerce website to economic using secrete token and agreement grant token how i can do this
View ArticleAnswered: REST api - mark a payment
Hi Jimmy Payments are registered through the ledger system. On REST only the Swedish ledger system is exposed on /vouchers. For DK and NO it is currently not possible to register payments and match...
View ArticleConnect example for the REST api and ASP.NET MVC
Hi.Does anyone have small example of REST request in asp.net mvc using token method.
View ArticleAccount_GetEntryTotalsByDate
Hi First off all, i'm kinda new to all this API, so please feel free to ask me to elaborate the below if needed. I've been trying to use "Account_GetEntryTotalsByDate" to get data from e-conomics to...
View ArticleAnswered: Set prices on pricegroup?
Hi Kenneth PriceGroup prices cannot be set via API. There isn't much exposure of the pricegroup price matrix beyond managing the groups themselves and reading a single special price from a single group...
View ArticleAnswered: Account_GetEntryTotalsByDate
Hi Ricky Account_GetData / Account_GetDataArray gives you information about the account and the current balance. GetEntryTotalsByDate gives you the entry totals for one or more accounts for a certain...
View ArticleEntry_FindByDateInterval Error on return
Hi First off all, i'm kinda new to all this API, so please feel free to ask me to elaborate the below if needed. I've been trying to use "Entry_GetDataArray" to get data from e-conomics to excel with...
View ArticleAnswered: Entry_FindByDateInterval Error on return
Hi Ricky"Unable to parse message" means that your XML was unparseable and you should inspect what you are actually sending. A proxy tool like the free "Fiddler" is a great tool in this regard as it...
View ArticleEndpoint for monthly trial balances?
Hi, I am currently doing some consultancy for one of your customers and I want to improve their board reporting. I am creating an middleware integration with their BI-system. In order to do so I need...
View ArticleCreate simple invoice
Hi guys I have searched Google thin for results, but couldn't seem to find an answer. If I want, through php to create a simple invoice with two invoice lines. What's the approach from scratch? 1. How...
View ArticleAnswered: Create simple invoice
Hi 1. Make a developer account: https://www.e-conomic.com/developer Grab a demo account: https://www.e-conomic.dk/regnskabsprogram/demo-alle Connect the demo and the developer accounts:...
View ArticleAnswered: Endpoint for monthly trial balances?
Hi Odd We don't yet fully expose the accounting features tab in e-conomic via REST. But perhaps you could take advantage of our totals endpoint to retrieve debtor/customer...
View ArticleAnswered: Draft Invoice with SOAP API
Hi pertdk CurrentInvoice === Draft Invoice In general the SOAP API (for historical reasons) uses "Current" to denote draft status/editability. Have a look at CurrentInvoice_CreateFromDataArray and...
View ArticleGet number on current invoice
If I look at the list of invoices in e-conomic, the first column is called "Nr.". However, if I get the list via the api CurrenctInvoices_GetAll(), and then CurrentInvoce_GetDataArray, I can't find...
View ArticleAnswered: Get number on current invoice
Hi Kenneth The SOAP API doesn't expose the temporal ID that is used in the GUI. To access this you will have to use the REST API. Here you can find the property "draftInvoiceNumber" on...
View ArticleMake a simple CashBook entry using SOAP and PHP
I would like to make a simple cashbook entry everytime a purcahse is made on our platform. The entry should contain: Amount Account number (e.g. 5820) (optionally) some text I have found a PHP...
View ArticleAnswered: Connect example for the REST api and ASP.NET MVC
Something like this: string result = Get("https://restapi.e-conomic.com/customers"); If you have the following code: private string Get(string url) { //Task.Run()...
View ArticleAnswered: International Ledger - How to get Invoice Number via API?
Hi Nill Invoices aren't part of international ledger. Ledger = cashbook / kassekladde. So you actually just have to use /invoices-experimental on REST to read invoices for any e-conomic agreement....
View ArticleAccount_GetDataArray - Input array cannot be null error
Trying to use the Account_GetDataArray function to retrieve the chart of accounts data all at once so I don't have to make multiple calls to get the Account Name etc. I've call the "GetAll" function...
View Article