Click or drag to resize

IUCJsonSalesEntryGet Method

Get the Sale details (order/transaction)

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
SalesEntry SalesEntryGet(
	string entryId,
	DocumentIdType type
)

Parameters

entryId
Type: SystemString
Sales Entry ID
type
Type: LSRetail.Omni.Domain.DataModel.Base.SalesEntriesDocumentIdType
Document Id type of the Sale entry

Return Value

Type: SalesEntry
SalesEntry with Lines
Remarks
LS Central OData: GetSelectedSalesDoc
See Also