IUCServiceCheckAvailability Method |
Gets Hospitality Kitchen Current Availability
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.4
SyntaxList<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