dolibarr 21.0.0-alpha
|
File that is entry point to call Dolibarr WebServices. More...
Go to the source code of this file.
Functions | |
createPayment ($authentication, $payment) | |
Create a payment. | |
File that is entry point to call Dolibarr WebServices.
Definition in file server_payment.php.
createPayment | ( | $authentication, | |
$payment ) |
Create a payment.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information |
array{id:int,thirdparty_id:int|string,amount:float|string,num_payment:string,bank_account:int|string,payment_mode_id?:int|string,invoice_id?:int|string,int_label?:string,emitter:string,bank_source:string} | $payment Payment |
Definition at line 160 of file server_payment.php.
References check_authentication(), dol_now(), and dol_syslog().