IUCServiceActivityAvailabilityGet Method |
Returns list of available time-slots/prices for a specific location,product and date
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.4
SyntaxList<AvailabilityResponse> ActivityAvailabilityGet(
string locationNo,
string productNo,
DateTime activityDate,
string contactNo,
string contactAccount,
string optionalResource,
string promoCode,
string activityNo,
int noOfPersons,
string guestType
)
Parameters
- locationNo
- Type: SystemString
- productNo
- Type: SystemString
- activityDate
- Type: SystemDateTime
- contactNo
- Type: SystemString
- contactAccount
- Type: SystemString
- optionalResource
- Type: SystemString
- promoCode
- Type: SystemString
- activityNo
- Type: SystemString
- noOfPersons
- Type: SystemInt32
- guestType
- Type: SystemString
Return Value
Type:
ListAvailabilityResponse
Remarks
LS Central WS2 : GetAvailabilityVx
Optional to include required resource (if only specific resource) and contactNo for accurate pricing.
See Also