Answered: How to get all customers
Hi Petko On SOAP a customer is a Debtor. (and a supplier is a creditor). Debtor_GetAll + Debtor_GetDataArray and on next sync do Debtor_GetAllUpdated + Debtor_GetDataArray On REST a customer is a...
View ArticleAnswered: where to view debtors(customers) ?
Hi Rupesh, When creating new entities in e-conomic that have the IsAccessible boolean, ensure that you set it to true when you want it to be shown as "Open". When you look in the GUI there's a...
View ArticleAnswered: InventoryLocation_GetAll returns only 5 records
Hi Alvin, Inventory locations are for instance a warehouse and a store. InventoryLocation_GetAll will return all Inventory Location handles. Are you perhaps looking for something other than inventory...
View ArticleAnswered: Invoice rows in wrong order.
Hi David SOAP doesn't include sort keys for sales document lines. REST includes the sort keys on the lines: /invoices/drafts/:draftInvoiceNumber /invoices/booked/:bookedInvoiceNumberRESTDocsREST Demo...
View ArticleRegarding callback
is there something related to “callback" if someone creates a client(debtor) on economic , should any event triggers back to mypage from economic ?
View ArticleAnswered: Regarding callback
Hi Rupesh, Have a look at our web hooks.https://www.e-conomic.com/developer/working-with-web-hooks End-user guide to setting them up on the...
View ArticleCashbooks, Projects and CostTypes in REST API
Hi, I have started migrating to the REST API and it seems that there's no support for the following entities: Cashbook / CashbookEntry Project CostType Is there any ETA for each of these three?...
View Article