Get a list of the available dedicated inbound numbers that can be purchased and added to a user account


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Function GetAvailableDedicatedNumbers() As AvailableInboundNumberCollection
C#
public AvailableInboundNumberCollection GetAvailableDedicatedNumbers()
C++
public:
 AvailableInboundNumberCollection GetAvailableDedicatedNumbers() sealed 
J#
public AvailableInboundNumberCollection GetAvailableDedicatedNumbers()
JScript
public  function GetAvailableDedicatedNumbers() : AvailableInboundNumberCollection

Return Value

The list of all available numbers

Exceptions

Exception TypeCondition
ApiConnectivityExceptionThrown when there is an issue with internet connectivity.
ApiExecutionExceptionThrown when an issue obtaining the inbound numbers.

See Also