Click or drag to resize

IUCJsonContactCreateCard Method

Create new Member Card for existing Member Contact

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
bool ContactCreateCard(
	string contactId,
	string accountId,
	string cardId,
	string clubId,
	string schemeId
)

Parameters

contactId  String
accountId  String
cardId  String
clubId  String
schemeId  String

Return Value

Boolean
Remarks
LS Central WS2: CreateNewCardForContact
See Also