Click or drag to resize

IUCJson.ActivityResourceAvailabilityGet Method

Get availability for specific resource, 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 2025.4
Syntax
C#
List<AvailabilityResponse> ActivityResourceAvailabilityGet(
	string locationNo,
	DateTime activityDate,
	string resourceNo,
	string intervalType,
	int noOfDays
)

Parameters

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

Return Value

Type: List<AvailabilityResponse>
Remarks
LS Central WS2 : GetResourceAvailability
See Also