Answered: Api aceess Library for .net in Setting the X-EconomicAppIdentifier...
Hi Sabbir, The name and version of your .NET library would be something like this: .NET/4.5
View ArticleAnswered: How to check if Add-on module is active
Hi TechHouse.dk, This isn't possible in the SOAP API, but you can find the information is you access the REST API at https://restapi.e-conomic.com/self
View ArticleAnswered: How to set Order Lines cost price
Hi Zulqanain, Do you by any chance have the inventory module enabled on this agreement? If the inventory module is enabled, then the cost price is read only.
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: Java library
Hi Lars, The answer provided by brismadsen should get you there. But you can also follow the guide in the readme of the java example:https://github.com/e-conomic/eco-api-ex/tree/master/examples/java
View ArticleAnswered: Order_RegisterAsSent
Hi Suulut, There is nothing in you example that I can see is wrong. Can you be a little more specific than just that it doesn't work. How does it fail? Do you get an error code from the API. If you get...
View ArticleAnswered: Help creating CashBook with CashBookEntry_CreateFromData
Hi Morten, I am sorry for not getting to this sooner. The error message tells you that the CashBookHandle is null. I don't know if that could be because of the casing. Try changing the lower case c to...
View ArticleAnswered: Invoice And Subscriptions
Hi Nivinvj, It isn't possible to see if an invoice is related to a subscription unfortunately.
View ArticleAnswered: API Entity diagram
Hi Poul, I am not sure what diagram you are refering to. I am not familiar with such a diagram.
View ArticleAnswered: REST "cannot be null" problem
Hi IQn, Have you tried using a web debugging proxy such as Fiddler? Try comparing the json document you send using Advanced Rest Client and what you capture with Fiddler. If you still get this error...
View ArticleAnswered: mk@giftcardexchanger.dk
Hi Morten, Can you please tell us what happens. Do you get an error or what happens?
View ArticleAnswered: DeliveryLocation_GetDataArray
Hi Suulut, Use this methodhttps://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetDeliveryLocations To get a list of handles for delivery locations for a single debtor. Use the...
View ArticleAnswered: Get invoice for specific debtor
Right now there isn't a better way unfortunately.
View ArticleAnswered: EconomicWebServiceSoap_EconomicWebServiceSoap12_Client.java:[35,24]...
Hi Morols, With the latest update to the example, this has been fixed.
View ArticleAnswered: Log Infos - Could not set cost price of product.
Do you have inventory enabled? If you do, then you can't set the costprice.
View ArticleAnswered: Configuring Savon SOAP client for the new headers requirements
I am not a ruby developer, and I do not know the library you mention. But the thing to look for is a way to add a standard HTTP header. Be sure not to confuse this with a SOAP header.
View ArticleAnswered: Department result with REST API
Hi Nicholas The accounting part of e-conomic is as you mention not yet exposed via REST. Next up is "Sales" which still awaits end-points like /invoices-experimental/booked. We currently don't have a...
View ArticleAnswered: Integration with WHMCS
If you have any problem regarding whmcs installation, Customisation and Configuration. talk to me skpe lovedeep.singh495
View ArticleAnswered: DiscountGroup (Line discount) / retrieving using API
This is crazy! Years later and there's still no option to get Debtor Discount Groups/Lines data using either the SOAP or REST API. So there's no way to create an OrderLine/InvoiceLine/... with a...
View Article