Click or drag to resize

IUCService.AdvertisementsGetById Method

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2025.4
Syntax
C#
List<Advertisement> AdvertisementsGetById(
	string id,
	string contactId
)

Parameters

id
Type: System.String
contactId
Type: System.String

Return Value

Type: List<Advertisement>
See Also