dolibarr-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dolibarr-dev] Questions about webservices


From: Xebax
Subject: Re: [Dolibarr-dev] Questions about webservices
Date: Fri, 29 Jul 2016 19:48:19 +0200
User-agent: Mutt/1.6.0 (2016-04-01)

Hi Nicolas,

Using the web services is safest than inserting/updating data
directly in database, sure.

You can create objects with the REST API using the POST verb.

2016ko uztailaren 28an, osteguna, address@hidden zion :
> Have you check this PR, it's just merged. Looks to respond at your problem :
> https://github.com/Dolibarr/dolibarr/pull/5379

The REST API has been refactored (in the PR above) and the current API
has been deprecated but the differences are small and upgrading to the
new API will be easy, for example if you want to create a third party:
  current API:    POST /api/index.php/thirdparty?api_key=token
  refactored API: POST /api/index.php/thirdparties?api_key=token
with the same request body.

The current API is the one present in the versions 3.9.x and 4.0.x.
The refactored API is available in the develop branch and should be
published in a future version, I guess.

I don't know if the SOAP API will be supported in the future.

eldy, what are your plans about all that?

Best regards,
-- 
Xebax

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]