IUCJsonActivityGetByResource Method |
Get list of activities assigned to a resource, required parameters Resource code (number), Date from and to date
Namespace: LSOmni.ServiceAssembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
SyntaxList<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