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 2024.4
Syntax
C#
List<AvailabilityResponse> ActivityResourceGroupAvailabilityGet(
	string locationNo,
	DateTime activityDate,
	string groupNo,
	string intervalType,
	int noOfDays
)

Parameters

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

Return Value

Type: ListAvailabilityResponse
Remarks
LS Central WS2 : GetResourceGroupAvailability
See Also