Click or drag to resize

IUCServiceSalesEntryGetReturnSales Method

Get Return sales transactions based on orginal transaction with HasReturnSale = true

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
List<SalesEntry> SalesEntryGetReturnSales(
	string receiptNo
)

Parameters

receiptNo  String

Return Value

ListSalesEntry
Remarks
LS Central OData: GetSalesReturnById
See Also