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.4
SyntaxList<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