Click or drag to resize

IUCService.ActivityMembershipCancel 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 2025.4
Syntax
C#
bool ActivityMembershipCancel(
	string contactNo,
	string memberShipNo,
	string comment
)

Parameters

contactNo
Type: System.String
Member Contact
memberShipNo
Type: System.String
comment
Type: System.String

Return Value

Type: Boolean
Remarks
LS Central WS2 : CancelMembership
See Also