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 2024.4
Syntax
C#
List<CustomerEntry> ActivityCustomerEntriesGet(
	string contactNo,
	string customerNo
)

Parameters

contactNo
Type: SystemString
Member Contact
customerNo
Type: SystemString

Return Value

Type: ListCustomerEntry
Remarks
LS Central WS2 : UploadCustomerEntries
See Also