dolibarr/htdocs/webservices
cam.lafit 368fb314fe FIX : missing object on createInvoiceFromOrder
* To create an invoice from order, we must have an order first
Load class as requirment
2017-05-18 10:22:15 +02:00
..
admin Debug web service project 2016-04-08 21:50:31 +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 Clean code. Using 2 different key for a param is not more allowed. 2017-05-05 18:42:11 +02:00
server_category.php FIX SEC Improve CSRF protection. Reduce usage of NOCSRFCHECK. 2016-09-08 12:12:00 +02:00
server_contact.php FIX SEC Improve CSRF protection. Reduce usage of NOCSRFCHECK. 2016-09-08 12:12:00 +02:00
server_invoice.php FIX : missing object on createInvoiceFromOrder 2017-05-18 10:22:15 +02:00
server_order.php FIX SEC Improve CSRF protection. Reduce usage of NOCSRFCHECK. 2016-09-08 12:12:00 +02:00
server_other.php FIX SEC Improve CSRF protection. Reduce usage of NOCSRFCHECK. 2016-09-08 12:12:00 +02:00
server_payment.php Provide payment SOAP webservices 2017-05-18 10:18:45 +02:00
server_productorservice.php Fix regression 2017-04-14 15:42:58 +02:00
server_project.php FIX SEC Improve CSRF protection. Reduce usage of NOCSRFCHECK. 2016-09-08 12:12:00 +02:00
server_supplier_invoice.php FIX SEC Improve CSRF protection. Reduce usage of NOCSRFCHECK. 2016-09-08 12:12:00 +02:00
server_thirdparty.php FIX SEC Improve CSRF protection. Reduce usage of NOCSRFCHECK. 2016-09-08 12:12:00 +02:00
server_user.php FIX SEC Improve CSRF protection. Reduce usage of NOCSRFCHECK. 2016-09-08 12:12:00 +02: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).