Click or drag to resize

IeCommerceJson.SalesEntryGetById 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: System.String
Sales Entry ID

Return Value

Type: LoyTransaction
LoyTransaction with Lines
See Also