Miscellaneous • Cancel queued webhook invocations?
We have created a webhook in which we made a typo. We have corrected the error, and it now seems to work.However, our external system we integrate with, reports that e-conomic is still trying to send...
View ArticleMiscellaneous • Cancel queued webhook invocations? (duplicate post)
Sorry, this was a duplicate post.Statistics: Posted by dat1 — Mon Jan 14, 2013 10:07 am — Replies 0 — Views 8
View ArticleMiscellaneous • Is there a way to mark an invoice as downloaded via API?
Hello,I managed to download the specified invoices via invoiceFindByOtherReference() function.Is there a way to mark an invoice as downloaded so that it can not be downloaded twice?Thanks in...
View ArticleMiscellaneous • Open Source Ruby Connector to API
It has come to our attention that one of our integration partners have created a connector for our API using ruby.Go check it out if you are a Ruby...
View ArticleSOAP • API and the Finans addon module
Is it possible to use the Finans addon module with the API?Statistics: Posted by dannyft — Wed Jan 16, 2013 2:39 pm — Replies 1 — Views 3
View ArticlePHP • Set location on orderline
Hi, When I create orderlines in the api (using Orderline_CreateFromData) the default location from the product is not used, and I cannot find anywhere to set the location after creating the orderline....
View Article.NET • ECONOMIC API DLL IN MICROSOFT CRM 2011 ONLINE
DEAR ALL ;I AM TRING TO CREATE PLUGIN FOR MSCRM 2011 WHAT THIS PLUGIN IS TRING TO DO IS TO CREATE ACCOUNT IN ECONOMIC SYSTEM FROM MSCRM 2011 ONLINE BUT FOR I HAVE ADDED THE Economic.Api AND...
View Article.NET • [CLOSED] Day book setup settings
Hi all,My question is really simple:How to access the settings available when you click "Setup" in Day Book configuration? In particular, I'm looking for Cash account 1, 2 and...
View Article.NET • [SOLVED] Cash book entry payment amount
Hi All,I am able to create a supplier invoice as a cash book entry in the day book (using CreateCreditorInvoice):cashbookentry.jpgbut when i look at the payments it tells a value of 0 as...
View ArticlePHP • App is Superuser, but can't access subscriptions
HiWhen trying Subscriber_GetAll using token based auth, I get this error:To use this feature you must be authorized to use the Subscription add-on module.So the app has the SuperUser role, and the...
View ArticlePHP • Subscription
I have build a Soap service to access subscriptions.So fare i get (all) information except subscriptionLines.I was wondering how would i get that information, i can not seem to find a FindByNumber or...
View ArticlePHP • Token access and userinfo
Is it at all possible to get username of the user the token belongs to?I can see Company info so I can get his agreement number, but I'd like to know the user in my app as well.Statistics: Posted by...
View Article.NET • User is not authenticated. (id=1366125519)
Hei,Jeg har laget denne koden:ServiceReference1.EconomicWebServiceSoapClient ses;ses = new ServiceReference1.EconomicWebServiceSoapClient(); try { //connect string connectMessage = ses.Connect(xxxx,...
View ArticleSOAP • Getting products and the default currency
Currently I an getting a list of our products by using the Product_GetDataArray method.From that I can see CostPrice and SalesPrice, but I can not see, what the default currency is, I can not see.Where...
View ArticlePHP • Beginner in e-conomic ???
Hi to all,I am new to E-conomic ,Can any one suggest me how to start with this,some tutorial related to this e-conomic.quick reply is appreceated.Kind RegardssudheerStatistics: Posted by sudheerphp —...
View ArticleIntegration • OpenCart & E-conomic Integration ....??
Hi to all,i an beginner in oc and e-conomic,i have one issue,how to integrate opencart and e-conomic through PHP Api's.can any one suggest me related links,and tutorials.API links too,quick reply is...
View ArticleMiscellaneous • Problem in invoice_FindByDateInterval()
The invoice_FindByDateInterval() is not working as expectedI called it with the following parameters:First: 2013-02-01T10:46:19.000+01:00Last: 2013-02-01T10:48:29.172+01:00and returns 0 invoices even...
View ArticlePHP • Check for payment
Hi,Can anyone point me into the right direction.I have the invoice number and need to know if that invoice is payed or not.Please point out witch operations I must look into..RegardsGunnarStatistics:...
View ArticlePHP • Invoice_GetData
Hello i am trying to get the debtor number from an Invoiceusing this lines:$InvoiceDataObjects[] = $client->Invoice_GetData(array('entityHandle' =>...
View ArticlePHP • SubscriptionLine
Hi i was wondering if others had faced this problem before.Code: $SubscriptionLine = array(); $SubscriptionLine =...
View Article