IUCJsonActivityResourceAvailabilityGet Method |
Get availability for specific resource, for a specific date and location (all required parameters)
Namespace: LSOmni.ServiceAssembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
SyntaxList<AvailabilityResponse> ActivityResourceAvailabilityGet(
string locationNo,
DateTime activityDate,
string resourceNo,
string intervalType,
int noOfDays
)
Parameters
- locationNo String
- activityDate DateTime
- resourceNo 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: GetResourceAvailability
See Also