Click or drag to resize

IUCJsonActivityMembershipCancel Method

Cancels a specific membership and validates if cancellation is in order (i.e. compares to commitment period)

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
bool ActivityMembershipCancel(
	string contactNo,
	string memberShipNo,
	string comment
)

Parameters

contactNo  String
Member Contact
memberShipNo  String
comment  String

Return Value

Boolean
Remarks
LS Central WS2: CancelMembership
See Also