Click or drag to resize

IUCJsonActivityGroupMemberSet Method


Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
bool ActivityGroupMemberSet(
	string reservationNo,
	int memberSequence,
	string contact,
	string name,
	string email,
	string phone,
	string guestType,
	string optionalComment
)

Parameters

reservationNo  String
memberSequence  Int32
contact  String
name  String
email  String
phone  String
guestType  String
optionalComment  String

Return Value

Boolean
Remarks
LS Central WS2: SetGroupMembers
See Also