Click or drag to resize

IUCJsonActivityAvailabilityGet 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.8.0
Syntax
C#
List<AvailabilityResponse> ActivityAvailabilityGet(
	string locationNo,
	string productNo,
	DateTime activityDate,
	string contactNo,
	string contactAccount,
	string optionalResource,
	string promoCode,
	string activityNo,
	int noOfPersons,
	string guestType
)

Parameters

locationNo  String
productNo  String
activityDate  DateTime
contactNo  String
contactAccount  String
optionalResource  String
promoCode  String
activityNo  String
noOfPersons  Int32
guestType  String

Return Value

ListAvailabilityResponse
Remarks
LS Central WS2: GetAvailabilityVx

Optional to include required resource (if only specific resource) and contactNo for accurate pricing.

Example
Sample request including minimum data needed to be able to process the request in LS Commerce
REST Sample Request
{
    "locationNo": "CAMBRIDGE",
    "productNo": "MASSAGE30",
    "activityDate": "\/Date(1580580398000)\/",
    "contactNo": "MO000008",
    "optionalResource": "",
    "promoCode": ""
}
See Also