dolibarr 21.0.0-beta
server_actioncomm.php File Reference

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.
 

Detailed Description

File that is entry point to call Dolibarr WebServices.

Definition in file server_actioncomm.php.

Function Documentation

◆ createActionComm()

createActionComm ( $authentication,
$actioncomm )

Create ActionComm.

Parameters
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
Returns
array{result:array{result_code:string,result_label:string}} Array result

Definition at line 439 of file server_actioncomm.php.

References $conf, check_authentication(), dol_now(), and dol_syslog().

◆ getActionComm()

getActionComm ( $authentication,
$id )

Get ActionComm.

Parameters
array{login:string,password:string,entity:?int,dolibarrkey:string}$authentication Array of authentication information
int$idId of object
Returns
mixed

Definition at line 278 of file server_actioncomm.php.

References $conf, $id, check_authentication(), dol_print_date(), and dol_syslog().

◆ getListActionCommType()

getListActionCommType ( $authentication)

Get getListActionCommType.

Parameters
array{login:string,password:string,entity:?int,dolibarrkey:string}$authentication Array of authentication information
Returns
mixed

Definition at line 380 of file server_actioncomm.php.

References $conf, check_authentication(), and dol_syslog().

◆ updateActionComm()

updateActionComm ( $authentication,
$actioncomm )

Create ActionComm.

Parameters
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
Returns
array{result:array{result_code:string,result_label:string}} Array result

Definition at line 523 of file server_actioncomm.php.

References $conf, $object, check_authentication(), dol_now(), and dol_syslog().