Processes request to change or specify the preferred shipping option on a listing invoice
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult UpdateInvoiceShipping( int id, int ShippingOption, string returnUrl )
Parameters
- id
- Type: SystemInt32
ID of the invoice to be updated - ShippingOption
- Type: SystemInt32
Selected shipping option value - returnUrl
- Type: SystemString
the optional url to redirect to upon success
Return Value
Type: ActionResultRedirect to invoice detail view
See Also