Special price in pricegroup
With PriceGroup_GetData you can get costprice and with PriceGroup_GetPrice you can get special price (in DKK). Is it possible to get special price for e.g. EUR, i.e. 8.67 in the example below? From...
View ArticleAnswered: Get OCR-number for invoice
The last 3 digits are just done by a simple formula. See this thread:http://www.webforum.nu/showthread.php?t=160504 You can check your OCR-numbers here:http://www.bgc.se/templates/Iframe____3015.aspx...
View ArticleAnswered: Web UI deleting users with entries ?
Hi Svenn This does indeed belong in the primary support forum. Any Debtor/Customer that has a booked invoice or other booked data cannot be deleted. For further explanation please contact the user...
View ArticleREST-api feature request: Creation date of customer (and other posts)
Creation date/time of customers/suppliers/contacts/etc is currently not exposed at any level in e-conomic. Assuming that you have this in your database (it would make sense), why not make it available...
View ArticleDebtor Public Entry No
Hi there! I'm using SOAP API and function Debtor_GetData does not return to me PublicEntryNumber. Also this field is not available through interface. How can I enable this?
View ArticleCreation of Purchase Orders
Is is possible to create Purchase Orders (Inventory/Purchases) via SOAP or REST API?
View ArticleAnswered: Creation of Purchase Orders
Hi jhross Unfortunately not. This is not exposed.
View ArticleAnswered: how to get OIOUBL invoice out from e-conomic API?
Hi dapa You can use our SOAP API to get the OIOXML: Invoice_GetOioXml
View ArticleAnswered: Debtor Public Entry No
Hi CloudIT Public Entry Number is also known as CVR in Denmark. You may find the field on the "Additional" tab for the customer. There should not be any extraordinary need to 'enable' the field.
View ArticleAnswered: Special price in pricegroup
Hi jhross In the SOAP API there is only support for the special price in the base currency. (REST doesn't cover inventory yet).
View ArticleAnswered: REST-api feature request: Creation date of customer (and other posts)
Hi jbk We don't save this data to database so exposing it is not possible.
View ArticleEconomic.Api.Exceptions.AuthenticationException(E02250)
Hello, I'm suddenly experiencing the following error after connecting to the Economic service using Java:org.apache.axis.AxisFault: Economic.Api.Exceptions.AuthenticationException(E02250): Not logged...
View Articlewhat is the good approach to get booked invoices from e-conomic accounts
Hi, I am exporting invoices for many e-conomic account holders. But i have to check for new invoice evert 10 minutes for every users. And this is creating problem in too many requests to economic api....
View ArticleLanguage layers
Is it possible to edit the language layer of products (Inventory/Language layers via the SOAP og REST API?
View ArticleGet started developing!!
I'm a php programmer and want to integrate my shop with e-conomic, which i use everydayI have Signed up for a developer agreement, CHECKI did obtain a token (access ID) either manually or...
View ArticleDebtorContact_CreateFromData : An internal error has occurred....
Hej Denne fejl giver absolut ingen mening for mig. jeg ved ikke hvad der mangler. Jeg forsøger at oprette en kunde kontakt med følgende parametre: Metode: DebtorContact_CreateFromData $params =...
View ArticleAnswered: Economic.Api.Exceptions.AuthenticationException(E02250)
Unfortunately there is a problem with the http request cookie header delimiter in Axis/JAX/Java frameworks that causes failure in authorisation. Axis et al use comma (,) as delimiter whereas the...
View ArticleAnswered: what is the good approach to get booked invoices from e-conomic...
Hi dapa The optimal solution to keep data in sync is to use the web hooks to alert you when there's new or altered data. Have a look at our available web hooks here:...
View ArticleAnswered: Get started developing!!
Hi suulut Have you had a look at our PHP example here: https://github.com/e-conomic/eco-api-ex/blob/master/examples/php/list_debtors_with_token.php Combined with the documentation:...
View Article