Answered: Invoice creadited or paid?
Hi CloudIT A credited invoice will have a credit note as counterpart. But there is no link between them. There is no way of looking at a single invoice with a remainder and know whether it has been...
View ArticleAnswered: Create one or multiply Order line(OrderQuantity) php soap
Hi Suulut You need to create the order line first. Instead of using SetQuantity it would be much more efficient to set all data when creating the line: OrderLine_CreateFromData. Even better; use...
View ArticleDebtor_FindByName Debtor_GetDataArray
These two lines works very well, I get all the given information from all debitors. $debtorHandles = $client->Debtor_GetAll()->Debtor_GetAllResult->DebtorHandle; $debtorDataObjects =...
View ArticleGet an account's subscription plan
I was wondering if there is any way of knowing whether the e-conomic account user has subscribed for Start-up, Small Business or Professional payment plan. Or any way to know what kind of e-conomic...
View ArticleDebtor_CreateFromData - An internal error has occurred
I get this error message when i make my SOAP request:Economic.Api.Exceptions.ServerException(E00000): An internal error has occurred. (id=24798e29-2c3f-44fc-b99a-84bc1cdcf403) at row index:0 I've...
View Article6 Effective Ways To Get More Money Online
If you are thinking about as whether you can truly profit on RedGage? Here is a little more information about Redgage.com. Presently, post whatever you feel like posting online- it is possible that...
View Articlehttps://restapi.e-conomic.com/invoices-experimental/drafts assigns all...
TL;DR: When creating an invoice draft using https://restapi.e-conomic.com/invoices-experimental/drafts the draft is created with succes, but all amounts are set to 0.0. Questions: Is this caused by...
View ArticleБольший выбор
Писать продажники ох, как сложно! Сама сейчас корплю над этим уже не один день. Но я уверена в том, что и этому можно научиться. Просто нужно время. А делать что-то в первый раз всегда очень трудно....
View ArticleCode example for SOAP in C#
Hi Even though a lot of your services has changed to REST, some services still require SOAP and unfortunately (for me) Invoice_GetOioXml...
View ArticleBook invoice through the REST API
Is it possible to book the invoice through the REST API ? I can see that is possible through the SOAP API but not sure about REST API ? Thanks, Kristiyan
View ArticleAnswered: Create Invoice Draft - REST API
Is that each company account has a unit url address for you to post to? Otherwise, is that posting to the same general address will not work? I do not think that by simply adding appId and accessId can...
View ArticleAnswered: Get DIBS payment link from invoice no
Hi dapa Can you please further specify what you mean by DIBS link? Is it available in the application?
View ArticleAnswered: https://restapi.e-conomic.com/invoices-experimental/drafts assigns...
Hi, All properties representing totals on draft invoices are read-only, and calculated from the draft invoice's lines. For example, the netAmount is a total each of the lines' (quantity * unitNetPrice...
View ArticleDiscounts as an amount?
Hello, I know it is possible to set the discount of an orderline as a percentage. But this is not sufficient, because of rounding errors etc. when importing orders from other systems. In fact, it is...
View ArticleAnswered: Product_GetDataArray stopped working ?
Hi Thomas and JHRoss, We are aware of the problem and expect to have a fix out later tonight.
View ArticleAnswered: App identifier in SOAP request (PHP)
This is a SOAP request, so using curl isn't that straight forward, but it is possible. You need to add two more headers X-EconomicAppIdentifier: YOUR APP IDENTIFIER SOAPAction:...
View ArticleAccount_GetEntryTotalsByDate not working
It looks like Account_GetEntryTotalsByDate is not working. It looks like i do not get totals for all accounts Are there others who can verify that?
View ArticleGet product suppliers or supplier invoice
Can I use the soap or rest api to retrieve supplier invoices? For instance I want to see which products a specific supplier has supplied.
View ArticleHow to OrderBy
It seems that Account.GetAll and AccountData.GetDataArray has stopped sorts in account number order. How do i use OrderBy??
View ArticleAccount balance at a specific date with rest and jquery
Which is the easiest way to get an account balance at a specific date? The balance property only gives the current balance if I understand correct?
View Article