Processes request to remove a line item from the specified invoice
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult RemoveLineItem( int lineItemID, int invoiceID, string returnUrl )
Parameters
- lineItemID
- Type: SystemInt32
ID of the requested line item to be removed - invoiceID
- Type: SystemInt32
ID of the requested invoice to be adjusted - returnUrl
- Type: SystemString
the optional url to redirect to upon success
Return Value
Type: ActionResultRedirect to /Admin/InvoiceDetail/[id]
See Also