numberland

_

v2PhpGet

getnum


/v2.php/

Usage and SDK Samples

curl -X GET "https://api.apieco.ir/numberland/v2.php/?apikey=&method=&country=&operator=&service="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;

import java.io.File;
import java.util.*;

public class _ApiExample {

    public static void main(String[] args) {
        
        _Api apiInstance = new _Api();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String apikey = apikey_example; // String | API_CODE
        String method = method_example; // String | getnum
        String country = country_example; // String | COUNTRY_CODE
        String operator = operator_example; // String | OPERATOR_CODE
        String service = service_example; // String | SERVICE_CODE
        try {
            inline_response_200 result = apiInstance.v2PhpGet(apiecoKey, apikey, method, country, operator, service);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling _Api#v2PhpGet");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api._Api;

public class _ApiExample {

    public static void main(String[] args) {
        _Api apiInstance = new _Api();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String apikey = apikey_example; // String | API_CODE
        String method = method_example; // String | getnum
        String country = country_example; // String | COUNTRY_CODE
        String operator = operator_example; // String | OPERATOR_CODE
        String service = service_example; // String | SERVICE_CODE
        try {
            inline_response_200 result = apiInstance.v2PhpGet(apiecoKey, apikey, method, country, operator, service);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling _Api#v2PhpGet");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *apikey = apikey_example; // API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *method = method_example; // getnum (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *country = country_example; // COUNTRY_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *operator = operator_example; // OPERATOR_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *service = service_example; // SERVICE_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)

_Api *apiInstance = [[_Api alloc] init];

// getnum
[apiInstance v2PhpGetWith:apiecoKey
    apikey:apikey
    method:method
    country:country
    operator:operator
    service:service
              completionHandler: ^(inline_response_200 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var Numberland = require('numberland');

var api = new Numberland._Api()

var apiecoKey = apiecoKey_example; // {String} apikey for use API

var apikey = apikey_example; // {String} API_CODE

var method = method_example; // {String} getnum

var country = country_example; // {String} COUNTRY_CODE

var operator = operator_example; // {String} OPERATOR_CODE

var service = service_example; // {String} SERVICE_CODE


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.v2PhpGet(apiecoKey, apikey, method, country, operator, service, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class v2PhpGetExample
    {
        public void main()
        {
            
            var apiInstance = new _Api();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var apikey = apikey_example;  // String | API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var method = method_example;  // String | getnum (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var country = country_example;  // String | COUNTRY_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var operator = operator_example;  // String | OPERATOR_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var service = service_example;  // String | SERVICE_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)

            try
            {
                // getnum
                inline_response_200 result = apiInstance.v2PhpGet(apiecoKey, apikey, method, country, operator, service);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling _Api.v2PhpGet: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\_Api();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$apikey = apikey_example; // String | API_CODE
$method = method_example; // String | getnum
$country = country_example; // String | COUNTRY_CODE
$operator = operator_example; // String | OPERATOR_CODE
$service = service_example; // String | SERVICE_CODE

try {
    $result = $api_instance->v2PhpGet($apiecoKey, $apikey, $method, $country, $operator, $service);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling _Api->v2PhpGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::_Api;

my $api_instance = WWW::SwaggerClient::_Api->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $apikey = apikey_example; # String | API_CODE
my $method = method_example; # String | getnum
my $country = country_example; # String | COUNTRY_CODE
my $operator = operator_example; # String | OPERATOR_CODE
my $service = service_example; # String | SERVICE_CODE

eval { 
    my $result = $api_instance->v2PhpGet(apiecoKey => $apiecoKey, apikey => $apikey, method => $method, country => $country, operator => $operator, service => $service);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling _Api->v2PhpGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
apikey = apikey_example # String | API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
method = method_example # String | getnum (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
country = country_example # String | COUNTRY_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
operator = operator_example # String | OPERATOR_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
service = service_example # String | SERVICE_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)

try: 
    # getnum
    api_response = api_instance.v2_php_get(apiecoKey, apikey, method, country, operator, service)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling _Api->v2PhpGet: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Query parameters
Name Description
apikey*
String
API_CODE
Required
method*
String
getnum
Required
country*
String
COUNTRY_CODE
Required
operator*
String
OPERATOR_CODE
Required
service*
String
SERVICE_CODE
Required

Responses

Status: 200 - 200 response


v2PhpGet_1

checkstatus


/v2.php//

Usage and SDK Samples

curl -X GET "https://api.apieco.ir/numberland/v2.php//?apikey=&method=&id="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;

import java.io.File;
import java.util.*;

public class _ApiExample {

    public static void main(String[] args) {
        
        _Api apiInstance = new _Api();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String apikey = apikey_example; // String | API_CODE
        String method = method_example; // String | checkstatus
        String id = id_example; // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید
        try {
            inline_response_200_1 result = apiInstance.v2PhpGet_0(apiecoKey, apikey, method, id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling _Api#v2PhpGet_0");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api._Api;

public class _ApiExample {

    public static void main(String[] args) {
        _Api apiInstance = new _Api();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String apikey = apikey_example; // String | API_CODE
        String method = method_example; // String | checkstatus
        String id = id_example; // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید
        try {
            inline_response_200_1 result = apiInstance.v2PhpGet_0(apiecoKey, apikey, method, id);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling _Api#v2PhpGet_0");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *apikey = apikey_example; // API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *method = method_example; // checkstatus
String *id = id_example; // همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

_Api *apiInstance = [[_Api alloc] init];

// checkstatus
[apiInstance v2PhpGet_1With:apiecoKey
    apikey:apikey
    method:method
    id:id
              completionHandler: ^(inline_response_200_1 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var Numberland = require('numberland');

var api = new Numberland._Api()

var apiecoKey = apiecoKey_example; // {String} apikey for use API

var apikey = apikey_example; // {String} API_CODE

var method = method_example; // {String} checkstatus

var id = id_example; // {String} همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.v2PhpGet_0(apiecoKey, apikey, method, id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class v2PhpGet_0Example
    {
        public void main()
        {
            
            var apiInstance = new _Api();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var apikey = apikey_example;  // String | API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var method = method_example;  // String | checkstatus
            var id = id_example;  // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

            try
            {
                // checkstatus
                inline_response_200_1 result = apiInstance.v2PhpGet_0(apiecoKey, apikey, method, id);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling _Api.v2PhpGet_0: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\_Api();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$apikey = apikey_example; // String | API_CODE
$method = method_example; // String | checkstatus
$id = id_example; // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

try {
    $result = $api_instance->v2PhpGet_0($apiecoKey, $apikey, $method, $id);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling _Api->v2PhpGet_0: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::_Api;

my $api_instance = WWW::SwaggerClient::_Api->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $apikey = apikey_example; # String | API_CODE
my $method = method_example; # String | checkstatus
my $id = id_example; # String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

eval { 
    my $result = $api_instance->v2PhpGet_0(apiecoKey => $apiecoKey, apikey => $apikey, method => $method, id => $id);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling _Api->v2PhpGet_0: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
apikey = apikey_example # String | API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
method = method_example # String | checkstatus
id = id_example # String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

try: 
    # checkstatus
    api_response = api_instance.v2_php_get_0(apiecoKey, apikey, method, id)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling _Api->v2PhpGet_0: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Query parameters
Name Description
apikey*
String
API_CODE
Required
method*
String
checkstatus
Required
id*
String
همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید
Required

Responses

Status: 200 - 200 response


v2PhpGet_2

cancelnumber


/v2.php///

Usage and SDK Samples

curl -X GET "https://api.apieco.ir/numberland/v2.php///?apikey=&method=&id="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;

import java.io.File;
import java.util.*;

public class _ApiExample {

    public static void main(String[] args) {
        
        _Api apiInstance = new _Api();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String apikey = apikey_example; // String | API_CODE
        String method = method_example; // String | کنسل کردن شماره؛ تنها زمانی می توانید شماره را کنسل کنید که در وضعیت1 (در انتظار دریافت کد) باشد.
در صورت موفق بودن عملیات، هزینه شماره به حساب شما در پنل برگشت میخورد
        String id = id_example; // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید
        try {
            apiInstance.v2PhpGet_1(apiecoKey, apikey, method, id);
        } catch (ApiException e) {
            System.err.println("Exception when calling _Api#v2PhpGet_1");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api._Api;

public class _ApiExample {

    public static void main(String[] args) {
        _Api apiInstance = new _Api();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String apikey = apikey_example; // String | API_CODE
        String method = method_example; // String | کنسل کردن شماره؛ تنها زمانی می توانید شماره را کنسل کنید که در وضعیت1 (در انتظار دریافت کد) باشد.
در صورت موفق بودن عملیات، هزینه شماره به حساب شما در پنل برگشت میخورد
        String id = id_example; // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید
        try {
            apiInstance.v2PhpGet_1(apiecoKey, apikey, method, id);
        } catch (ApiException e) {
            System.err.println("Exception when calling _Api#v2PhpGet_1");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *apikey = apikey_example; // API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *method = method_example; // کنسل کردن شماره؛ تنها زمانی می توانید شماره را کنسل کنید که در وضعیت1 (در انتظار دریافت کد) باشد.
در صورت موفق بودن عملیات، هزینه شماره به حساب شما در پنل برگشت میخورد
String *id = id_example; // همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

_Api *apiInstance = [[_Api alloc] init];

// cancelnumber
[apiInstance v2PhpGet_2With:apiecoKey
    apikey:apikey
    method:method
    id:id
              completionHandler: ^(NSError* error) {
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var Numberland = require('numberland');

var api = new Numberland._Api()

var apiecoKey = apiecoKey_example; // {String} apikey for use API

var apikey = apikey_example; // {String} API_CODE

var method = method_example; // {String} کنسل کردن شماره؛ تنها زمانی می توانید شماره را کنسل کنید که در وضعیت1 (در انتظار دریافت کد) باشد.
در صورت موفق بودن عملیات، هزینه شماره به حساب شما در پنل برگشت میخورد

var id = id_example; // {String} همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
};
api.v2PhpGet_1(apiecoKey, apikey, method, id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class v2PhpGet_1Example
    {
        public void main()
        {
            
            var apiInstance = new _Api();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var apikey = apikey_example;  // String | API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var method = method_example;  // String | کنسل کردن شماره؛ تنها زمانی می توانید شماره را کنسل کنید که در وضعیت1 (در انتظار دریافت کد) باشد.
در صورت موفق بودن عملیات، هزینه شماره به حساب شما در پنل برگشت میخورد
            var id = id_example;  // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

            try
            {
                // cancelnumber
                apiInstance.v2PhpGet_1(apiecoKey, apikey, method, id);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling _Api.v2PhpGet_1: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\_Api();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$apikey = apikey_example; // String | API_CODE
$method = method_example; // String | کنسل کردن شماره؛ تنها زمانی می توانید شماره را کنسل کنید که در وضعیت1 (در انتظار دریافت کد) باشد.
در صورت موفق بودن عملیات، هزینه شماره به حساب شما در پنل برگشت میخورد
$id = id_example; // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

try {
    $api_instance->v2PhpGet_1($apiecoKey, $apikey, $method, $id);
} catch (Exception $e) {
    echo 'Exception when calling _Api->v2PhpGet_1: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::_Api;

my $api_instance = WWW::SwaggerClient::_Api->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $apikey = apikey_example; # String | API_CODE
my $method = method_example; # String | کنسل کردن شماره؛ تنها زمانی می توانید شماره را کنسل کنید که در وضعیت1 (در انتظار دریافت کد) باشد.
در صورت موفق بودن عملیات، هزینه شماره به حساب شما در پنل برگشت میخورد
my $id = id_example; # String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

eval { 
    $api_instance->v2PhpGet_1(apiecoKey => $apiecoKey, apikey => $apikey, method => $method, id => $id);
};
if ($@) {
    warn "Exception when calling _Api->v2PhpGet_1: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
apikey = apikey_example # String | API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
method = method_example # String | کنسل کردن شماره؛ تنها زمانی می توانید شماره را کنسل کنید که در وضعیت1 (در انتظار دریافت کد) باشد.
در صورت موفق بودن عملیات، هزینه شماره به حساب شما در پنل برگشت میخورد
id = id_example # String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

try: 
    # cancelnumber
    api_instance.v2_php_get_1(apiecoKey, apikey, method, id)
except ApiException as e:
    print("Exception when calling _Api->v2PhpGet_1: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Query parameters
Name Description
apikey*
String
API_CODE
Required
method*
String
کنسل کردن شماره؛ تنها زمانی می توانید شماره را کنسل کنید که در وضعیت1 (در انتظار دریافت کد) باشد. در صورت موفق بودن عملیات، هزینه شماره به حساب شما در پنل برگشت میخورد
Required
id*
String
همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید
Required

Responses

Status: 200 - 200 response


v2PhpGet_3

bannumber


/v2.php////

Usage and SDK Samples

curl -X GET "https://api.apieco.ir/numberland/v2.php////?apikey=&method=&id="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;

import java.io.File;
import java.util.*;

public class _ApiExample {

    public static void main(String[] args) {
        
        _Api apiInstance = new _Api();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String apikey = apikey_example; // String | API_CODE
        String method = method_example; // String | اعلان مسدودی شماره؛ تنها زمانی می توانید شماره را کنسل کنید که در وضعیت1 (در انتظار دریافت کد) باشد.
در صورت موفق بودن عملیات، هزینه شماره به حساب شما در پنل برگشت میخورد
        String id = id_example; // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید
        try {
            apiInstance.v2PhpGet_2(apiecoKey, apikey, method, id);
        } catch (ApiException e) {
            System.err.println("Exception when calling _Api#v2PhpGet_2");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api._Api;

public class _ApiExample {

    public static void main(String[] args) {
        _Api apiInstance = new _Api();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String apikey = apikey_example; // String | API_CODE
        String method = method_example; // String | اعلان مسدودی شماره؛ تنها زمانی می توانید شماره را کنسل کنید که در وضعیت1 (در انتظار دریافت کد) باشد.
در صورت موفق بودن عملیات، هزینه شماره به حساب شما در پنل برگشت میخورد
        String id = id_example; // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید
        try {
            apiInstance.v2PhpGet_2(apiecoKey, apikey, method, id);
        } catch (ApiException e) {
            System.err.println("Exception when calling _Api#v2PhpGet_2");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *apikey = apikey_example; // API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *method = method_example; // اعلان مسدودی شماره؛ تنها زمانی می توانید شماره را کنسل کنید که در وضعیت1 (در انتظار دریافت کد) باشد.
در صورت موفق بودن عملیات، هزینه شماره به حساب شما در پنل برگشت میخورد
String *id = id_example; // همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

_Api *apiInstance = [[_Api alloc] init];

// bannumber
[apiInstance v2PhpGet_3With:apiecoKey
    apikey:apikey
    method:method
    id:id
              completionHandler: ^(NSError* error) {
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var Numberland = require('numberland');

var api = new Numberland._Api()

var apiecoKey = apiecoKey_example; // {String} apikey for use API

var apikey = apikey_example; // {String} API_CODE

var method = method_example; // {String} اعلان مسدودی شماره؛ تنها زمانی می توانید شماره را کنسل کنید که در وضعیت1 (در انتظار دریافت کد) باشد.
در صورت موفق بودن عملیات، هزینه شماره به حساب شما در پنل برگشت میخورد

var id = id_example; // {String} همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
};
api.v2PhpGet_2(apiecoKey, apikey, method, id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class v2PhpGet_2Example
    {
        public void main()
        {
            
            var apiInstance = new _Api();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var apikey = apikey_example;  // String | API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var method = method_example;  // String | اعلان مسدودی شماره؛ تنها زمانی می توانید شماره را کنسل کنید که در وضعیت1 (در انتظار دریافت کد) باشد.
در صورت موفق بودن عملیات، هزینه شماره به حساب شما در پنل برگشت میخورد
            var id = id_example;  // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

            try
            {
                // bannumber
                apiInstance.v2PhpGet_2(apiecoKey, apikey, method, id);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling _Api.v2PhpGet_2: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\_Api();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$apikey = apikey_example; // String | API_CODE
$method = method_example; // String | اعلان مسدودی شماره؛ تنها زمانی می توانید شماره را کنسل کنید که در وضعیت1 (در انتظار دریافت کد) باشد.
در صورت موفق بودن عملیات، هزینه شماره به حساب شما در پنل برگشت میخورد
$id = id_example; // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

try {
    $api_instance->v2PhpGet_2($apiecoKey, $apikey, $method, $id);
} catch (Exception $e) {
    echo 'Exception when calling _Api->v2PhpGet_2: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::_Api;

my $api_instance = WWW::SwaggerClient::_Api->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $apikey = apikey_example; # String | API_CODE
my $method = method_example; # String | اعلان مسدودی شماره؛ تنها زمانی می توانید شماره را کنسل کنید که در وضعیت1 (در انتظار دریافت کد) باشد.
در صورت موفق بودن عملیات، هزینه شماره به حساب شما در پنل برگشت میخورد
my $id = id_example; # String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

eval { 
    $api_instance->v2PhpGet_2(apiecoKey => $apiecoKey, apikey => $apikey, method => $method, id => $id);
};
if ($@) {
    warn "Exception when calling _Api->v2PhpGet_2: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
apikey = apikey_example # String | API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
method = method_example # String | اعلان مسدودی شماره؛ تنها زمانی می توانید شماره را کنسل کنید که در وضعیت1 (در انتظار دریافت کد) باشد.
در صورت موفق بودن عملیات، هزینه شماره به حساب شما در پنل برگشت میخورد
id = id_example # String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

try: 
    # bannumber
    api_instance.v2_php_get_2(apiecoKey, apikey, method, id)
except ApiException as e:
    print("Exception when calling _Api->v2PhpGet_2: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Query parameters
Name Description
apikey*
String
API_CODE
Required
method*
String
اعلان مسدودی شماره؛ تنها زمانی می توانید شماره را کنسل کنید که در وضعیت1 (در انتظار دریافت کد) باشد. در صورت موفق بودن عملیات، هزینه شماره به حساب شما در پنل برگشت میخورد
Required
id*
String
همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید
Required

Responses

Status: 200 - 200 response


v2PhpGet_4

repeat


/v2.php/////

Usage and SDK Samples

curl -X GET "https://api.apieco.ir/numberland/v2.php/////?apikey=&method=&id="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;

import java.io.File;
import java.util.*;

public class _ApiExample {

    public static void main(String[] args) {
        
        _Api apiInstance = new _Api();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String apikey = apikey_example; // String | API_CODE
        String method = method_example; // String | گرفتن کد مجدد؛ در صورتی می توانید درخواست کد مجدد بدهید که شماره در وضعیت 2 (دریافت موفق کد) باشد.
در صورت موفقیت آمیز بودن درخواست، وضعیت شماره به 5 (در انتظار دریافت کد مجدد) تغییر می کند.

        String id = id_example; // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید
        try {
            apiInstance.v2PhpGet_3(apiecoKey, apikey, method, id);
        } catch (ApiException e) {
            System.err.println("Exception when calling _Api#v2PhpGet_3");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api._Api;

public class _ApiExample {

    public static void main(String[] args) {
        _Api apiInstance = new _Api();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String apikey = apikey_example; // String | API_CODE
        String method = method_example; // String | گرفتن کد مجدد؛ در صورتی می توانید درخواست کد مجدد بدهید که شماره در وضعیت 2 (دریافت موفق کد) باشد.
در صورت موفقیت آمیز بودن درخواست، وضعیت شماره به 5 (در انتظار دریافت کد مجدد) تغییر می کند.

        String id = id_example; // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید
        try {
            apiInstance.v2PhpGet_3(apiecoKey, apikey, method, id);
        } catch (ApiException e) {
            System.err.println("Exception when calling _Api#v2PhpGet_3");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *apikey = apikey_example; // API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *method = method_example; // گرفتن کد مجدد؛ در صورتی می توانید درخواست کد مجدد بدهید که شماره در وضعیت 2 (دریافت موفق کد) باشد.
در صورت موفقیت آمیز بودن درخواست، وضعیت شماره به 5 (در انتظار دریافت کد مجدد) تغییر می کند.

String *id = id_example; // همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

_Api *apiInstance = [[_Api alloc] init];

// repeat
[apiInstance v2PhpGet_4With:apiecoKey
    apikey:apikey
    method:method
    id:id
              completionHandler: ^(NSError* error) {
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var Numberland = require('numberland');

var api = new Numberland._Api()

var apiecoKey = apiecoKey_example; // {String} apikey for use API

var apikey = apikey_example; // {String} API_CODE

var method = method_example; // {String} گرفتن کد مجدد؛ در صورتی می توانید درخواست کد مجدد بدهید که شماره در وضعیت 2 (دریافت موفق کد) باشد.
در صورت موفقیت آمیز بودن درخواست، وضعیت شماره به 5 (در انتظار دریافت کد مجدد) تغییر می کند.


var id = id_example; // {String} همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
};
api.v2PhpGet_3(apiecoKey, apikey, method, id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class v2PhpGet_3Example
    {
        public void main()
        {
            
            var apiInstance = new _Api();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var apikey = apikey_example;  // String | API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var method = method_example;  // String | گرفتن کد مجدد؛ در صورتی می توانید درخواست کد مجدد بدهید که شماره در وضعیت 2 (دریافت موفق کد) باشد.
در صورت موفقیت آمیز بودن درخواست، وضعیت شماره به 5 (در انتظار دریافت کد مجدد) تغییر می کند.

            var id = id_example;  // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

            try
            {
                // repeat
                apiInstance.v2PhpGet_3(apiecoKey, apikey, method, id);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling _Api.v2PhpGet_3: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\_Api();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$apikey = apikey_example; // String | API_CODE
$method = method_example; // String | گرفتن کد مجدد؛ در صورتی می توانید درخواست کد مجدد بدهید که شماره در وضعیت 2 (دریافت موفق کد) باشد.
در صورت موفقیت آمیز بودن درخواست، وضعیت شماره به 5 (در انتظار دریافت کد مجدد) تغییر می کند.

$id = id_example; // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

try {
    $api_instance->v2PhpGet_3($apiecoKey, $apikey, $method, $id);
} catch (Exception $e) {
    echo 'Exception when calling _Api->v2PhpGet_3: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::_Api;

my $api_instance = WWW::SwaggerClient::_Api->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $apikey = apikey_example; # String | API_CODE
my $method = method_example; # String | گرفتن کد مجدد؛ در صورتی می توانید درخواست کد مجدد بدهید که شماره در وضعیت 2 (دریافت موفق کد) باشد.
در صورت موفقیت آمیز بودن درخواست، وضعیت شماره به 5 (در انتظار دریافت کد مجدد) تغییر می کند.

my $id = id_example; # String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

eval { 
    $api_instance->v2PhpGet_3(apiecoKey => $apiecoKey, apikey => $apikey, method => $method, id => $id);
};
if ($@) {
    warn "Exception when calling _Api->v2PhpGet_3: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
apikey = apikey_example # String | API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
method = method_example # String | گرفتن کد مجدد؛ در صورتی می توانید درخواست کد مجدد بدهید که شماره در وضعیت 2 (دریافت موفق کد) باشد.
در صورت موفقیت آمیز بودن درخواست، وضعیت شماره به 5 (در انتظار دریافت کد مجدد) تغییر می کند.

id = id_example # String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

try: 
    # repeat
    api_instance.v2_php_get_3(apiecoKey, apikey, method, id)
except ApiException as e:
    print("Exception when calling _Api->v2PhpGet_3: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Query parameters
Name Description
apikey*
String
API_CODE
Required
method*
String
گرفتن کد مجدد؛ در صورتی می توانید درخواست کد مجدد بدهید که شماره در وضعیت 2 (دریافت موفق کد) باشد. در صورت موفقیت آمیز بودن درخواست، وضعیت شماره به 5 (در انتظار دریافت کد مجدد) تغییر می کند.
Required
id*
String
همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید
Required

Responses

Status: 200 - 200 response


v2PhpGet_5

closenumber


/v2.php//////

Usage and SDK Samples

curl -X GET "https://api.apieco.ir/numberland/v2.php//////?apikey=&method=&id="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;

import java.io.File;
import java.util.*;

public class _ApiExample {

    public static void main(String[] args) {
        
        _Api apiInstance = new _Api();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String apikey = apikey_example; // String | API_CODE
        String method = method_example; // String | تکمیل درخواست و بستن شماره؛ در صورتی که کد را دریافت کردید و درخواست دیگری برای دریافت کد مجدد در تایم باقی مانده ندارید.
این دستور فقط در حالتی عمل می کند که شماره در وضعیت 2 (دریافت موفق کد) یا وضعیت 5 (در انتظار دریافت کد مجدد) باشد.
در صورت موفق آمیز بودن دستور، وضعیت شماره به 6 (تکمیل درخواست) تغییر می کند.
        String id = id_example; // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید
        try {
            apiInstance.v2PhpGet_4(apiecoKey, apikey, method, id);
        } catch (ApiException e) {
            System.err.println("Exception when calling _Api#v2PhpGet_4");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api._Api;

public class _ApiExample {

    public static void main(String[] args) {
        _Api apiInstance = new _Api();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String apikey = apikey_example; // String | API_CODE
        String method = method_example; // String | تکمیل درخواست و بستن شماره؛ در صورتی که کد را دریافت کردید و درخواست دیگری برای دریافت کد مجدد در تایم باقی مانده ندارید.
این دستور فقط در حالتی عمل می کند که شماره در وضعیت 2 (دریافت موفق کد) یا وضعیت 5 (در انتظار دریافت کد مجدد) باشد.
در صورت موفق آمیز بودن دستور، وضعیت شماره به 6 (تکمیل درخواست) تغییر می کند.
        String id = id_example; // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید
        try {
            apiInstance.v2PhpGet_4(apiecoKey, apikey, method, id);
        } catch (ApiException e) {
            System.err.println("Exception when calling _Api#v2PhpGet_4");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *apikey = apikey_example; // API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *method = method_example; // تکمیل درخواست و بستن شماره؛ در صورتی که کد را دریافت کردید و درخواست دیگری برای دریافت کد مجدد در تایم باقی مانده ندارید.
این دستور فقط در حالتی عمل می کند که شماره در وضعیت 2 (دریافت موفق کد) یا وضعیت 5 (در انتظار دریافت کد مجدد) باشد.
در صورت موفق آمیز بودن دستور، وضعیت شماره به 6 (تکمیل درخواست) تغییر می کند.
String *id = id_example; // همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

_Api *apiInstance = [[_Api alloc] init];

// closenumber
[apiInstance v2PhpGet_5With:apiecoKey
    apikey:apikey
    method:method
    id:id
              completionHandler: ^(NSError* error) {
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var Numberland = require('numberland');

var api = new Numberland._Api()

var apiecoKey = apiecoKey_example; // {String} apikey for use API

var apikey = apikey_example; // {String} API_CODE

var method = method_example; // {String} تکمیل درخواست و بستن شماره؛ در صورتی که کد را دریافت کردید و درخواست دیگری برای دریافت کد مجدد در تایم باقی مانده ندارید.
این دستور فقط در حالتی عمل می کند که شماره در وضعیت 2 (دریافت موفق کد) یا وضعیت 5 (در انتظار دریافت کد مجدد) باشد.
در صورت موفق آمیز بودن دستور، وضعیت شماره به 6 (تکمیل درخواست) تغییر می کند.

var id = id_example; // {String} همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
};
api.v2PhpGet_4(apiecoKey, apikey, method, id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class v2PhpGet_4Example
    {
        public void main()
        {
            
            var apiInstance = new _Api();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var apikey = apikey_example;  // String | API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var method = method_example;  // String | تکمیل درخواست و بستن شماره؛ در صورتی که کد را دریافت کردید و درخواست دیگری برای دریافت کد مجدد در تایم باقی مانده ندارید.
این دستور فقط در حالتی عمل می کند که شماره در وضعیت 2 (دریافت موفق کد) یا وضعیت 5 (در انتظار دریافت کد مجدد) باشد.
در صورت موفق آمیز بودن دستور، وضعیت شماره به 6 (تکمیل درخواست) تغییر می کند.
            var id = id_example;  // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

            try
            {
                // closenumber
                apiInstance.v2PhpGet_4(apiecoKey, apikey, method, id);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling _Api.v2PhpGet_4: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\_Api();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$apikey = apikey_example; // String | API_CODE
$method = method_example; // String | تکمیل درخواست و بستن شماره؛ در صورتی که کد را دریافت کردید و درخواست دیگری برای دریافت کد مجدد در تایم باقی مانده ندارید.
این دستور فقط در حالتی عمل می کند که شماره در وضعیت 2 (دریافت موفق کد) یا وضعیت 5 (در انتظار دریافت کد مجدد) باشد.
در صورت موفق آمیز بودن دستور، وضعیت شماره به 6 (تکمیل درخواست) تغییر می کند.
$id = id_example; // String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

try {
    $api_instance->v2PhpGet_4($apiecoKey, $apikey, $method, $id);
} catch (Exception $e) {
    echo 'Exception when calling _Api->v2PhpGet_4: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::_Api;

my $api_instance = WWW::SwaggerClient::_Api->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $apikey = apikey_example; # String | API_CODE
my $method = method_example; # String | تکمیل درخواست و بستن شماره؛ در صورتی که کد را دریافت کردید و درخواست دیگری برای دریافت کد مجدد در تایم باقی مانده ندارید.
این دستور فقط در حالتی عمل می کند که شماره در وضعیت 2 (دریافت موفق کد) یا وضعیت 5 (در انتظار دریافت کد مجدد) باشد.
در صورت موفق آمیز بودن دستور، وضعیت شماره به 6 (تکمیل درخواست) تغییر می کند.
my $id = id_example; # String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

eval { 
    $api_instance->v2PhpGet_4(apiecoKey => $apiecoKey, apikey => $apikey, method => $method, id => $id);
};
if ($@) {
    warn "Exception when calling _Api->v2PhpGet_4: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
apikey = apikey_example # String | API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
method = method_example # String | تکمیل درخواست و بستن شماره؛ در صورتی که کد را دریافت کردید و درخواست دیگری برای دریافت کد مجدد در تایم باقی مانده ندارید.
این دستور فقط در حالتی عمل می کند که شماره در وضعیت 2 (دریافت موفق کد) یا وضعیت 5 (در انتظار دریافت کد مجدد) باشد.
در صورت موفق آمیز بودن دستور، وضعیت شماره به 6 (تکمیل درخواست) تغییر می کند.
id = id_example # String | همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید

try: 
    # closenumber
    api_instance.v2_php_get_4(apiecoKey, apikey, method, id)
except ApiException as e:
    print("Exception when calling _Api->v2PhpGet_4: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Query parameters
Name Description
apikey*
String
API_CODE
Required
method*
String
تکمیل درخواست و بستن شماره؛ در صورتی که کد را دریافت کردید و درخواست دیگری برای دریافت کد مجدد در تایم باقی مانده ندارید. این دستور فقط در حالتی عمل می کند که شماره در وضعیت 2 (دریافت موفق کد) یا وضعیت 5 (در انتظار دریافت کد مجدد) باشد. در صورت موفق آمیز بودن دستور، وضعیت شماره به 6 (تکمیل درخواست) تغییر می کند.
Required
id*
String
همان آی دی شماره مجازی که هنگام خرید شماره دریافت کردید
Required

Responses

Status: 200 - 200 response


v2PhpGet_6

balance


/v2.php///////

Usage and SDK Samples

curl -X GET "https://api.apieco.ir/numberland/v2.php///////?apikey=&method="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;

import java.io.File;
import java.util.*;

public class _ApiExample {

    public static void main(String[] args) {
        
        _Api apiInstance = new _Api();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String apikey = apikey_example; // String | API_CODE
        String method = method_example; // String | balance
        try {
            inline_response_200_2 result = apiInstance.v2PhpGet_5(apiecoKey, apikey, method);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling _Api#v2PhpGet_5");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api._Api;

public class _ApiExample {

    public static void main(String[] args) {
        _Api apiInstance = new _Api();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String apikey = apikey_example; // String | API_CODE
        String method = method_example; // String | balance
        try {
            inline_response_200_2 result = apiInstance.v2PhpGet_5(apiecoKey, apikey, method);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling _Api#v2PhpGet_5");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *apikey = apikey_example; // API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *method = method_example; // balance

_Api *apiInstance = [[_Api alloc] init];

// balance
[apiInstance v2PhpGet_6With:apiecoKey
    apikey:apikey
    method:method
              completionHandler: ^(inline_response_200_2 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var Numberland = require('numberland');

var api = new Numberland._Api()

var apiecoKey = apiecoKey_example; // {String} apikey for use API

var apikey = apikey_example; // {String} API_CODE

var method = method_example; // {String} balance


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.v2PhpGet_5(apiecoKey, apikey, method, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class v2PhpGet_5Example
    {
        public void main()
        {
            
            var apiInstance = new _Api();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var apikey = apikey_example;  // String | API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var method = method_example;  // String | balance

            try
            {
                // balance
                inline_response_200_2 result = apiInstance.v2PhpGet_5(apiecoKey, apikey, method);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling _Api.v2PhpGet_5: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\_Api();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$apikey = apikey_example; // String | API_CODE
$method = method_example; // String | balance

try {
    $result = $api_instance->v2PhpGet_5($apiecoKey, $apikey, $method);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling _Api->v2PhpGet_5: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::_Api;

my $api_instance = WWW::SwaggerClient::_Api->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $apikey = apikey_example; # String | API_CODE
my $method = method_example; # String | balance

eval { 
    my $result = $api_instance->v2PhpGet_5(apiecoKey => $apiecoKey, apikey => $apikey, method => $method);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling _Api->v2PhpGet_5: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
apikey = apikey_example # String | API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
method = method_example # String | balance

try: 
    # balance
    api_response = api_instance.v2_php_get_5(apiecoKey, apikey, method)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling _Api->v2PhpGet_5: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Query parameters
Name Description
apikey*
String
API_CODE
Required
method*
String
balance
Required

Responses

Status: 200 - 200 response


v2PhpGet_7

getinfo


/v2.php////////

Usage and SDK Samples

curl -X GET "https://api.apieco.ir/numberland/v2.php////////?apikey=&method="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;

import java.io.File;
import java.util.*;

public class _ApiExample {

    public static void main(String[] args) {
        
        _Api apiInstance = new _Api();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String apikey = apikey_example; // String | API_CODE
        String method = method_example; // String | getinfo
        try {
            inline_response_200_3 result = apiInstance.v2PhpGet_6(apiecoKey, apikey, method);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling _Api#v2PhpGet_6");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api._Api;

public class _ApiExample {

    public static void main(String[] args) {
        _Api apiInstance = new _Api();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String apikey = apikey_example; // String | API_CODE
        String method = method_example; // String | getinfo
        try {
            inline_response_200_3 result = apiInstance.v2PhpGet_6(apiecoKey, apikey, method);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling _Api#v2PhpGet_6");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *apikey = apikey_example; // API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *method = method_example; // getinfo

_Api *apiInstance = [[_Api alloc] init];

// getinfo
[apiInstance v2PhpGet_7With:apiecoKey
    apikey:apikey
    method:method
              completionHandler: ^(inline_response_200_3 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var Numberland = require('numberland');

var api = new Numberland._Api()

var apiecoKey = apiecoKey_example; // {String} apikey for use API

var apikey = apikey_example; // {String} API_CODE

var method = method_example; // {String} getinfo


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.v2PhpGet_6(apiecoKey, apikey, method, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class v2PhpGet_6Example
    {
        public void main()
        {
            
            var apiInstance = new _Api();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var apikey = apikey_example;  // String | API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var method = method_example;  // String | getinfo

            try
            {
                // getinfo
                inline_response_200_3 result = apiInstance.v2PhpGet_6(apiecoKey, apikey, method);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling _Api.v2PhpGet_6: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\_Api();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$apikey = apikey_example; // String | API_CODE
$method = method_example; // String | getinfo

try {
    $result = $api_instance->v2PhpGet_6($apiecoKey, $apikey, $method);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling _Api->v2PhpGet_6: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::_Api;

my $api_instance = WWW::SwaggerClient::_Api->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $apikey = apikey_example; # String | API_CODE
my $method = method_example; # String | getinfo

eval { 
    my $result = $api_instance->v2PhpGet_6(apiecoKey => $apiecoKey, apikey => $apikey, method => $method);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling _Api->v2PhpGet_6: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
apikey = apikey_example # String | API_CODE (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
method = method_example # String | getinfo

try: 
    # getinfo
    api_response = api_instance.v2_php_get_6(apiecoKey, apikey, method)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling _Api->v2PhpGet_6: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Query parameters
Name Description
apikey*
String
API_CODE
Required
method*
String
getinfo
Required

Responses

Status: 200 - 200 response