Answered: Invoice Line Creation with REST: CurrentInvoice_CreateFromDataArray
Hi Webmat Please share the entire line creation data. One must adhere strictly to the XML schema when posting to a SOAP service.
View ArticleAnswered: Passing ID when calling DebtorContact_CreateFromData
Hi Mathias Have you tried using DebtorContact_CreateFromDataArray ?
View ArticleAnswered: CurrentInvoiceLine_CreateFromDataArray: Encoding: object has no...
MinOccurs 1 is rather useless. It can help identify WSDL requirements but tells you nothing about application specific requirements. You should go for the human readable documentation:...
View ArticleMissing fields in api
Hi guys, I am trying to transfer data from my existing accountant program to e-conomic. In particular i want to transfer the following: debtorgroups and debtors creditorgroups and creditors...
View ArticleCurrentInvoiceLine_CreateFromDataArray What is the number parameter?
From the SOAP API human readable documentation for CurrentInvoiceLine_CreateFromDataArray, a parameter 'NUMBER' is specified. First question: Is 'Number' required or is it not required for the creation...
View Articlehow to get "Rec. cost price" from product
I can not get "Rec. cost price" from product data in e-conomic API. Is there any other API available for this to be get..
View ArticleDebtor_GetData with php
for this search there is only one debtor post, therefore i'm using Debtor_GetData But I only get the number, and fault on he rest: //$debtorHandle = "*".$_POST['partialName']."*"; $debtorHandle =...
View ArticleAnswered: Missing fields in api
Hi Gooky - Notes are not exposed via API. - Setting EU/Abroad accounts on ProductGroups is not exposed via API - There is only one type of products in e-conomic: Products. Sometimes the BarCode is the...
View ArticleAnswered: CurrentInvoiceLine_CreateFromDataArray What is the number parameter?
Id and Number are set by e-conomic. They are the Id and Number in DB. The schema requires presence of an integer in these fields on create even though the contents of the fields is ignored.
View ArticleQuotation_GetAllUpdated returns all handles, not just updated ones
Hi! I hope this is just me misunderstanding something. When I call Quotation_GetAllUpdated with a fromDate, it seems the date is ignored, and I get every single quotation handle (same as...
View ArticleWeb hook on "Order updated": How to determine if order was converted to Invoice
I have a web hook on the "order updated" event, and I'm receiving the old and new ids without problems. On my server I'm trying to determine whether: A new order was created An order was updated An...
View ArticleLarge product table: use import or API
Hi, I have a potentially large product table (100.000 records). S hould I use the import CSV feature to import this to e-conomic or can the SOAP API handle this ? Cheers /Poul
View ArticleSOAP: Why Customers balance is 0 after successful creating and booking invoice?
Hello, I create invoice with CurrentInvoice_CreateFromDataArray I add some lines to invoice with CurrentInvoiceLine_CreateFromDataArray I book invoice with CurrentInvoice_Book But customer's Balance...
View ArticleDebtor_GetData with php
for this search there is only one debtor post, therefore i'm using Debtor_GetData But I only get the number, and fault on he rest: //$debtorHandle = "*".$_POST['partialName']."*"; $debtorHandle =...
View ArticleAnswered: Quotation_GetAllUpdated returns all handles, not just updated ones
Hi Morten Getting the data for a Quotation/Order/CurrentInvoice will timestamp the object anew. If you need to keep an eye on changes to Quotations/Orders/CurrentInvoices the only usable method is...
View ArticleAnswered: SOAP: Why Customers balance is 0 after successful creating and...
Hi Natasha You seem to be creating and booking a CashBookEntry (DebtorPayment) at the same time that balances the invoice. e-conomic does NOT automatically balance an invoice and register it as paid...
View ArticleAnswered: Web hook on "Order updated": How to determine if order was...
Hi Morten An order being converted to an invoice will trigger two web hooks (providing you've set these up): First: An OrderUpdated web hook with OldNumber:OrderNumber and NewNumber:blank Secondly: An...
View ArticleAnswered: Large product table: use import or API
Hi Poul NB: If you have any web hooks on products please remember to disable these before going any further. You will most likely not be able to import 100.000 records at once via API. We recommend...
View ArticleVisual Studio and WSDL import problems and extremely slow initial session load
Hey guys, I just want to share my discovery ! I had big problems getting my Visual Studio to import the WebService WSDL https://api.e-conomic.com/secure/api1/economicwebservice.asmx?wsdl And first...
View ArticleAnswered: Could not find default endpoint når jeg bruger service reference
Update: Det var fordi jeg brugte servicen i et class library, så jeg skulle kopiere nogle linier fra app.config til den app.config der lå i mit program. Desuden skulle denne linie tilføjes for at...
View Article