|
dolibarr
13.0.2
|
File that is entry point to call Dolibarr WebServices. More...
Go to the source code of this file.
Functions | |
| createProject ($authentication, $project) | |
| Create project. More... | |
| getProject ($authentication, $id= '', $ref= '') | |
| Get a project. More... | |
File that is entry point to call Dolibarr WebServices.
Definition in file server_project.php.
| createProject | ( | $authentication, | |
| $project | |||
| ) |
Create project.
| array | $authentication | Array of authentication information |
| array | $project | Project info |
Definition at line 237 of file server_project.php.
References check_authentication(), dol_stringtotime(), and dol_syslog().
| getProject | ( | $authentication, | |
$id = '', |
|||
$ref = '' |
|||
| ) |
Get a project.
| array | $authentication | Array of authentication information |
| string | $id | internal id |
| string | $ref | internal reference |
Definition at line 339 of file server_project.php.
References check_authentication(), dol_print_date(), and dol_syslog().