Answered: Is Projects part of the REST api yet?
Hi Donslund Projects are not yet exposed via REST. You can always check out the root of our REST API for a list of available endpoints: https://restapi.e-conomic.com/
View ArticleAnswered: Debtor_GetInvoices
Hi Bahn To limit the number of invoices you'd like to get you could simply look at the handles returned in the array from Debtor_GetInvoices and select the 30 highest numbers. This is assuming that...
View ArticleAnswered: Link in cashbook entry
Hi Michael Entries do not contain an "external reference" / "link" field.https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Entry_GetData
View ArticleAnswered: connect to SOAP web service
Hi Eliza Did you find the answer to your question?
View ArticleOrder_CreateFromData throws exception with 'had invalid child element...
Hi! I hope you guess can help me with this Order creation problem. It seems that no matter what properties I set on the order, I get this error. Response looks...
View ArticleAnswered: How to upload an invoice?
Hi Agata We don't have tutorials for using our APIs but in our REST documentation we try to include JS examples for the various endpoints and methods. With regards to creating an invoice draft you...
View ArticleAnswered: Order_CreateFromData throws exception with 'had invalid child...
Hi Mathias You're deviating from schema which throws off the validation.https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Order_CreateFromData For starters you haven't defined handle....
View ArticleInventory withdrawal via API
We're looking into using the stock management module, and I'm at a bit of loss as to how to programmatically withdraw from inventory. As I understand it, when using the GUI, the delivery notes trigger...
View ArticleEstimated ETA for stable /invoices in REST?
As far as I can tell, the /invoices/* endpoints are the only experimental endpoints in the rest api. Is there any eta as to when we can expect it to be moved out of experimental?
View ArticleProduct prices in different currencies
Using the REST api, when I GET products, there is only one price. How do I find prices in other currencies?
View ArticleWhere is my API Auth and Secret
Hi everyone Im currently using a trail version of e-conomic to test the API options, but can't find my Auth and Secret anywhere? Is it not available in the trail version or Im just not seeing it?...
View ArticleAdding Product Name to Invoice Line using REST API
Hi there Is it possible to add the Product Name to the invoice lines using the REST API? I got everything else working, but are not able to add this crucial information to the invoice lines. I'm...
View ArticleAnswered: Adding Product Name to Invoice Line using REST API
Hi Anders, We have provided an easy way for you to create invoice lines and have the correct prices and discounts applied to that line. An example of this is found here:...
View ArticleAnswered: Product prices in different currencies
Hi Clanie, We have not exposed the currency specific prices as an endpoint yet. But depending on what you need it for, this answer might help...
View ArticleAnswered: Estimated ETA for stable /invoices in REST?
Hi, We are very close to moving it out of experimental into stable. We will begin the transition within the next couple of weeks. We will post a tech talk blog post on this soon, that describes how to...
View ArticleAnswered: Not able to see sale tab in e-conomic developer account
Please see: http://techtalk.e-conomic.com/changes-to-developer-agreements/ Developer agreements are to be used for managing Apps and tokens. Over time we do wish to extend developer related...
View ArticleAnswered: Getting the error String value exceeds maximum length.
Hi, It means that in one of your invoice drafts in your array you're exceeding the maximum String length supported. A good tip is to use our RestDocs for insight into the limitations of the fields on...
View ArticleAnswered: Could not find default endpoint element that references contract in...
Hi Petr Perhaps take a closer look at the contract in the endpoint setting. That might be the problem. If you haven't yet, then please take a look at...
View ArticleAnswered: Payments in API
Hi Mathias Payments are available via our SOAP API and are created as cashbook entries: CashBookEntry_CreateFromData. Once booked the entries are accessible using the Entry_* (covers all entry types)...
View Article