actindo ->bill__delete
actindo -> bill__delete: Delete bill, optionally without booking
Signaturstring bill__delete( string $sid, int $bill_id [, boolean $with_booking] )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • int $bill_id
    Bill-ID
     
  • boolean $with_booking
    Also delete booking?
     
Returnsstring
Result-Array
 
DescriptionDelete bill, optionally without booking

Deletes a bill by bill_id, optionally without deleting booking.