VatAccount create from API
I need to create a VatAccount via the API - how can I do this ? In the import module - inside e-conomic - i can see that when you import at accountplan, the vataccount ( not the vatcodes ) are...
View ArticleAnswered: Identifying CurrentInvoice
Hi Had the same problem - solved it by using OtherRef field. Just an idear. regards Allan
View ArticleAnswered: Really? UpdateFromData needs this much variabels?
Have you tried using Order_GetData function for getting the default values for the newly created order? I would think you could modify the values in the object that request returns, and then use...
View ArticleAnswered: Is it possible to create financial reports (moms and årsregnskab)...
Hi Hulagutten, Reports are not available throught the API. But most information is available, so you can create the reports yourself. You can also export data directly through the web interface as...
View ArticleAnswered: Problem with OrderLine_UpdateFromData
Hi PhpMadman, From our logs I can see that your request body is empty: <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"...
View ArticleAnswered: Possible to set invoice number through API
Hi tg24, This isn't possible through the api unfortunately. Best regards, Rasmus Beck Developer, e-Conomic
View Article[SOLVED] Retrieving invoices not booked yet
I am trying to retrieve all supplier invoices which have not been booked yet. I am using the logic: ICurrentSupplierInvoice[] invoices = _session.CurrentSupplierInvoice.GetAll(); I cannot figure out...
View ArticleGetting supplier invoices - unbooked
I need to get all supplier invoices which have not been booked yet. It is my understanding that I can use the method GetAll available in the interface called ICurrentSupplierInvoice (like I am doing...
View ArticleRetrieving unpaid supplier invoices
I am trying to get all unpaid supplier invoices via the method GetAll by use of interface 'CurrentSupplierInvoice'. Below you see the statement that I am using, ICurrentSupplierInvoice[] invoices =...
View ArticleAnswered: VatAccount create from API
Hi Allan, It is unfortunately not possible to create a VAT Account through the API. Best regards, Rasmus Beck Developer, e-Conomic
View ArticleAnswered: Debtor_updateFromdata() Error
Hi Sudheerphp, My guess is that your Xml isn't correct. Try to use Fiddler2 to look at the Xml and see if any attributes named Id are present on your Xml tags. If you see any, make sure they are...
View ArticleAnswered: Really? UpdateFromData needs this much variabels?
Thank you. That was a very good idea. New code looks like this. $AllData = $client->Order_GetData(array("entityHandle" => $OrderHandle))->Order_GetDataResult; $Data = array(...
View ArticleAnswered: Problem with OrderLine_UpdateFromData
Changed it to this. $FullData = array("data" => $Data); $OrderLineRes= $client->OrderLine_UpdateFromData($FullData)->OrderLine_UpdateFromDataResult; And now it works.
View ArticleRead/Get All Bank Accounts
In the Menu Bookkeeping - Payments you can maintain your Bank Accounts. I would like to be able to read these via the API but I can't find any method for this purpose ... please let me know if this is...
View ArticleAnswered: New AttentionHandle, Contact person through API.
DebtorContact_Create exists actually, but then my question changes to is AttentionHandle a handle fora DebtorContact ? Also, is Cashbook the same as described in the documentation as Daybook ? Is it...
View ArticleSee project relations on a order object
Hello While investigating your .NET API we found that we cannot see the relation between a order and a project. However, if we use the method UpgradeToInvoice, it we can now se the related project on...
View ArticleFI Cards / Indbetalingskort
Is it possible to access the fi number that is generated for each invoice ? If it is not possible thrugh an API call, is it possible to find an explanation of how they are generated for each invoice ?
View ArticleAnswered: Integration Zen Cart to e-conomics
Hi Joan, as nkn says , In e-conomic.com site for products/customers/orders we have a facility to import customers from your data base to e-conomic, What you need to do is just see the format of csv...
View ArticleAnswered: BookKeeping
Sort the coilumns by date and look for your file,If it did'nt allow then you have to transfer it via a thid party application.POS Systems
View Article