Returns the current price of a listing
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public JsonResult GetCurrentPrice( int listingID )
Parameters
- listingID
- Type: SystemInt32
ID of the requested listing
Return Value
Type: JsonResultJSON encoded DTO.CurrentPrice object
See Also