create a customer using rest api
Dear economic team i am working on rest api but i only get the information from the rest api but how i push information on economic such as create customer create invoices I check rest api document...
View ArticleAnswered: how to use webhooks with c# only records has been change or newly...
Hi Anwarkhan, The way a web hook work is that e-conomic makes a HTTP GET Request to a URL that you specify when an event is fired. You can read about setting up web hooks here:...
View ArticleAnswered: CREATING A SUPPLIER INVOICE VOUCHER
Hi LuBaki, The first error is caused by a missing accounting year. We are aware of that, and in the release after Easter this will return a more descriptive error message. The second one is because...
View ArticleAnswered: Resources: Cost types, Projects, Bank reconciliation.
Hi LuBaki, That isn't available in the API yet.
View ArticleInvoicenumber for CurrentInvoice
Hi, I have just created an invoice via CurrentInvoice_Create. The temp invoicenumber is not returned in the result. I have tryied to get it via CurrentInvoice_GetData, but that is not possible either....
View ArticleAnswered: how to create a new debtor using api
Hi Manish, The error states that you have not defined a layout handle. The error message is misleading as we use two different names for layout, the other one being template collection. You can find a...
View ArticleAnswered: Unable to set correct invoice margin
Hi MG Please include your UnitCostPrice on your lines. Margin is calculated based on UnitCostPrice.
View ArticleAnswered: Invoicenumber for CurrentInvoice
Hi Brian The CurrentInvoice number as displayed in the column in the GUI is not exposed via SOAP. Via REST "draftInvoiceNumber" is available on /invoices-experimental/drafts but unfortunately there...
View ArticleAnswered: Error message: This call is blocked for users of the international...
Hi Currently both Spain and Sweden use a ledger system named "International Ledger". This ledger system is quite different to the CashBook ledger (Standard Journal). The difference in the two ways of...
View ArticleAnswered: Creating customer with the API
Have a look at the relevant end-points: CustomerGroup: /customer-groups PaymentTerms: /payment-terms vatZone: /vat-zones I'd highly recommend you take a look at the output of a GET with ?demo=true in...
View ArticleAnswered: Send linefeed via REST api
Hi Peder On invoices-experimental line-breaks are currently unsupported. Thank you for making us aware of the issue. Once we transition the endpoint from experimental to stable this will be fixed.
View ArticleAnswered: Add line to invoice
Added a line below. PUT to the draft (/invoices/drafts/:id) and it'll be updated. Remember to PUT the whole document with the additional/changed data as PUT overwrites existing. 'lines'=> [ [...
View ArticleAnswered: [REST API] Bad Request error with supplier-invoices
Hi Does the accounting year exists in the e-conomic agreement you're connecting to?
View ArticleAnswered: convert an order to invoice using API operation
The API operation is: Order_UpgradeToInvoice
View ArticleDanish Special Characters in XML(Latin Encoding)
I am trying to create the Debtor with a name which is in danish language.Name: "Føroya Studenterskúli " But my construction of XML is goint to fault string. I need to create Debtor with this name...
View ArticleAnswered: assign delivery location ean number in order
Hi dapa On Order_CreateFromData you should use <DebtorEan>string</DebtorEan>https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Order_CreateFromData
View ArticleAnswered: E-conomic Barcode = product number
Hi ARJshop There is no problem in setting barcode to Product Number if you like. You will need to set the barcode on each product: When creating the...
View ArticleAnswered: Send invoice with EAN number via API?
Hi Jens Booking via the EAN system is a GUI only feature.
View ArticleAnswered: Any news on availability of EAN-invoicing?
Hi Jens and Michael This is not on our immediate roadmap. We would love to be able to expose this at some point but there are no plans for this in the foreseeable future.
View Article