Click or drag to resize

IUCJsonActivityProductChargesGet Method

Returns list of charges for products

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

Parameters

locationNo
Type: SystemString
productNo
Type: SystemString
dateOfBooking
Type: SystemDateTime

Return Value

Type: ListAdditionalCharge
Remarks
LS Central WS2 : GetProductChargesV2
See Also