Quantcast
Channel: e-conomic Global API Forum
Browsing all 2527 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

Answered: 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 Article


Image may be NSFW.
Clik here to view.

Answered: 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 Article

Image may be NSFW.
Clik here to view.

Connect 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 Article

Image may be NSFW.
Clik here to view.

Account_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 Article


Image may be NSFW.
Clik here to view.

Answered: 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 Article

Image may be NSFW.
Clik here to view.

Answered: 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 Article

Image may be NSFW.
Clik here to view.

Entry_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 Article


Image may be NSFW.
Clik here to view.

Answered: 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 Article


Image may be NSFW.
Clik here to view.

Endpoint 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 Article

Image may be NSFW.
Clik here to view.

Create 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 Article

Image may be NSFW.
Clik here to view.

Answered: 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 Article

Image may be NSFW.
Clik here to view.

Answered: 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 Article


Image may be NSFW.
Clik here to view.

Answered: 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 Article

Image may be NSFW.
Clik here to view.

Get 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 Article


Image may be NSFW.
Clik here to view.

Answered: 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 Article

Image may be NSFW.
Clik here to view.

Make 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 Article


Image may be NSFW.
Clik here to view.

Answered: 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 Article

Image may be NSFW.
Clik here to view.

Answered: 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 Article

Image may be NSFW.
Clik here to view.

Account_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
Browsing all 2527 articles
Browse latest View live