dolibarr 21.0.0-alpha
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$authenticationArray of authentication information
array$actioncomm$actioncomm
Returns
array Array result

Definition at line 437 of file server_actioncomm.php.

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

◆ getActionComm()

getActionComm ( $authentication,
$id )

Get ActionComm.

Parameters
array$authenticationArray of authentication information
int$idId of object
Returns
mixed

Definition at line 276 of file server_actioncomm.php.

References check_authentication(), dol_print_date(), and dol_syslog().

◆ getListActionCommType()

getListActionCommType ( $authentication)

Get getListActionCommType.

Parameters
array$authenticationArray of authentication information
Returns
mixed

Definition at line 378 of file server_actioncomm.php.

References check_authentication(), and dol_syslog().

◆ updateActionComm()

updateActionComm ( $authentication,
$actioncomm )

Create ActionComm.

Parameters
array$authenticationArray of authentication information
array$actioncomm$actioncomm
Returns
array Array result

Definition at line 521 of file server_actioncomm.php.

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