Retrieves the lot ID for the specified event ID which is closing next
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public JsonResult GetNextLotClosing( int eventId )
Parameters
- eventId
- Type: SystemInt32
the id of the event to get increments for
Return Value
Type: JsonResultJSON encoded result { { LotId = x } }
See Also