You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > RealTimeController Class > GetLotIdByLotNumber Method

RealTimeControllerGetLotIdByLotNumber Method

AuctionWorx 3.5 API
Retrieves the lot ID for the specified event ID and Lot Number

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: JsonResult
JSON encoded result { { LotId = x } }
See Also

Reference

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