Processes request to add a line item to the specified invoice
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult AddInvoiceAdjustment( int InvoiceID, string returnUrl )
Parameters
- 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