Click or drag to resize

IUCJson.ProfilesGetByCardId Method

Gets all Member Attributes for a Contact

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

Parameters

cardId
Type: System.String

Return Value

Type: List<Profile>
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