Processes request to create an invoice based on the specified line item
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult CreateInvoice( int id, string returnUrl )
Parameters
- id
- Type: SystemInt32
ID of the line item - returnUrl
- Type: SystemString
Url to redirect to (default account summary if missing)
Return Value
Type: ActionResultRedirect to invoice detail view (or redirect to "returnUrl" for errors)
See Also