dolibarr 21.0.0-beta
|
File that is entry point to call Dolibarr WebServices. More...
Go to the source code of this file.
Functions | |
getActionComm ($authentication, $id) | |
Get ActionComm. | |
getListActionCommType ($authentication) | |
Get getListActionCommType. | |
createActionComm ($authentication, $actioncomm) | |
Create ActionComm. | |
updateActionComm ($authentication, $actioncomm) | |
Create ActionComm. | |
File that is entry point to call Dolibarr WebServices.
Definition in file server_actioncomm.php.
createActionComm | ( | $authentication, | |
$actioncomm ) |
Create ActionComm.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information |
array{id:string,ref:string,ref_ext:string,type_id:string,type_code:string,type:string,label:string,datep:int,datef:int,datec:int,datem:int,note:string,percentage:string,author:string,usermod:string,userownerid:string,priority:string,fulldayevent:string,location:string,socid:string,contactid:string,projectid:string,fk_element:string,elementtype:string} | $actioncomm $actioncomm |
Definition at line 439 of file server_actioncomm.php.
References $conf, check_authentication(), dol_now(), and dol_syslog().
getActionComm | ( | $authentication, | |
$id ) |
Get ActionComm.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information | |
int | $id | Id of object |
Definition at line 278 of file server_actioncomm.php.
References $conf, $id, check_authentication(), dol_print_date(), and dol_syslog().
getListActionCommType | ( | $authentication | ) |
Get getListActionCommType.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information |
Definition at line 380 of file server_actioncomm.php.
References $conf, check_authentication(), and dol_syslog().
updateActionComm | ( | $authentication, | |
$actioncomm ) |
Create ActionComm.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information |
array{id:string,ref:string,ref_ext:string,type_id:string,type_code:string,type:string,label:string,datep:int,datef:int,datec:int,datem:int,note:string,percentage:string,author:string,usermod:string,userownerid:string,priority:string,fulldayevent:string,location:string,socid:string,contactid:string,projectid:string,fk_element:string,elementtype:string} | $actioncomm $actioncomm |
Definition at line 523 of file server_actioncomm.php.
References $conf, $object, check_authentication(), dol_now(), and dol_syslog().