Click or drag to resize

IUCJsonActivityGetByResource 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 2024.4
Syntax
C#
List<Booking> ActivityGetByResource(
	string locationNo,
	string resourceNo,
	DateTime fromDate,
	DateTime toDate
)

Parameters

locationNo
Type: SystemString
resourceNo
Type: SystemString
fromDate
Type: SystemDateTime
toDate
Type: SystemDateTime

Return Value

Type: ListBooking
Remarks
LS Central WS2 : UploadResourceActivities
See Also