actindo ->rma__add_change_product
actindo -> rma__add_change_product: Add/change article to/in return bill
Signaturstring rma__add_change_product( string $sid, int $bill_id, string $art_nr, int $return_count, int $reason [, int $pos_id] )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • int $bill_id
    Bill ID
     
  • string $art_nr
    art nr
     
  • int $return_count
    return article count
     
  • int $reason
    reason for return
     
  • int $pos_id
    Position ID (only for changing an article)
     
Returnsstring
{ "ok": bool }
 
DescriptionAdd/change article to/in return bill