Processes request to set the "shipped" status of an invoice
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult SetInvoiceShipped( int invoiceID, bool shipped, string returnUrl )
Parameters
- invoiceID
- Type: SystemInt32
ID of the invoice to update - shipped
- Type: SystemBoolean
true for shipped, false for NOT shipped - returnUrl
- Type: SystemString
Return Url passed to invoice detail view
Return Value
Type: ActionResultRedirect to invoice detail view
See Also