Click or drag to resize

IUCServiceActivityGetByResource Method

Get list of activities assigned to a resource, required parameters Resource code (number), Date from and to date

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
List<Booking> ActivityGetByResource(
	string locationNo,
	string resourceNo,
	DateTime fromDate,
	DateTime toDate
)

Parameters

locationNo  String
resourceNo  String
fromDate  DateTime
toDate  DateTime

Return Value

ListBooking
Remarks
LS Central WS2: UploadResourceActivities
See Also