You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > SoftClosingGroups Method (Int32, String)

AccountControllerSoftClosingGroups Method (Int32, String)

AuctionWorx 3.5 API
Processes request to update the Soft Closing Group details for the specified Event

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public ActionResult SoftClosingGroups(
	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: ActionResult
View(EventOrganization)
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.