Click or drag to resize

IUCJsonSalesEntryGetReturnSales 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 2024.4
Syntax
C#
List<SalesEntry> SalesEntryGetReturnSales(
	string receiptNo
)

Parameters

receiptNo
Type: SystemString

Return Value

Type: ListSalesEntry
See Also