Click or drag to resize

IBOJsonLSRecommendSetting Method


Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
bool LSRecommendSetting(
	string lsKey,
	string batchNo,
	string modelReaderURL,
	string authenticationURL,
	string clientId,
	string clientSecret,
	string userName,
	string password,
	int numberOfDownloadedItems,
	int numberOfDisplayedItems,
	bool filterByInventory,
	decimal minInvStock
)

Parameters

lsKey  String
 
batchNo  String
 
modelReaderURL  String
 
authenticationURL  String
 
clientId  String
 
clientSecret  String
 
userName  String
 
password  String
 
numberOfDownloadedItems  Int32
 
numberOfDisplayedItems  Int32
 
filterByInventory  Boolean
 
minInvStock  Decimal
 

Return Value

Boolean
See Also