actindo ->bill__allow_dispatch
actindo -> bill__allow_dispatch: Allow dispatch of bill, new since __TICKET_NAME_RSFK-314__
Signaturstring bill__allow_dispatch( string $sid, int $billId )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • int $billId
    Bill-ID
     
Returnsstring
array('ok'=>true/false, 'errno'=>error number in case of ok=false)
 
DescriptionAllow dispatch of bill, new since __TICKET_NAME_RSFK-314__