Click or drag to resize

IUCService.ContactAddCard Method

Add new card to existing Member Contact

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2025.4
Syntax
C#
double ContactAddCard(
	string contactId,
	string cardId,
	string accountId
)

Parameters

contactId
Type: System.String
cardId
Type: System.String
accountId
Type: System.String

Return Value

Type: Double
Remarks
LS Central WS2 : MemberCardToContact
See Also