Click or drag to resize

IUCJsonActivityResourceGroupAvailabilityGet Method

Get availability for all active resource in specific resource group, for a specific date and location (all required parameters)

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
List<AvailabilityResponse> ActivityResourceGroupAvailabilityGet(
	string locationNo,
	DateTime activityDate,
	string groupNo,
	string intervalType,
	int noOfDays
)

Parameters

locationNo  String
activityDate  DateTime
groupNo  String
intervalType  String
Use specific intervals setup in the system or leave blank for whole day
noOfDays  Int32
Set how many days to return availability, if set to 0 then use default setting (10 days normally)

Return Value

ListAvailabilityResponse
Remarks
LS Central WS2: GetResourceGroupAvailability
See Also