Answered: Anvende API via PHP
Hei Har ikke eksempel ved hjelp av Soap, men du kan jo se på min Wordpress plugin som bruker REST.http://git.tholden.no/fason-ans/auto-regnskap-wp Vel, tror ikke SOAP er så vanskelig. Samme opplegget...
View ArticleAnswered: Attention handle issue when saving/updating current order
Hi Suro At it's current state you will need to updateFromData twice. First remove the attention handle. Then update with new debtorhandle and attention handle if necessary.
View ArticleAnswered: Project (Current Project) REST API
Hi Karberg There is currently no support for the Project module on REST. We wish to expose this at some point but there are at the moment no short term plans for exposing the Project module on REST.
View ArticleHow to find Margin from a booked Invoice?
I can get the Margin attribute from Quotations, Orders and CurrentInvoices, but not an actual Invoice? I have a web hook on "Invoice Booked", and I'm trying to find the margin, but I only have an...
View ArticleAnswered: Grant access is not supported Over Internet Explorer
Hi Zulqarnain Which version of IE would that be? e-conomic supports the latest two versions of IE. At current point this is 10 and 11.
View ArticleAnswered: redirectUrl working after double encoding "&"
Hi Alvin There's a bug in the redirectURL handling of the requestAccess page changes that was deployed recently. Fix will be in production no later than Jan 20th 2016 at 8 am.
View ArticleAnswered: how to export vat report out of e-conomic account through API
Hi Dapa There are no direct API calls to generate and/or sum up reports. Should you choose to implement a manual solution please do make sure to use DataArray calls and keep in mind that booked data is...
View ArticleAny reason our users suddenly starts to get this error when connecting?
The app was not found. The app (ID: CqacyDTzDjlLGpCa2bDVtZdkTkJWcJ2biTzHkXfIftu3k3d) was not found.
View ArticleCreate new accounting year with SOAP to be able to book invoice
Hello, I am creating a group of invoices (for next 15 months, for example) and I book those with SOAP. But I faced problem: if invoice date is ahead (in new accounting year) - I get error: Invoice can...
View ArticleExchange payza to pefectmoney, neteller, skrill, paypal instantly
ECXchanger.com is an e-currency exchange site. We exchange/convert, buy and sell the most popular payment processors being used widely in this time in the Forex, HYIP and autosurfing industry. The...
View ArticleAnswered: split of e-conomic effect on integrations
Hi Lanstorp, We have directly contacted all the integration partners we know to affected. But you can also check the following blog post for more...
View ArticleAnswered: Create new accounting year with SOAP to be able to book invoice
Hi Nat To create a new accounting year you may use: https://api.e-conomic.com/secure/api1/economicwebservice.asmx?op=AccountingYear_CreateFromData
View ArticleAnswered: How to find Margin from a booked Invoice?
Hi Morten Margin is calculated on basis of sales price - cost price. We do not save this on the invoice for historical use.
View ArticleFind cashbook entry by invoice number?
Hi Is there an REST API endpoint that gets a cashbook entry by invoice number (or debtor numer)? If it was in the old SOAP then it would be something like: CashbookEntry_FindByInvoiceNumber
View ArticleAnswered: Connect example for the REST api and PHP
I had success with this example: <? $service_url = 'https://restapi.e-conomic.com/employees'; $curl = curl_init($service_url); //$curl_post_data = array( curl_setopt($curl,...
View ArticleIs Projects part of the REST api yet?
I can't find anything about Projects in the REST api documentation. Isn't that developed yet?
View ArticleDebtor_GetInvoices
I would like to know the best practise on how to handle large data ex. try { $InvoiceHandles = $client->Debtor_GetInvoices(array('debtorHandle' =>...
View ArticleLink in cashbook entry
Is it possible to put a link in a cashbook entry? I will use this to link from the cashbook entry to my own document archive.
View Articleconnect to SOAP web service
HI! I want to use EconomicWebService, and i tried a connection with Connect method. I always get this error: {"Economic.Api.Exceptions.AuthenticationException(E02250): Not logged in - could not...
View ArticleAnswered: Find cashbook entry by invoice number?
Hi Jens CashBooks and entries are not currently exposed in REST at all. You may follow our newsletter to keep up-to-date on what our plans are for REST and other news from the API...
View Article