Click or drag to resize

IUCServiceActivityProductChargesGet Method

Returns list of charges for products

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
List<AdditionalCharge> ActivityProductChargesGet(
	string locationNo,
	string productNo,
	DateTime dateOfBooking
)

Parameters

locationNo  String
productNo  String
dateOfBooking  DateTime

Return Value

ListAdditionalCharge
Remarks
LS Central WS2: GetProductChargesV2
See Also