Click or drag to resize

IUCServiceCheckAvailability Method

Gets Hospitality Kitchen Current Availability

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
List<HospAvailabilityResponse> CheckAvailability(
	List<HospAvailabilityRequest> request,
	string storeId
)

Parameters

request
Type: System.Collections.GenericListHospAvailabilityRequest
List of items to get, if empty, get all items
storeId
Type: SystemString
Store to get, if empty get all stores

Return Value

Type: ListHospAvailabilityResponse
See Also