Processes request to add a new fee tier
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult AddFeeTier( int id, string LowerBoundInclusive, string UpperBoundExclusive, string Value, string ValueType )
Parameters
- id
- Type: SystemInt32
ID of the requested FeeSchedule to which this tier will be assigned - LowerBoundInclusive
- Type: SystemString
decimal value of the lower bound for this tier - UpperBoundExclusive
- Type: SystemString
decimal value of the upper bound for this tier - Value
- Type: SystemString
decimal value of the fee amount for this tier - ValueType
- Type: SystemString
string value indicating the fee amount type ("Fixed" or "Percent")
Return Value
Type: ActionResultRedirect to /Admin/EditEventFees/[id]
See Also