Click or drag to resize

IeCommerceJson.ProfilesGetByContactId Method

Gets all Member Attributes for a Contact

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
C#
List<Profile> ProfilesGetByContactId(
	string contactId
)

Parameters

contactId
Type: System.String

Return Value

Type: List<Profile>
Remarks
Member Attribute Value has to have Value Yes or No, even in other languages as Omni Server uses that Text to determent if the Attribute is selected or not for the Contact
See Also