Click or drag to resize

IUCServiceActivityReservationsHeaderGet Method

Look up Reservation Headers

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
List<ResHeader> ActivityReservationsHeaderGet(
	string reservationNo,
	string reservationType,
	string status,
	string locationNo,
	DateTime fromDate
)

Parameters

reservationNo  String
reservationType  String
status  String
locationNo  String
fromDate  DateTime

Return Value

ListResHeader
Remarks
LS Central WS2: GetActReservations
See Also