dolibarr/htdocs/webservices
Laurent Destailleur 1ca17fb781
Merge pull request #9229 from Conspir3D/patch-2
fix: wrong position of counter reset
2018-08-12 19:16:15 +02:00
..
admin uniformize 2018-08-04 15:58:05 +02:00
demo_wsclient_actioncomm.php-NORUN Clean code. Using 2 different key for a param is not more allowed. 2017-05-05 18:42:11 +02:00
demo_wsclient_category.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
demo_wsclient_invoice.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
demo_wsclient_order.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
demo_wsclient_other.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
demo_wsclient_productorservice.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
demo_wsclient_project.php-NORUN New: Project WebServices 2016-04-07 22:08:50 +02:00
demo_wsclient_thirdparty.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
index.php Restler #3544 2015-11-22 17:17:06 +01:00
README.md Restler #3544 2015-11-22 17:17:06 +01:00
server_actioncomm.php test include 2018-07-26 11:34:51 +02:00
server_category.php test phpcs v3 2018-08-09 11:03:50 +02:00
server_contact.php test include 2018-07-26 11:34:51 +02:00
server_invoice.php test include 2018-07-26 11:34:51 +02:00
server_order.php test include 2018-07-26 17:30:53 +02:00
server_other.php test include 2018-07-26 11:34:51 +02:00
server_payment.php test include 2018-07-26 11:34:51 +02:00
server_productorservice.php wrong position of counter reset 2018-08-09 20:57:32 +02:00
server_project.php test include 2018-07-26 11:34:51 +02:00
server_supplier_invoice.php test include 2018-07-26 11:34:51 +02:00
server_thirdparty.php Clean code of deprecated usage 2018-02-21 14:48:25 +01:00
server_user.php Fix for php7.2 2017-11-17 18:04:55 +01:00

API SOAP howto

This directory contains files to make Dolibarr a server of SOAP Web Services.

Explore the api

Access to the API

Note, you can test this Webservices by calling the page http://mydomain.com/mydolibarr/webservices/demo_wsclient_xxx.php (You must first remove the -NORUN into file).