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 Type | Condition |
|---|---|
| ApiConnectivityException | Thrown when there is an issue with internet connectivity. |
| ApiExecutionException | Thrown when an issue obtaining the inbound numbers. |