TenantCreateIVR(String) Method

Create a new IVR (Digital Receptionist) entity for this tenant.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
IVR CreateIVR(
	string dnName
)

Parameters

dnName  String
Number property value

Return Value

IVR
A new instance of IVR.

Exceptions

ObjectAlreadyExistsExceptionThrown when other object with specified dnName exists in the system
DNNameIsNotSpecifiedThrown when dnName is null or empty string

See Also