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

RealTimeControllerGetNextLotClosing Method

AuctionWorx 3.5 API
Retrieves the lot ID for the specified event ID which is closing next

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

Reference

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