Click or drag to resize

IeCommerceServiceSalesEntryGetById Method

Transaction history in MemberContact Object has Member Sales Entries records, and if the lines are not included, it can be pulled by calling this function to get detailed information for the Member Sales

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
C#
LoyTransaction SalesEntryGetById(
	string entryId
)

Parameters

entryId
Type: SystemString
Sales Entry ID

Return Value

Type: LoyTransaction
LoyTransaction with Lines
See Also