Click or drag to resize

IUCJsonActivityCustomerEntriesGet Method

Returns list of all entries charged to the Member Contact customer account (A/R). The Account no. is based on the contact business relation settings

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
List<CustomerEntry> ActivityCustomerEntriesGet(
	string contactNo,
	string customerNo
)

Parameters

contactNo  String
Member Contact
customerNo  String

Return Value

ListCustomerEntry
Remarks
LS Central WS2: UploadCustomerEntries
See Also