Click or drag to resize

IUCJsonProfilesGetByCardId Method

Gets all Member Attributes for a Contact

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
List<Profile> ProfilesGetByCardId(
	string cardId
)

Parameters

cardId
Type: SystemString

Return Value

Type: ListProfile
Remarks
LS Central WS2 : GetMemberCard

Member Attribute Value has to have Value Yes or No, even in other languages as Commerce Service for LS Central uses that Text to determent if the Attribute is selected or not for the Contact

See Also