Click or drag to resize

IUCJsonActivityAttributeSet Method

Action to set an attribute value on a given reservation or activity. If attribute does not exist on the entry then its inserted otherwise updated

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
int ActivityAttributeSet(
	AttributeType type,
	string linkNo,
	string attributeCode,
	string attributeValue
)

Parameters

type  AttributeType
linkNo  String
attributeCode  String
attributeValue  String

Return Value

Int32
Remarks
LS Central WS2: SetAttribute
See Also