dolibarr/htdocs/webservices
Jan ddbfaf0788 wrong position of counter reset
extrafields will work now ;) and not the first product gets the last extrafields values
2018-08-12 19:16:49 +02:00
..
admin Fix back link of look and feel v7 2018-02-26 09:20:05 +01: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
demo_wsclient_invoice.php-NORUN
demo_wsclient_order.php-NORUN
demo_wsclient_other.php-NORUN
demo_wsclient_productorservice.php-NORUN
demo_wsclient_project.php-NORUN
demo_wsclient_thirdparty.php-NORUN
index.php
README.md
server_actioncomm.php Clean code of deprecated usage 2018-02-21 14:48:25 +01:00
server_category.php FIX SEC Improve CSRF protection. Reduce usage of NOCSRFCHECK. 2016-09-08 12:12:00 +02:00
server_contact.php Clean code of deprecated usage 2018-02-21 14:48:25 +01:00
server_invoice.php Add API "close" for proposals 2017-10-18 11:10:08 +02:00
server_order.php Fix for php7.2 2017-11-17 18:04:55 +01:00
server_other.php FIX SEC Improve CSRF protection. Reduce usage of NOCSRFCHECK. 2016-09-08 12:12:00 +02:00
server_payment.php Fix travis error 2017-05-18 22:23:59 +02:00
server_productorservice.php wrong position of counter reset 2018-08-12 19:16:49 +02:00
server_project.php Clean code of deprecated usage 2018-02-21 14:48:25 +01:00
server_supplier_invoice.php Fix missing field label 2017-12-12 11:48:51 +01: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).