Get a list of the available shared numbers that can be purchased for a given keyword


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

Syntax

Visual Basic (Declaration)
Public Function GetAvailableSharedNumbers( _ 
   ByVal keyword As String _ 
) As AvailableInboundNumberCollection
C#
public AvailableInboundNumberCollection GetAvailableSharedNumbers(
   string keyword
)
C++
public:
 AvailableInboundNumberCollection GetAvailableSharedNumbers(
   String keyword
) sealed 
J#
public AvailableInboundNumberCollection GetAvailableSharedNumbers(
   string keyword
)
JScript
public  function GetAvailableSharedNumbers(
   keyword : String
) : 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.
ApiArgumentExceptionThrown if the keyword is invalid

See Also