PriceGroup_GetPrice
Hi, Is there any way to set a price for a product in a specific pricegroup using the API e.g. PriceGroup_SetPrice? /Thomas
View ArticleAnswered: Customer contacts via rest api
Hi CloudIT, Customer Contacts are not yet available through the REST Api. I can't tell you the exact timeframe for when they will be either unfortunately. Best regards, Rasmus Beck e-conomic
View ArticleError while posting new draft invoice REST API
{"message":"We have experienced an internal server error. The error has been logged.","errorCode":"E00000","developerHint":"If you continue to see errors here, please contact api@e-conomic.com....
View ArticleGet OCR-number for invoice
Hi, I representing one of your customer. They want to offer their customers to pay their invoices via Bankgiro by using OCR-numbers. Today they transfer all their invoices from their internal system to...
View Articlerollback on error, cant delete invoices
i need to be able to do a rollback when creating multiple invoices if any error happens. the way i do that now is a save an array with the handles of the invoices i create and if i get an error i then...
View ArticleOrder searching in web-interface
In my app there are an internal order ids. When creating order I set this ids to 'OtherReference'. Earlier out customers was able to search for orders by this internal ids in web-interface. But now...
View ArticleAnswered: REST API documentation
Hi CloudIT, We are working on the documentation at this very moment. I can't tell you exactly when it will be up, but it is on the way. Is there a specific endpoint you are having trouble with right...
View ArticleAnswered: Error while posting new draft invoice REST API
Hi Asci, Could you give us an example of your request body? Alternatively you can send us a message on api@e-conomic.com. Then we will take a look at what is going wrong. Best, Rasmus Beck
View ArticleAnswered: Get delivery notes of Inventory module from API
Hi Darshan, No that isn't exposed through the API. Regards, Rasmus Beck
View ArticleFIK import - rykker kontra faktura
Er der nogen der kan sige mig hvordan FIK import funktionen i Dansk e-conomic kan finde ud af hvad der er en standard faktura indbetaling og hvad der er en rykker betaling? Type: Faktura Type:...
View ArticleAnswered: rollback on error, cant delete invoices
Hi, This is indeed possible, but only for CurrentInvoices. Once invoices are booked they cannot be deleted, so create all invoices before booking them. Keep track of the CurrentInvoice handle (which...
View ArticleAn internal error has occurred. (id=6660f82c-4f89-4fc1-8db3-8c370f0ee10d)
Hi, i am getting following error. Economic.Api.Exceptions.ServerException(E00000): An internal error has occurred. (id=6660f82c-4f89-4fc1-8db3-8c370f0ee10d) Is there any meaning for...
View ArticleAnswered: The best way to market on Craigslist...?
Gold Aegis gold principle for Buying or Selling on Craigslist The only real safe means to make use of Craig's List Online Service is money & bring. Owner gets after viewing the item in-person, the...
View ArticleFind the Margin for an Invoice
Hi everybody, I'm trying to figure out the margin on invoices for a certain period. I'm using Invoice_FindByDateInterval, to get all the invoices, and Invoice_GetDataArray to get the data for each...
View ArticleAnswered: An internal error has occurred....
From my experience, either there is a server error at E-Conomic, which happens very rarely now a days, or you hve an error in some of the parameters you have supplied to the API Call. Can you paste...
View ArticleGet discount of the customer from debtor id
How i can get discount value from the debtor id. Is there any API available??
View ArticleGet invoice for specific debtor
I need to get a list of all invoices on a debtor - in a specific date interval. When i use Invoice_FindByDateInterval i can only specify to and from date and get all invoices for all debtors. Then i...
View ArticleCurrentInvoiceData - Get the Invoice Number
Hi, I've might have missed something, however i can't seem to get the number of a newly created invoice. I'm doing integration on a system, i'd like to be able to display the Invoicenumber to enable...
View ArticleHow to get activity from Entry or DebEntry?
It is possible to get Project number from an transaction from Entry.Project.Number. I can't seem to get the activity number from Entry however. It is possible to get allowable activities from...
View ArticleAnswered: CurrentInvoiceData - Get the Invoice Number
Hi Dennis, The invoice does not get a valid Invoice number until it is booked using the CurrentInvoice_Book method which returns the Invoice object. This object has the InvoiceHandle property which I...
View Article