Processes request to update the Closing Group details for the specified Event
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult ClosingGroups( int id, string jsonModel )
Parameters
- id
- Type: SystemInt32
ID of the specified Event - jsonModel
- Type: SystemString
the JSON-encoded data to apply
Return Value
Type: ActionResultView(EventOrganization)
See Also