Click or drag to resize

IUCJsonActivityAttributesGet 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 2024.4
Syntax
C#
List<AttributeResponse> ActivityAttributesGet(
	AttributeType type,
	string linkNo
)

Parameters

type
Type: LSRetail.Omni.Domain.DataModel.Activity.ActivitiesAttributeType
linkNo
Type: SystemString

Return Value

Type: ListAttributeResponse
Remarks
LS Central WS2 : GetAttributes
See Also