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

Parameters

contactNo
Type: SystemString
Member Contact
memberShipNo
Type: SystemString
comment
Type: SystemString

Return Value

Type: Boolean
Remarks
LS Central WS2 : CancelMembership
See Also