Knowladge Base

GET LIST OF AVAILABLE DID COUNTRIES

METHOD FOR GETTING AVAILABLE DID’S COUNTRY LIST

This method returns the list of available DID’s country list by Vendor Rating in the form of an array. The user is required to give User ID, Password, and Vendor Ratings as arguments and he’ll get a list of available DID’s countries.

User can supply Vendor Rating range to get a list of available DID’s countries by Vendor Rating. If there is no range is defined, then it will get a list of DID’s countries with all vendor ratings.

Method Signature

getDIDCountry ($UserID,$Password,$VRatingFrom,$VRatingTo)

Example

http://newapi.didx.net/DidxApisWithJsonResponse/api/getDIDCountry.php?UserID=700000&Password=Password123

The first two arguments passed to the method are user ID and password. The third argument represents the starting Rating and the fifth represents the ending Rating. In this case, we’ve provided ratings from 1 to Vendor Rating 6. This will return the list of all available DIDs’ country originations.

Fields Returned:
Country Code
Description
CountryID ( how and where to use country ID? )

Error Codes

In case of any incorrect information provided by the user or in case of no matching data, an error code will be returned. Error codes correspond to the following messages:

-1 = User ID does not exist
-2 = Your Password is Incorrect
-3 = There are no rated DIDs’ country avaiable in our record.