actindo ->rma__finish
actindo -> rma__finish: Finish return bill and possibly create GU/RE bills
Signaturstring rma__finish( string $sid, int $bill_id [, string $open_products [, float $shipping_costs [, string $nebenleistungen]]] )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • int $bill_id
    bill ID of return bill
     
  • string $open_products
    ("deliver" = deliver possibly open products; "cancel" = cancel open products)
     
  • float $shipping_costs
    shipping costs of return
     
  • string $nebenleistungen
    additional costs for return bill { "art_nr": string, "menge": int, "ges_brutto": float, }
     
Returnsstring
Result-Array { "ok": bool, "gu_bill_ids": [ int, int, ... ], "re_bill_id": int, "rs_bill_id": int, "return_customer_bill_id": int }
 
DescriptionFinish return bill and possibly create GU/RE bills