Answered: Update Unit (setUnit)
You need to use the Unit Handle and not Unit Number when setting unit. When you know the Unit Number you can find the handle with Unit_FindByNumber.Unit_FindByNumber
View ArticleAnswered: PHP wrapper to the E-Conomic API
We don't have any PHP specific documentation but you can have a look at our PHP example code at:https://github.com/e-conomic/eco-api-ex/tree/master/examples/php And use the SOAP documentation for...
View ArticleAnswered: shipping line
Hi Alvin You create a product for "Shipping Cost" and add the product to the invoice as a line with the cost you've calculated. :-) Best regards
View ArticleAnswered: Book and Sent invoice
Hi Alvin Booking is CurrentInvoice_Book Email sending it is not supported via API. What you can do though is pull the invoice PDF via Invoice_GetPdf and send it using your own mailing solution. Best...
View ArticleAnswered: Attach PDF/Voucher to CurrentInvoice?
Please do add this functionality to the API ASAP we really need it!! You have had almost to years to add that feature and nothing has happenend yet. Please let us know if you are going to add the...
View ArticleAnswered: Link document to invoice
This has been answered in original post: http://apiforum.e-conomic.com/1227/attach-pdf-voucher-to-currentinvoice
View ArticledeliveryLocationHandle for delivery location of a debtor
Hi, How do I get the deliveryLocationHandle for a delivery location of a debtor? ThanksAlvin
View ArticleAnswered: CashBook_RegisterPdfVoucher
Hi I know this post is very old - but i was having the same issue recently. It turns out, that PHP SoapClient internally handle base64 encoding and decoding. Example in PHP for registering PDF...
View ArticleAnswered: Creating new order is _VERY_ slow
Hi You should use QuotationLine_CreateFromDataArrayhttps://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_CreateFromDataArray Creating lines individually with setters for each...
View ArticleAnswered: deliveryLocationHandle for delivery location of a debtor
Hi Alvin Getting delivery location handles for a debtor is done using: Debtor_GetDeliveryLocations
View ArticleAnswered: Getting data regarding invoice
Hi Alon What do you mean by "open"? When you get the Invoice Data you have Due Date and Remainder The basics of overdues and paid are: If remainder is greater than 0 then it's unpaid. If remainder is...
View ArticleREST API documentation
Is there any rest api documentation? It's hard to guess which data I should post or put :)
View ArticleAnswered: how to get discount rate and unit price before discount applied...
Hi Darshan That is unfortunately not possible. The OIOXML cannot be customized on a per-user basis.
View ArticleAnswered: change in XML pulled from economic
Hi Darshan We have a planned update for tomorrow (Feb 25th 2015) that should include the following: If Debtor has CVR (CI number) set in e-conomic it will be output in the OIOXML exactly the way you...
View ArticleAnswered: get access to pdf from rest api?
Hi Steffena As long as your token authentication is in the headers you should have no problem accessing the PDF. The link is not "shareable" though. If you wish to make the PDF available to 3rd party...
View ArticleAnswered: Get creditor entry cost type in soap api
Cost Type is not exposed for entries (Entry_GetData) via API. The only way to get these is via Export. In case you want to look up the numbers from a ProjectCostEntry.csv export you can use:...
View ArticleAnswered: Booking Cashbook with many Entries - Timeout
The limit seems to be around 1000!? entries at a time trough the API, Any more Entries and I get a timeout.. The solution seems to be: Download everything as excell manually Delete all entries Parse...
View ArticleAnswered: Kopiere LAYOUTS via REST
Hej Per, Jeg tror godt jeg kan love at vi ikke kommer til at eksponere mere funktionalitet i forhold til Layouts end vi allerede nu har eksponeret. Vores API kommer ikke til at understøtte Layout...
View ArticleAnswered: Customer contacts via rest api
Hi CloudIT, We are going to expose customer contacts in a read only version within the next couple of weeks. It will be available as a collection under each customer:...
View ArticleAnswered: Get orders with REST API
Hi Jan, Currently that is correct. I can't give you a timeframe for orders and quotations right now. But they will be available at some point. Best regards, Rasmus Beck Developer, e-conomic
View Article