dolibarr  17.0.4
Functions
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. More...
 
 getListActionCommType ($authentication)
 Get getListActionCommType. More...
 
 createActionComm ($authentication, $actioncomm)
 Create ActionComm. More...
 
 updateActionComm ($authentication, $actioncomm)
 Create ActionComm. More...
 

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
ActionComm$actioncomm$actioncomm
Returns
array Array result

Definition at line 410 of file server_actioncomm.php.

◆ getActionComm()

getActionComm (   $authentication,
  $id 
)

Get ActionComm.

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

Definition at line 256 of file server_actioncomm.php.

◆ getListActionCommType()

getListActionCommType (   $authentication)

Get getListActionCommType.

Parameters
array$authenticationArray of authentication information
Returns
mixed

Definition at line 354 of file server_actioncomm.php.

◆ updateActionComm()

updateActionComm (   $authentication,
  $actioncomm 
)

Create ActionComm.

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

Definition at line 492 of file server_actioncomm.php.