Click or drag to resize

IUCJsonActivityReservationsHeaderGet Method

Look up Reservation Headers

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

Parameters

reservationNo
Type: SystemString
reservationType
Type: SystemString
status
Type: SystemString
locationNo
Type: SystemString
fromDate
Type: SystemDateTime

Return Value

Type: ListResHeader
Remarks
LS Central WS2 : GetActReservations
See Also