actindo ->bill__set_customer
actindo -> bill__set_customer: Set customer on bill
Signaturint bill__set_customer( string $sid, int $bill_id, int $deb_kred_id [, dk_params $customer [, boolean $get_dk_info [, int $address_id]]] )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • int $bill_id
    Bill-ID
     
  • int $deb_kred_id
    customer number
     
  • dk_params $customer
    customer info
     
  • boolean $get_dk_info
    get dk info
     
  • int $address_id
    address id, available since __TICKET_NAME_CHX-179__
     
Returnsint
0, if OK. Error code if not OK
 
DescriptionSet customer on bill

Set customer on bill while obeying which fields are the same in bill & dk-tables