partial hold of invoice by backend
suppose there is invoice having 2 lines having
Line1 Amount : 1000
Line2 Amount : 2000
The program should accept a hold amount value (say 2200); it should apply hold of 2000 on line 2, and 200 on line1.
Only line1 should have 800 pending (without any hold) after successful execution of program, I have checked by this frontend using schedule payment but I want this scenario by backend is there any api for partial hold of invoice i checked for api_hold_pkg.insert_Single row but this does not satisfy my requirement