Retrieves the lot ID for the specified event ID and Lot Number
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public JsonResult GetLotIdByLotNumber( int eventId, string lotNumber )
Parameters
- eventId
- Type: SystemInt32
the id of the event to get increments for - lotNumber
- Type: SystemString
alpha-numeric lot number
Return Value
Type: JsonResultJSON encoded result { { LotId = x } }
See Also