dolibarr
x.y.z
|
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... | |
File that is entry point to call Dolibarr WebServices.
Definition in file server_actioncomm.php.
createActionComm | ( | $authentication, | |
$actioncomm | |||
) |
Create ActionComm.
array | $authentication | Array of authentication information |
ActionComm | $actioncomm | $actioncomm |
Definition at line 410 of file server_actioncomm.php.
getActionComm | ( | $authentication, | |
$id | |||
) |
Get ActionComm.
array | $authentication | Array of authentication information |
int | $id | Id of object |
Definition at line 256 of file server_actioncomm.php.
getListActionCommType | ( | $authentication | ) |
Get getListActionCommType.
array | $authentication | Array of authentication information |
Definition at line 354 of file server_actioncomm.php.
updateActionComm | ( | $authentication, | |
$actioncomm | |||
) |
Create ActionComm.
array | $authentication | Array of authentication information |
ActionComm | $actioncomm | $actioncomm |
Definition at line 492 of file server_actioncomm.php.