Click or drag to resize

IUCServiceActivityAttributeSet 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.4
Syntax
C#
int ActivityAttributeSet(
	AttributeType type,
	string linkNo,
	string attributeCode,
	string attributeValue
)

Parameters

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

Return Value

Type: Int32
Remarks
LS Central WS2 : SetAttribute
See Also