Answered: /invoices-experimental out of experimental?
Hi rln We expect to attack /invoices-experimental/booked in Q1 2016. A date for coming out of experimental has not yet been set.
View ArticleAnswered: If the 'nillable' attribute is false in the schema, the 'xsi:nil'...
Hi usux"If the 'nillable' attribute is false in the schema, the 'xsi:nil' attribute must not be present in the instance" Yes. If the schema defines a field to be nillable:false it means that it must be...
View ArticleAnswered: Account_GetEntryTotalsByDate incoming balance
Hi eivfjeld Please contact API support (api@e-conomic.com).
View ArticleCreate Customer via REST in C#
I have tried for months now to create a customer either by post or put, and it is simply not working for me. Is it by any change possible to get a working C# example where you are using C#? Please...
View ArticleAnswered: Enable VAT for /invoices-experimental/drafts
Hi tjeb4a /invoices-experimental invoice drafts must have the VatZone defined on the recipient object of the invoice: "recipient": {    "address": "Sesame Street 15",    "name": "Woolly...
View ArticleAnswered: SOAP API ,Order_CreateFromData method produce error
Hi Linto You were sending an empty array.<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";...
View ArticleAnswered: Open Debtor Entries
Hi Cuong That would be: DebtorEntry_GetAllOpenEntries - Followed by getting all the entry data would enable you to list all debtor handles with open entries.
View ArticleAnswered: omsætningsstatistik
Hi bahn What is slowest in your current method is likely the loop where you get the linehandles for each invoice. You might want to look at InvoiceLine_FindByProductList instead if you're looking up...
View ArticleAnswered: SOAP: Account_UpdateFromDataArray: what is
hi webmat 1) Best bet is that you should use an invoice. Either sales invoice or manual debtor invoice. Depends on your scenario. 2) Customer balance is independent of bank transfer time. How you...
View ArticleAnswered: Approved on TimeEntry_UpdateFromData
Hi suro TimeEntries must be approved using TimeEntry_ApproveEntries
View ArticleDebtorContact_CreateFromData does not use the passed Number
If I do not pass a Number on a Debtor Contact, I will get an error that sounds something like: Economic.Api.Exceptions.SchemaException(E00500): The element 'data' in namespace 'http://e-conomic.com'...
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 ArticleOrder_CreateFromData fails with an internal error
Hi, I am currently trying to create an order through the SOAP API and here is my request and the response: Request: http://pastebin.com/WLinrS8h Response: http://pastebin.com/mZFw2Xnd Can you guys tell...
View ArticleAnswered: DebtorContact_CreateFromData does not use the passed Number
Hi Mathias DebtorContacts are (as you've noted) numbered sequentially and cannot be numbered manually. Please send '0' (or any integer for that matter). The response will include the id of your newly...
View ArticleAnswered: Create Customer via REST in C#
Hi Brians, Can you be a little more specific? What response do you get? You should get a json response, that tells you what is wrong. You can see the documentation on the properties here...
View ArticleHi i need a example script for doing rest api calls in php
Hi i have tried find a way to do api calls with php to E-conomic Rest api so if someone have a little example script in php would be awsome that for ex get data...
View ArticleCurrentInvoiceLine_CreateFromData need handle, id and number
in CurrentInvoiceLine_CreateFromData an Id, a Number and a Handle is needed but I can't seem to figure out which data goes here, it allready have a ProductHandle and an InvoiceHandle. is it posible to...
View ArticleApp Identifier X-EconomicAppIdentifier
Is it possible to add the header in the app.config or web.config files in endpoint? If not - how can it be done in c#?
View ArticleAnswered: The accounting year for invoice date xxx has not been created
Hi Morten Please sign up for an e-conomic demo agreement and test against this: https://www.e-conomic.dk/regnskabsprogram/demo-alle We are not able to support Reviso agreements and we'd need access to...
View ArticleAnswered: SOAP: CurrentInvoice_CreateFromDataArray: Contain no valid Invoice...
Hi Webmat If you create an invoice in GUI you cannot book that either wihtout adding lines. Amount on an invoice is the total based on the linedata. Please create one or more invoice lines in order to...
View Article