Click or drag to resize

IUCServiceActivityAttributesGet Method

Returns list of Attributes which are assigned on a given Activity product, reservation or activity entry

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
List<AttributeResponse> ActivityAttributesGet(
	AttributeType type,
	string linkNo
)

Parameters

type  AttributeType
linkNo  String

Return Value

ListAttributeResponse
Remarks
LS Central WS2: GetAttributes
See Also