Quantcast
Channel: e-conomic Global API Forum
Viewing all 2527 articles
Browse latest View live

api cashbook

$
0
0

Hi. When will it be possible to create cash books via the SOAP API?


create a customer using rest api

$
0
0

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

  1. create customer
  2. create invoices

I check rest api document but i only pull the information, please provide method for pushing data on economic.

 

Answered: how to use webhooks with c# only records has been change or newly created

$
0
0
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: http://wiki.e-conomic.co.uk/settings/web-hooks

You need a server that is publically available to be able to respond to those HTTP GET requests. When using C# I would recommend a web framework such as NancyFX (http://www.nancyfx.org) to set up a webserver that can respond to those web hooks.

Hope that helps.

Answered: CREATING A SUPPLIER INVOICE VOUCHER

$
0
0

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 you need to set up your number series, and make sure that it exists. As stated in the documentation, you need to make sure it is an object reference as well eg.

"numberSeries":{"numberSeriesNumber":3,"self":"https://restapi.e-conomic.com/number-series/3"}

You just put in the text "somenumberseries".

Answered: Resources: Cost types, Projects, Bank reconciliation.

$
0
0
Hi LuBaki,

That isn't available in the API yet.

Invoicenumber for CurrentInvoice

$
0
0
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. I know it is temporary, but why can I noget get the number anyway? It will only be used for display reasons, and the Id is used for retrieval for the invoice.

BR

Brian

Answered: how to create a new debtor using api

$
0
0
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 list of layout handles by calling TemplateCollection_GetAll.

I hope that helps,
Rasmus Beck
Developer, e-conomic

Answered: Unable to set correct invoice margin

$
0
0
Hi MG

Please include your UnitCostPrice on your lines. Margin is calculated based on UnitCostPrice.

Answered: Invoicenumber for CurrentInvoice

$
0
0
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 currently doesn't exist any way to map the Number in SOAP with draftInvoiceNumber in REST.

Answered: Error message: This call is blocked for users of the international ledger.

$
0
0
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 handling the accounting means that API interaction with the agreement has to reflect this.

With International Ledger cashbooks are replaced in entirety by a vouchers and interaction is only exposed via REST: /vouchers

Your solution for Denmark and Norway can use the same SOAP setup but for Sweden you'll need to use REST.

Please see: http://restdocs.e-conomic.com/#vouchers

Answered: Creating customer with the API

$
0
0
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 the URL to the endpoint to get an example of the object you're looking to create.

Answered: Send linefeed via REST api

$
0
0
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.

Answered: Add line to invoice

$
0
0
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'=> [
[
"lineNumber"=> 2,
"product" => ["productNumber"=> "500"],
"quantity"=> 1.00,
"unitNetPrice"=> 200,
"productName"=> 'Ur oprettelse'
],
"lineNumber"=> 3,
"product" => ["productNumber"=> "500"],
"quantity"=> 2.00,
"unitNetPrice"=> 200,
"productName"=> 'Another line added'
]
],

Answered: [REST API] Bad Request error with supplier-invoices

$
0
0
Hi

Does the accounting year exists in the e-conomic agreement you're connecting to?

Answered: convert an order to invoice using API operation


Danish Special Characters in XML(Latin Encoding)

$
0
0

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 through Webservice, what type of encoding technique to be follwed to over come.

 

Answered: assign delivery location ean number in order

Answered: E-conomic Barcode = product number

$
0
0

Answered: Send invoice with EAN number via API?

$
0
0
Hi Jens

Booking via the EAN system is a GUI only feature.

Answered: Any news on availability of EAN-invoicing?

$
0
0
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.
Viewing all 2527 articles
Browse latest View live