Click or drag to resize

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

Parameters

locationNo
Type: SystemString
activityDate
Type: SystemDateTime
resourceNo
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 : GetResourceAvailability
See Also