Processes request to add a line item to an invoice
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult AddLineItem( int lineItemID, int invoiceID, string returnUrl )
Parameters
- lineItemID
- Type: SystemInt32
ID of the line item to be added - invoiceID
- Type: SystemInt32
ID of the invoice to be updated - returnUrl
- Type: SystemString
Return Url passed to invoice detail view
Return Value
Type: ActionResultRedirect to invoice detail view
See Also