Click or drag to resize

IUCJsonSalesEntryGet Method

Get the SaleEntry details (order/transaction). Use Id and IdType found in result from SalesEntriesGetByCardId

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

Parameters

entryId  String
Sales Entry ID
type  DocumentIdType
Document Id type of the Sale entry

Return Value

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