Cash book entries using REST API
We currently use SOAP API to create cashbook entries. Is there a way to do the same using REST API? If no - will it be available any time soon? Tnx in advance.
View ArticleAnswered: Get Invoice reminder
Hi dapa Reminders are not exposed via API. P.S. If you mean remainder, then it is available on the invoice object.
View ArticleAnswered: Cash book entries using REST API
Hi spilin Cashbooks are not yet exposed on REST. Current roadmap is to start looking at the implementation of Cashbooks in Q1 2016. To stay in the loop wrt announcements of when we plan to release...
View ArticleAnswered: Get product suppliers or supplier invoice
Hi Uffe Booked SupplierInvoices are not exposed via API.
View ArticleAnswered: How to OrderBy
Hi Thomas M OrderBy is a C# extension method. Documentation can be found here:https://msdn.microsoft.com/en-us/library/vstudio/bb534966(v=vs.100).aspx
View ArticleAnswered: Discounts as an amount?
Hi Kasper As you've indeed found out we don't support setting discount as an amount on the line. But we do support that you create a "Discount" product that you add as a separate line to the invoice on...
View ArticleAnswered: Book invoice through the REST API
Hi Kristiyan It absolutely is. All you have to do is POST {id:XX} (or the entire invoice draft) to /invoices/booked. Booking with a specific number is done by PUTting the id or draft to...
View ArticleAnswered: Code example for SOAP in C#
Hi Jeff We have a single and not very up-to-date example here:https://github.com/e-conomic/eco-api-ex/tree/master/examples/dotnet/non-sdk-example Aside from that we do not provide any SOAP examples....
View ArticleAnswered: Debtor_CreateFromData - An internal error has occurred
hi dkk 0 != null in XML.<CreditMaximum i:nil="true"/> = null Let us know how it goes :-)
View ArticleAnswered: Get an account's subscription plan
Hi nivinvj On SOAP there's no way to gather this information. On REST you can get a bit closer with /self but it doesn't give you information about what plan the agreement is on. It will give you...
View ArticleAnswered: Account balance at a specific date with rest and jquery
Hi kevlin79 There is no way in the API to get account balance for a specific date. The API is not geared towards reporting. There is a report tool in e-conomic for this though. But through API it's a...
View ArticleAnswered: Debtor_FindByName Debtor_GetDataArray
Hi suulut Debtor_FindByName takes a string and not an object.
View ArticleOrder_UpgradeToInvoice
$invoiceHandle = $client-> Order_UpgradeToInvoice (array('orderHandle'=>$orderHandle))-> Order_UpgradeToInvoiceResult; What parameters does $orderHandle have? i have tried with orderNumber -...
View ArticleAnswered: Order_UpgradeToInvoice
Hi Olej, Thank you for the reply. I belive that it is the order.id i'm using in my script ? If anyone disagree please post an answer.<?php require_once ("config/config.php"); $OrderHandles =...
View ArticleCreating Order in E-conomic using REST API
Hi there, I want to create an order in e-conomic using REST API. However, I have searched on e-conomic blog, forum and the full REST documentation, but I did not find anything about how to create Order...
View ArticleCreating order with variants
Hi, I need to create an order using product variants, but have not been able to find a way to do that. If this is not possible, order-integration with e-conomic is impossible for all customers using...
View Articledoes each company account in E-conomic has a unique url or accessId?
Does each company account in E-conomic has a unique url or accessId?
View ArticleAnswered: Creating order with variants
Hi Qabi, Stock variants are not exposed in the API, and it is not something we plan to expose anytime soon either.
View ArticleAnswered: Creating Order in E-conomic using REST API
Hi Zulqarnain, It is not currently possible, but it is one the roadmap. I cannot tell you when we expect to have it ready, as it is not in our plan for the next few months.
View ArticleAnswered: Order_CreateFromData fails with an internal error
It looks like you might be setting the VatZone incorrectly. If you have an ExtendedVatZone handle then try to use the Number property rather than the Name property when creating an order.
View Article