Knowladge Base

UNRESERVE A DID

Method for Unreserve a DID

By using this method the user can Unreserve a DID. The user has to provide user id, password, DID Number (which he wants to Unreserve).

In case of successful Unreserve, the DID number itself would be returned. Otherwise, an error code would be returned which is described later.

Method Signature

function UnreserveDIDByNumber($UserID,$Password,$DIDNumber)

Example :

http://newapi.didx.net/DidxApisWithJsonResponse/api/UnreserveDIDByNumber.php?UserID=700223&Password=324344&DIDNumber=14194643509

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 = Invalid User ID & Password
-4 = This DID Number is already Sold
-5 = DID Number doesn’t exit