سیستم یکپارچه استعلام

AdministrativeJusticeStatusInquiry

administrativeJusticeStatusInquiryPost

استعلام آخرین وضعیت پرونده دیوان عدالت اداری در پست


/AdministrativeJusticeStatusInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/AdministrativeJusticeStatusInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.AdministrativeJusticeStatusInquiryApi;

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

public class AdministrativeJusticeStatusInquiryApiExample {

    public static void main(String[] args) {
        
        AdministrativeJusticeStatusInquiryApi apiInstance = new AdministrativeJusticeStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_42 body = ; // Body_42 | 
        try {
            inline_response_200_16 result = apiInstance.administrativeJusticeStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling AdministrativeJusticeStatusInquiryApi#administrativeJusticeStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.AdministrativeJusticeStatusInquiryApi;

public class AdministrativeJusticeStatusInquiryApiExample {

    public static void main(String[] args) {
        AdministrativeJusticeStatusInquiryApi apiInstance = new AdministrativeJusticeStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_42 body = ; // Body_42 | 
        try {
            inline_response_200_16 result = apiInstance.administrativeJusticeStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling AdministrativeJusticeStatusInquiryApi#administrativeJusticeStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_42 *body = ; //  (optional)

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

// استعلام آخرین وضعیت پرونده دیوان عدالت اداری در پست
[apiInstance administrativeJusticeStatusInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_16 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.AdministrativeJusticeStatusInquiryApi()

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

var opts = { 
  'body':  // {Body_42} 
};

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

namespace Example
{
    public class administrativeJusticeStatusInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new AdministrativeJusticeStatusInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_42(); // Body_42 |  (optional) 

            try
            {
                // استعلام آخرین وضعیت پرونده دیوان عدالت اداری در پست
                inline_response_200_16 result = apiInstance.administrativeJusticeStatusInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling AdministrativeJusticeStatusInquiryApi.administrativeJusticeStatusInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\AdministrativeJusticeStatusInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_42 | 

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

my $api_instance = WWW::SwaggerClient::AdministrativeJusticeStatusInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_42->new(); # Body_42 | 

eval { 
    my $result = $api_instance->administrativeJusticeStatusInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling AdministrativeJusticeStatusInquiryApi->administrativeJusticeStatusInquiryPost: $@\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.AdministrativeJusticeStatusInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_42 |  (optional)

try: 
    # استعلام آخرین وضعیت پرونده دیوان عدالت اداری در پست
    api_response = api_instance.administrative_justice_status_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling AdministrativeJusticeStatusInquiryApi->administrativeJusticeStatusInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


AirPolutionControlInquiry

airPolutionControlInquiryPost

استعلام طرح کنترل آلودگی هوا


/AirPolutionControlInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/AirPolutionControlInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.AirPolutionControlInquiryApi;

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

public class AirPolutionControlInquiryApiExample {

    public static void main(String[] args) {
        
        AirPolutionControlInquiryApi apiInstance = new AirPolutionControlInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_41 body = ; // Body_41 | 
        try {
            inline_response_200_29 result = apiInstance.airPolutionControlInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling AirPolutionControlInquiryApi#airPolutionControlInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.AirPolutionControlInquiryApi;

public class AirPolutionControlInquiryApiExample {

    public static void main(String[] args) {
        AirPolutionControlInquiryApi apiInstance = new AirPolutionControlInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_41 body = ; // Body_41 | 
        try {
            inline_response_200_29 result = apiInstance.airPolutionControlInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling AirPolutionControlInquiryApi#airPolutionControlInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_41 *body = ; //  (optional)

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

// استعلام طرح کنترل آلودگی هوا
[apiInstance airPolutionControlInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_29 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.AirPolutionControlInquiryApi()

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

var opts = { 
  'body':  // {Body_41} 
};

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

namespace Example
{
    public class airPolutionControlInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new AirPolutionControlInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_41(); // Body_41 |  (optional) 

            try
            {
                // استعلام طرح کنترل آلودگی هوا
                inline_response_200_29 result = apiInstance.airPolutionControlInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling AirPolutionControlInquiryApi.airPolutionControlInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\AirPolutionControlInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_41 | 

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

my $api_instance = WWW::SwaggerClient::AirPolutionControlInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_41->new(); # Body_41 | 

eval { 
    my $result = $api_instance->airPolutionControlInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling AirPolutionControlInquiryApi->airPolutionControlInquiryPost: $@\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.AirPolutionControlInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_41 |  (optional)

try: 
    # استعلام طرح کنترل آلودگی هوا
    api_response = api_instance.air_polution_control_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling AirPolutionControlInquiryApi->airPolutionControlInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


BillPaymentInquiry

billPaymentInquiryPost

استعلام وضعیت پرداخت یک قبض


/BillPaymentInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/BillPaymentInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.BillPaymentInquiryApi;

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

public class BillPaymentInquiryApiExample {

    public static void main(String[] args) {
        
        BillPaymentInquiryApi apiInstance = new BillPaymentInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_56 body = ; // Body_56 | 
        try {
            inline_response_200_35 result = apiInstance.billPaymentInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling BillPaymentInquiryApi#billPaymentInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.BillPaymentInquiryApi;

public class BillPaymentInquiryApiExample {

    public static void main(String[] args) {
        BillPaymentInquiryApi apiInstance = new BillPaymentInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_56 body = ; // Body_56 | 
        try {
            inline_response_200_35 result = apiInstance.billPaymentInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling BillPaymentInquiryApi#billPaymentInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_56 *body = ; //  (optional)

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

// استعلام وضعیت پرداخت یک قبض
[apiInstance billPaymentInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_35 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.BillPaymentInquiryApi()

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

var opts = { 
  'body':  // {Body_56} 
};

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

namespace Example
{
    public class billPaymentInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new BillPaymentInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_56(); // Body_56 |  (optional) 

            try
            {
                // استعلام وضعیت پرداخت یک قبض
                inline_response_200_35 result = apiInstance.billPaymentInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling BillPaymentInquiryApi.billPaymentInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\BillPaymentInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_56 | 

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

my $api_instance = WWW::SwaggerClient::BillPaymentInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_56->new(); # Body_56 | 

eval { 
    my $result = $api_instance->billPaymentInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling BillPaymentInquiryApi->billPaymentInquiryPost: $@\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.BillPaymentInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_56 |  (optional)

try: 
    # استعلام وضعیت پرداخت یک قبض
    api_response = api_instance.bill_payment_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling BillPaymentInquiryApi->billPaymentInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


CarCardStatusInquiry

carCardStatusInquiryPost

استعلام آخرین وضعیت کارت خودرو در پست


/CarCardStatusInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/CarCardStatusInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.CarCardStatusInquiryApi;

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

public class CarCardStatusInquiryApiExample {

    public static void main(String[] args) {
        
        CarCardStatusInquiryApi apiInstance = new CarCardStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_40 body = ; // Body_40 | 
        try {
            inline_response_200_16 result = apiInstance.carCardStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CarCardStatusInquiryApi#carCardStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.CarCardStatusInquiryApi;

public class CarCardStatusInquiryApiExample {

    public static void main(String[] args) {
        CarCardStatusInquiryApi apiInstance = new CarCardStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_40 body = ; // Body_40 | 
        try {
            inline_response_200_16 result = apiInstance.carCardStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CarCardStatusInquiryApi#carCardStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_40 *body = ; //  (optional)

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

// استعلام آخرین وضعیت کارت خودرو در پست
[apiInstance carCardStatusInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_16 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.CarCardStatusInquiryApi()

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

var opts = { 
  'body':  // {Body_40} 
};

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

namespace Example
{
    public class carCardStatusInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new CarCardStatusInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_40(); // Body_40 |  (optional) 

            try
            {
                // استعلام آخرین وضعیت کارت خودرو در پست
                inline_response_200_16 result = apiInstance.carCardStatusInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling CarCardStatusInquiryApi.carCardStatusInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\CarCardStatusInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_40 | 

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

my $api_instance = WWW::SwaggerClient::CarCardStatusInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_40->new(); # Body_40 | 

eval { 
    my $result = $api_instance->carCardStatusInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling CarCardStatusInquiryApi->carCardStatusInquiryPost: $@\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.CarCardStatusInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_40 |  (optional)

try: 
    # استعلام آخرین وضعیت کارت خودرو در پست
    api_response = api_instance.car_card_status_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling CarCardStatusInquiryApi->carCardStatusInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


CarIdentificationStatusInquiry

carIdentificationStatusInquiryPost

استعلام آخرین وضعیت شناسنامه خودرو در پست


/CarIdentificationStatusInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/CarIdentificationStatusInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.CarIdentificationStatusInquiryApi;

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

public class CarIdentificationStatusInquiryApiExample {

    public static void main(String[] args) {
        
        CarIdentificationStatusInquiryApi apiInstance = new CarIdentificationStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_39 body = ; // Body_39 | 
        try {
            inline_response_200_16 result = apiInstance.carIdentificationStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CarIdentificationStatusInquiryApi#carIdentificationStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.CarIdentificationStatusInquiryApi;

public class CarIdentificationStatusInquiryApiExample {

    public static void main(String[] args) {
        CarIdentificationStatusInquiryApi apiInstance = new CarIdentificationStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_39 body = ; // Body_39 | 
        try {
            inline_response_200_16 result = apiInstance.carIdentificationStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling CarIdentificationStatusInquiryApi#carIdentificationStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_39 *body = ; //  (optional)

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

// استعلام آخرین وضعیت شناسنامه خودرو در پست
[apiInstance carIdentificationStatusInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_16 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.CarIdentificationStatusInquiryApi()

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

var opts = { 
  'body':  // {Body_39} 
};

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

namespace Example
{
    public class carIdentificationStatusInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new CarIdentificationStatusInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_39(); // Body_39 |  (optional) 

            try
            {
                // استعلام آخرین وضعیت شناسنامه خودرو در پست
                inline_response_200_16 result = apiInstance.carIdentificationStatusInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling CarIdentificationStatusInquiryApi.carIdentificationStatusInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\CarIdentificationStatusInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_39 | 

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

my $api_instance = WWW::SwaggerClient::CarIdentificationStatusInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_39->new(); # Body_39 | 

eval { 
    my $result = $api_instance->carIdentificationStatusInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling CarIdentificationStatusInquiryApi->carIdentificationStatusInquiryPost: $@\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.CarIdentificationStatusInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_39 |  (optional)

try: 
    # استعلام آخرین وضعیت شناسنامه خودرو در پست
    api_response = api_instance.car_identification_status_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling CarIdentificationStatusInquiryApi->carIdentificationStatusInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


DiscountInquiry

discountInquiryPost

گرفتن لیست تخفیف ها


/DiscountInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/DiscountInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.DiscountInquiryApi;

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

public class DiscountInquiryApiExample {

    public static void main(String[] args) {
        
        DiscountInquiryApi apiInstance = new DiscountInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_38 body = ; // Body_38 | 
        try {
            inline_response_200_28 result = apiInstance.discountInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DiscountInquiryApi#discountInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.DiscountInquiryApi;

public class DiscountInquiryApiExample {

    public static void main(String[] args) {
        DiscountInquiryApi apiInstance = new DiscountInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_38 body = ; // Body_38 | 
        try {
            inline_response_200_28 result = apiInstance.discountInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DiscountInquiryApi#discountInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_38 *body = ; //  (optional)

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

// گرفتن لیست تخفیف ها
[apiInstance discountInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_28 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.DiscountInquiryApi()

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

var opts = { 
  'body':  // {Body_38} 
};

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

namespace Example
{
    public class discountInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new DiscountInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_38(); // Body_38 |  (optional) 

            try
            {
                // گرفتن لیست تخفیف ها
                inline_response_200_28 result = apiInstance.discountInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling DiscountInquiryApi.discountInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\DiscountInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_38 | 

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

my $api_instance = WWW::SwaggerClient::DiscountInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_38->new(); # Body_38 | 

eval { 
    my $result = $api_instance->discountInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling DiscountInquiryApi->discountInquiryPost: $@\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.DiscountInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_38 |  (optional)

try: 
    # گرفتن لیست تخفیف ها
    api_response = api_instance.discount_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DiscountInquiryApi->discountInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


DiscountInquiryGetDictionary

discountInquiryGetDictionaryPost

گرفتن جزئیات شرکت ارایه دهنده، دسته بندی و شهر تخفیف ها


/DiscountInquiryGetDictionary

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/DiscountInquiryGetDictionary"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.DiscountInquiryGetDictionaryApi;

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

public class DiscountInquiryGetDictionaryApiExample {

    public static void main(String[] args) {
        
        DiscountInquiryGetDictionaryApi apiInstance = new DiscountInquiryGetDictionaryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_37 body = ; // Body_37 | 
        try {
            inline_response_200_27 result = apiInstance.discountInquiryGetDictionaryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DiscountInquiryGetDictionaryApi#discountInquiryGetDictionaryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.DiscountInquiryGetDictionaryApi;

public class DiscountInquiryGetDictionaryApiExample {

    public static void main(String[] args) {
        DiscountInquiryGetDictionaryApi apiInstance = new DiscountInquiryGetDictionaryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_37 body = ; // Body_37 | 
        try {
            inline_response_200_27 result = apiInstance.discountInquiryGetDictionaryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DiscountInquiryGetDictionaryApi#discountInquiryGetDictionaryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_37 *body = ; //  (optional)

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

// گرفتن جزئیات شرکت ارایه دهنده، دسته بندی و شهر تخفیف ها
[apiInstance discountInquiryGetDictionaryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_27 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.DiscountInquiryGetDictionaryApi()

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

var opts = { 
  'body':  // {Body_37} 
};

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

namespace Example
{
    public class discountInquiryGetDictionaryPostExample
    {
        public void main()
        {
            
            var apiInstance = new DiscountInquiryGetDictionaryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_37(); // Body_37 |  (optional) 

            try
            {
                // گرفتن جزئیات شرکت ارایه دهنده، دسته بندی و شهر تخفیف ها
                inline_response_200_27 result = apiInstance.discountInquiryGetDictionaryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling DiscountInquiryGetDictionaryApi.discountInquiryGetDictionaryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\DiscountInquiryGetDictionaryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_37 | 

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

my $api_instance = WWW::SwaggerClient::DiscountInquiryGetDictionaryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_37->new(); # Body_37 | 

eval { 
    my $result = $api_instance->discountInquiryGetDictionaryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling DiscountInquiryGetDictionaryApi->discountInquiryGetDictionaryPost: $@\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.DiscountInquiryGetDictionaryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_37 |  (optional)

try: 
    # گرفتن جزئیات شرکت ارایه دهنده، دسته بندی و شهر تخفیف ها
    api_response = api_instance.discount_inquiry_get_dictionary_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DiscountInquiryGetDictionaryApi->discountInquiryGetDictionaryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


DrivingAccidentsInquiry

drivingAccidentsInquiryPost

استعلام تصادفات رانندگی


/DrivingAccidentsInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/DrivingAccidentsInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.DrivingAccidentsInquiryApi;

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

public class DrivingAccidentsInquiryApiExample {

    public static void main(String[] args) {
        
        DrivingAccidentsInquiryApi apiInstance = new DrivingAccidentsInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_36 body = ; // Body_36 | 
        try {
            inline_response_200_26 result = apiInstance.drivingAccidentsInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DrivingAccidentsInquiryApi#drivingAccidentsInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.DrivingAccidentsInquiryApi;

public class DrivingAccidentsInquiryApiExample {

    public static void main(String[] args) {
        DrivingAccidentsInquiryApi apiInstance = new DrivingAccidentsInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_36 body = ; // Body_36 | 
        try {
            inline_response_200_26 result = apiInstance.drivingAccidentsInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DrivingAccidentsInquiryApi#drivingAccidentsInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_36 *body = ; //  (optional)

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

// استعلام تصادفات رانندگی
[apiInstance drivingAccidentsInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_26 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.DrivingAccidentsInquiryApi()

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

var opts = { 
  'body':  // {Body_36} 
};

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

namespace Example
{
    public class drivingAccidentsInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new DrivingAccidentsInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_36(); // Body_36 |  (optional) 

            try
            {
                // استعلام تصادفات رانندگی
                inline_response_200_26 result = apiInstance.drivingAccidentsInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling DrivingAccidentsInquiryApi.drivingAccidentsInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\DrivingAccidentsInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_36 | 

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

my $api_instance = WWW::SwaggerClient::DrivingAccidentsInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_36->new(); # Body_36 | 

eval { 
    my $result = $api_instance->drivingAccidentsInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling DrivingAccidentsInquiryApi->drivingAccidentsInquiryPost: $@\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.DrivingAccidentsInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_36 |  (optional)

try: 
    # استعلام تصادفات رانندگی
    api_response = api_instance.driving_accidents_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DrivingAccidentsInquiryApi->drivingAccidentsInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


DrivingLicenceStatusInquiry

drivingLicenceStatusInquiryPost

استعلام آخرین وضعیت گواهی نامه در پست


/DrivingLicenceStatusInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/DrivingLicenceStatusInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.DrivingLicenceStatusInquiryApi;

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

public class DrivingLicenceStatusInquiryApiExample {

    public static void main(String[] args) {
        
        DrivingLicenceStatusInquiryApi apiInstance = new DrivingLicenceStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_35 body = ; // Body_35 | 
        try {
            inline_response_200_16 result = apiInstance.drivingLicenceStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DrivingLicenceStatusInquiryApi#drivingLicenceStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.DrivingLicenceStatusInquiryApi;

public class DrivingLicenceStatusInquiryApiExample {

    public static void main(String[] args) {
        DrivingLicenceStatusInquiryApi apiInstance = new DrivingLicenceStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_35 body = ; // Body_35 | 
        try {
            inline_response_200_16 result = apiInstance.drivingLicenceStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DrivingLicenceStatusInquiryApi#drivingLicenceStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_35 *body = ; //  (optional)

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

// استعلام آخرین وضعیت گواهی نامه در پست
[apiInstance drivingLicenceStatusInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_16 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.DrivingLicenceStatusInquiryApi()

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

var opts = { 
  'body':  // {Body_35} 
};

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

namespace Example
{
    public class drivingLicenceStatusInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new DrivingLicenceStatusInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_35(); // Body_35 |  (optional) 

            try
            {
                // استعلام آخرین وضعیت گواهی نامه در پست
                inline_response_200_16 result = apiInstance.drivingLicenceStatusInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling DrivingLicenceStatusInquiryApi.drivingLicenceStatusInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\DrivingLicenceStatusInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_35 | 

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

my $api_instance = WWW::SwaggerClient::DrivingLicenceStatusInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_35->new(); # Body_35 | 

eval { 
    my $result = $api_instance->drivingLicenceStatusInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling DrivingLicenceStatusInquiryApi->drivingLicenceStatusInquiryPost: $@\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.DrivingLicenceStatusInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_35 |  (optional)

try: 
    # استعلام آخرین وضعیت گواهی نامه در پست
    api_response = api_instance.driving_licence_status_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DrivingLicenceStatusInquiryApi->drivingLicenceStatusInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


DrivingNegativePointInquiry

drivingNegativePointInquiryPost

استعلام نمره منفی گواهینامه


/DrivingNegativePointInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/DrivingNegativePointInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.DrivingNegativePointInquiryApi;

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

public class DrivingNegativePointInquiryApiExample {

    public static void main(String[] args) {
        
        DrivingNegativePointInquiryApi apiInstance = new DrivingNegativePointInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_34 body = ; // Body_34 | 
        try {
            inline_response_200_25 result = apiInstance.drivingNegativePointInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DrivingNegativePointInquiryApi#drivingNegativePointInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.DrivingNegativePointInquiryApi;

public class DrivingNegativePointInquiryApiExample {

    public static void main(String[] args) {
        DrivingNegativePointInquiryApi apiInstance = new DrivingNegativePointInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_34 body = ; // Body_34 | 
        try {
            inline_response_200_25 result = apiInstance.drivingNegativePointInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DrivingNegativePointInquiryApi#drivingNegativePointInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_34 *body = ; //  (optional)

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

// استعلام نمره منفی گواهینامه
[apiInstance drivingNegativePointInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_25 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.DrivingNegativePointInquiryApi()

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

var opts = { 
  'body':  // {Body_34} 
};

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

namespace Example
{
    public class drivingNegativePointInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new DrivingNegativePointInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_34(); // Body_34 |  (optional) 

            try
            {
                // استعلام نمره منفی گواهینامه
                inline_response_200_25 result = apiInstance.drivingNegativePointInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling DrivingNegativePointInquiryApi.drivingNegativePointInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\DrivingNegativePointInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_34 | 

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

my $api_instance = WWW::SwaggerClient::DrivingNegativePointInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_34->new(); # Body_34 | 

eval { 
    my $result = $api_instance->drivingNegativePointInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling DrivingNegativePointInquiryApi->drivingNegativePointInquiryPost: $@\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.DrivingNegativePointInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_34 |  (optional)

try: 
    # استعلام نمره منفی گواهینامه
    api_response = api_instance.driving_negative_point_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DrivingNegativePointInquiryApi->drivingNegativePointInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


DutyServiceStatusInquiry

dutyServiceStatusInquiryPost

استعلام آخرین وضعیت کارت نظام وظیفه در پست


/DutyServiceStatusInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/DutyServiceStatusInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.DutyServiceStatusInquiryApi;

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

public class DutyServiceStatusInquiryApiExample {

    public static void main(String[] args) {
        
        DutyServiceStatusInquiryApi apiInstance = new DutyServiceStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_33 body = ; // Body_33 | 
        try {
            inline_response_200_16 result = apiInstance.dutyServiceStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DutyServiceStatusInquiryApi#dutyServiceStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.DutyServiceStatusInquiryApi;

public class DutyServiceStatusInquiryApiExample {

    public static void main(String[] args) {
        DutyServiceStatusInquiryApi apiInstance = new DutyServiceStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_33 body = ; // Body_33 | 
        try {
            inline_response_200_16 result = apiInstance.dutyServiceStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DutyServiceStatusInquiryApi#dutyServiceStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_33 *body = ; //  (optional)

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

// استعلام آخرین وضعیت کارت نظام وظیفه در پست
[apiInstance dutyServiceStatusInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_16 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.DutyServiceStatusInquiryApi()

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

var opts = { 
  'body':  // {Body_33} 
};

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

namespace Example
{
    public class dutyServiceStatusInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new DutyServiceStatusInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_33(); // Body_33 |  (optional) 

            try
            {
                // استعلام آخرین وضعیت کارت نظام وظیفه در پست
                inline_response_200_16 result = apiInstance.dutyServiceStatusInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling DutyServiceStatusInquiryApi.dutyServiceStatusInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\DutyServiceStatusInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_33 | 

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

my $api_instance = WWW::SwaggerClient::DutyServiceStatusInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_33->new(); # Body_33 | 

eval { 
    my $result = $api_instance->dutyServiceStatusInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling DutyServiceStatusInquiryApi->dutyServiceStatusInquiryPost: $@\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.DutyServiceStatusInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_33 |  (optional)

try: 
    # استعلام آخرین وضعیت کارت نظام وظیفه در پست
    api_response = api_instance.duty_service_status_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DutyServiceStatusInquiryApi->dutyServiceStatusInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


ElectricityBillInquiry

electricityBillInquiryPost

استعلام قبض برق


/ElectricityBillInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/ElectricityBillInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ElectricityBillInquiryApi;

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

public class ElectricityBillInquiryApiExample {

    public static void main(String[] args) {
        
        ElectricityBillInquiryApi apiInstance = new ElectricityBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_43 body = ; // Body_43 | 
        try {
            inline_response_200_30 result = apiInstance.electricityBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ElectricityBillInquiryApi#electricityBillInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.ElectricityBillInquiryApi;

public class ElectricityBillInquiryApiExample {

    public static void main(String[] args) {
        ElectricityBillInquiryApi apiInstance = new ElectricityBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_43 body = ; // Body_43 | 
        try {
            inline_response_200_30 result = apiInstance.electricityBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ElectricityBillInquiryApi#electricityBillInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_43 *body = ; //  (optional)

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

// استعلام قبض برق
[apiInstance electricityBillInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_30 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.ElectricityBillInquiryApi()

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

var opts = { 
  'body':  // {Body_43} 
};

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

namespace Example
{
    public class electricityBillInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new ElectricityBillInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_43(); // Body_43 |  (optional) 

            try
            {
                // استعلام قبض برق
                inline_response_200_30 result = apiInstance.electricityBillInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling ElectricityBillInquiryApi.electricityBillInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\ElectricityBillInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_43 | 

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

my $api_instance = WWW::SwaggerClient::ElectricityBillInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_43->new(); # Body_43 | 

eval { 
    my $result = $api_instance->electricityBillInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling ElectricityBillInquiryApi->electricityBillInquiryPost: $@\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.ElectricityBillInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_43 |  (optional)

try: 
    # استعلام قبض برق
    api_response = api_instance.electricity_bill_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ElectricityBillInquiryApi->electricityBillInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


FixedLineBatchBillInquiry

fixedLineBatchBillInquiryPost

استعلام قبض تلفن ثابت تجمیعی


/FixedLineBatchBillInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/FixedLineBatchBillInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.FixedLineBatchBillInquiryApi;

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

public class FixedLineBatchBillInquiryApiExample {

    public static void main(String[] args) {
        
        FixedLineBatchBillInquiryApi apiInstance = new FixedLineBatchBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_32 body = ; // Body_32 | 
        try {
            inline_response_200_24 result = apiInstance.fixedLineBatchBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FixedLineBatchBillInquiryApi#fixedLineBatchBillInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.FixedLineBatchBillInquiryApi;

public class FixedLineBatchBillInquiryApiExample {

    public static void main(String[] args) {
        FixedLineBatchBillInquiryApi apiInstance = new FixedLineBatchBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_32 body = ; // Body_32 | 
        try {
            inline_response_200_24 result = apiInstance.fixedLineBatchBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FixedLineBatchBillInquiryApi#fixedLineBatchBillInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_32 *body = ; //  (optional)

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

// استعلام قبض تلفن ثابت تجمیعی
[apiInstance fixedLineBatchBillInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_24 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.FixedLineBatchBillInquiryApi()

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

var opts = { 
  'body':  // {Body_32} 
};

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

namespace Example
{
    public class fixedLineBatchBillInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new FixedLineBatchBillInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_32(); // Body_32 |  (optional) 

            try
            {
                // استعلام قبض تلفن ثابت تجمیعی
                inline_response_200_24 result = apiInstance.fixedLineBatchBillInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling FixedLineBatchBillInquiryApi.fixedLineBatchBillInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\FixedLineBatchBillInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_32 | 

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

my $api_instance = WWW::SwaggerClient::FixedLineBatchBillInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_32->new(); # Body_32 | 

eval { 
    my $result = $api_instance->fixedLineBatchBillInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling FixedLineBatchBillInquiryApi->fixedLineBatchBillInquiryPost: $@\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.FixedLineBatchBillInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_32 |  (optional)

try: 
    # استعلام قبض تلفن ثابت تجمیعی
    api_response = api_instance.fixed_line_batch_bill_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling FixedLineBatchBillInquiryApi->fixedLineBatchBillInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


FixedLineBillInquiry

fixedLineBillInquiryPost

استعلام قبض تلفن ثابت


/FixedLineBillInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/FixedLineBillInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.FixedLineBillInquiryApi;

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

public class FixedLineBillInquiryApiExample {

    public static void main(String[] args) {
        
        FixedLineBillInquiryApi apiInstance = new FixedLineBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_47 body = ; // Body_47 | 
        try {
            inline_response_200_31 result = apiInstance.fixedLineBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FixedLineBillInquiryApi#fixedLineBillInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.FixedLineBillInquiryApi;

public class FixedLineBillInquiryApiExample {

    public static void main(String[] args) {
        FixedLineBillInquiryApi apiInstance = new FixedLineBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_47 body = ; // Body_47 | 
        try {
            inline_response_200_31 result = apiInstance.fixedLineBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FixedLineBillInquiryApi#fixedLineBillInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_47 *body = ; //  (optional)

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

// استعلام قبض تلفن ثابت
[apiInstance fixedLineBillInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_31 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.FixedLineBillInquiryApi()

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

var opts = { 
  'body':  // {Body_47} 
};

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

namespace Example
{
    public class fixedLineBillInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new FixedLineBillInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_47(); // Body_47 |  (optional) 

            try
            {
                // استعلام قبض تلفن ثابت
                inline_response_200_31 result = apiInstance.fixedLineBillInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling FixedLineBillInquiryApi.fixedLineBillInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\FixedLineBillInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_47 | 

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

my $api_instance = WWW::SwaggerClient::FixedLineBillInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_47->new(); # Body_47 | 

eval { 
    my $result = $api_instance->fixedLineBillInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling FixedLineBillInquiryApi->fixedLineBillInquiryPost: $@\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.FixedLineBillInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_47 |  (optional)

try: 
    # استعلام قبض تلفن ثابت
    api_response = api_instance.fixed_line_bill_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling FixedLineBillInquiryApi->fixedLineBillInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


FixedLineExtendedBillInquiry

fixedLineExtendedBillInquiryPost

استعلام جزیات قبض تلفن ثابت


/FixedLineExtendedBillInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/FixedLineExtendedBillInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.FixedLineExtendedBillInquiryApi;

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

public class FixedLineExtendedBillInquiryApiExample {

    public static void main(String[] args) {
        
        FixedLineExtendedBillInquiryApi apiInstance = new FixedLineExtendedBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_53 body = ; // Body_53 | 
        try {
            inline_response_200_30 result = apiInstance.fixedLineExtendedBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FixedLineExtendedBillInquiryApi#fixedLineExtendedBillInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.FixedLineExtendedBillInquiryApi;

public class FixedLineExtendedBillInquiryApiExample {

    public static void main(String[] args) {
        FixedLineExtendedBillInquiryApi apiInstance = new FixedLineExtendedBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_53 body = ; // Body_53 | 
        try {
            inline_response_200_30 result = apiInstance.fixedLineExtendedBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FixedLineExtendedBillInquiryApi#fixedLineExtendedBillInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_53 *body = ; //  (optional)

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

// استعلام جزیات قبض تلفن ثابت
[apiInstance fixedLineExtendedBillInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_30 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.FixedLineExtendedBillInquiryApi()

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

var opts = { 
  'body':  // {Body_53} 
};

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

namespace Example
{
    public class fixedLineExtendedBillInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new FixedLineExtendedBillInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_53(); // Body_53 |  (optional) 

            try
            {
                // استعلام جزیات قبض تلفن ثابت
                inline_response_200_30 result = apiInstance.fixedLineExtendedBillInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling FixedLineExtendedBillInquiryApi.fixedLineExtendedBillInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\FixedLineExtendedBillInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_53 | 

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

my $api_instance = WWW::SwaggerClient::FixedLineExtendedBillInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_53->new(); # Body_53 | 

eval { 
    my $result = $api_instance->fixedLineExtendedBillInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling FixedLineExtendedBillInquiryApi->fixedLineExtendedBillInquiryPost: $@\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.FixedLineExtendedBillInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_53 |  (optional)

try: 
    # استعلام جزیات قبض تلفن ثابت
    api_response = api_instance.fixed_line_extended_bill_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling FixedLineExtendedBillInquiryApi->fixedLineExtendedBillInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


FixedLineExtendedBillInquiryConfirmOtp

fixedLineExtendedBillInquiryConfirmOtpPost

تایید کد فعالسازی تلفن ثابت


/FixedLineExtendedBillInquiryConfirmOtp

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/FixedLineExtendedBillInquiryConfirmOtp"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.FixedLineExtendedBillInquiryConfirmOtpApi;

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

public class FixedLineExtendedBillInquiryConfirmOtpApiExample {

    public static void main(String[] args) {
        
        FixedLineExtendedBillInquiryConfirmOtpApi apiInstance = new FixedLineExtendedBillInquiryConfirmOtpApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_31 body = ; // Body_31 | 
        try {
            inline_response_200_22 result = apiInstance.fixedLineExtendedBillInquiryConfirmOtpPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FixedLineExtendedBillInquiryConfirmOtpApi#fixedLineExtendedBillInquiryConfirmOtpPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.FixedLineExtendedBillInquiryConfirmOtpApi;

public class FixedLineExtendedBillInquiryConfirmOtpApiExample {

    public static void main(String[] args) {
        FixedLineExtendedBillInquiryConfirmOtpApi apiInstance = new FixedLineExtendedBillInquiryConfirmOtpApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_31 body = ; // Body_31 | 
        try {
            inline_response_200_22 result = apiInstance.fixedLineExtendedBillInquiryConfirmOtpPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FixedLineExtendedBillInquiryConfirmOtpApi#fixedLineExtendedBillInquiryConfirmOtpPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_31 *body = ; //  (optional)

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

// تایید کد فعالسازی تلفن ثابت
[apiInstance fixedLineExtendedBillInquiryConfirmOtpPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_22 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.FixedLineExtendedBillInquiryConfirmOtpApi()

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

var opts = { 
  'body':  // {Body_31} 
};

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

namespace Example
{
    public class fixedLineExtendedBillInquiryConfirmOtpPostExample
    {
        public void main()
        {
            
            var apiInstance = new FixedLineExtendedBillInquiryConfirmOtpApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_31(); // Body_31 |  (optional) 

            try
            {
                // تایید کد فعالسازی تلفن ثابت
                inline_response_200_22 result = apiInstance.fixedLineExtendedBillInquiryConfirmOtpPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling FixedLineExtendedBillInquiryConfirmOtpApi.fixedLineExtendedBillInquiryConfirmOtpPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\FixedLineExtendedBillInquiryConfirmOtpApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_31 | 

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

my $api_instance = WWW::SwaggerClient::FixedLineExtendedBillInquiryConfirmOtpApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_31->new(); # Body_31 | 

eval { 
    my $result = $api_instance->fixedLineExtendedBillInquiryConfirmOtpPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling FixedLineExtendedBillInquiryConfirmOtpApi->fixedLineExtendedBillInquiryConfirmOtpPost: $@\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.FixedLineExtendedBillInquiryConfirmOtpApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_31 |  (optional)

try: 
    # تایید کد فعالسازی تلفن ثابت
    api_response = api_instance.fixed_line_extended_bill_inquiry_confirm_otp_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling FixedLineExtendedBillInquiryConfirmOtpApi->fixedLineExtendedBillInquiryConfirmOtpPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


FixedLineExtendedBillInquiryGetState

fixedLineExtendedBillInquiryGetStatePost

دریافت وضعیت تلفن ثابت


/FixedLineExtendedBillInquiryGetState

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/FixedLineExtendedBillInquiryGetState"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.FixedLineExtendedBillInquiryGetStateApi;

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

public class FixedLineExtendedBillInquiryGetStateApiExample {

    public static void main(String[] args) {
        
        FixedLineExtendedBillInquiryGetStateApi apiInstance = new FixedLineExtendedBillInquiryGetStateApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_30 body = ; // Body_30 | 
        try {
            inline_response_200_23 result = apiInstance.fixedLineExtendedBillInquiryGetStatePost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FixedLineExtendedBillInquiryGetStateApi#fixedLineExtendedBillInquiryGetStatePost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.FixedLineExtendedBillInquiryGetStateApi;

public class FixedLineExtendedBillInquiryGetStateApiExample {

    public static void main(String[] args) {
        FixedLineExtendedBillInquiryGetStateApi apiInstance = new FixedLineExtendedBillInquiryGetStateApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_30 body = ; // Body_30 | 
        try {
            inline_response_200_23 result = apiInstance.fixedLineExtendedBillInquiryGetStatePost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FixedLineExtendedBillInquiryGetStateApi#fixedLineExtendedBillInquiryGetStatePost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_30 *body = ; //  (optional)

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

// دریافت وضعیت تلفن ثابت
[apiInstance fixedLineExtendedBillInquiryGetStatePostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_23 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.FixedLineExtendedBillInquiryGetStateApi()

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

var opts = { 
  'body':  // {Body_30} 
};

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

namespace Example
{
    public class fixedLineExtendedBillInquiryGetStatePostExample
    {
        public void main()
        {
            
            var apiInstance = new FixedLineExtendedBillInquiryGetStateApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_30(); // Body_30 |  (optional) 

            try
            {
                // دریافت وضعیت تلفن ثابت
                inline_response_200_23 result = apiInstance.fixedLineExtendedBillInquiryGetStatePost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling FixedLineExtendedBillInquiryGetStateApi.fixedLineExtendedBillInquiryGetStatePost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\FixedLineExtendedBillInquiryGetStateApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_30 | 

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

my $api_instance = WWW::SwaggerClient::FixedLineExtendedBillInquiryGetStateApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_30->new(); # Body_30 | 

eval { 
    my $result = $api_instance->fixedLineExtendedBillInquiryGetStatePost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling FixedLineExtendedBillInquiryGetStateApi->fixedLineExtendedBillInquiryGetStatePost: $@\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.FixedLineExtendedBillInquiryGetStateApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_30 |  (optional)

try: 
    # دریافت وضعیت تلفن ثابت
    api_response = api_instance.fixed_line_extended_bill_inquiry_get_state_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling FixedLineExtendedBillInquiryGetStateApi->fixedLineExtendedBillInquiryGetStatePost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


FixedLineExtendedBillInquiryRequestOtp

fixedLineExtendedBillInquiryRequestOtpPost

درخواست ارسال کد فعالسازی تلفن ثابت


/FixedLineExtendedBillInquiryRequestOtp

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/FixedLineExtendedBillInquiryRequestOtp"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.FixedLineExtendedBillInquiryRequestOtpApi;

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

public class FixedLineExtendedBillInquiryRequestOtpApiExample {

    public static void main(String[] args) {
        
        FixedLineExtendedBillInquiryRequestOtpApi apiInstance = new FixedLineExtendedBillInquiryRequestOtpApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_29 body = ; // Body_29 | 
        try {
            inline_response_200_22 result = apiInstance.fixedLineExtendedBillInquiryRequestOtpPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FixedLineExtendedBillInquiryRequestOtpApi#fixedLineExtendedBillInquiryRequestOtpPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.FixedLineExtendedBillInquiryRequestOtpApi;

public class FixedLineExtendedBillInquiryRequestOtpApiExample {

    public static void main(String[] args) {
        FixedLineExtendedBillInquiryRequestOtpApi apiInstance = new FixedLineExtendedBillInquiryRequestOtpApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_29 body = ; // Body_29 | 
        try {
            inline_response_200_22 result = apiInstance.fixedLineExtendedBillInquiryRequestOtpPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FixedLineExtendedBillInquiryRequestOtpApi#fixedLineExtendedBillInquiryRequestOtpPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_29 *body = ; //  (optional)

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

// درخواست ارسال کد فعالسازی تلفن ثابت
[apiInstance fixedLineExtendedBillInquiryRequestOtpPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_22 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.FixedLineExtendedBillInquiryRequestOtpApi()

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

var opts = { 
  'body':  // {Body_29} 
};

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

namespace Example
{
    public class fixedLineExtendedBillInquiryRequestOtpPostExample
    {
        public void main()
        {
            
            var apiInstance = new FixedLineExtendedBillInquiryRequestOtpApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_29(); // Body_29 |  (optional) 

            try
            {
                // درخواست ارسال کد فعالسازی تلفن ثابت
                inline_response_200_22 result = apiInstance.fixedLineExtendedBillInquiryRequestOtpPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling FixedLineExtendedBillInquiryRequestOtpApi.fixedLineExtendedBillInquiryRequestOtpPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\FixedLineExtendedBillInquiryRequestOtpApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_29 | 

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

my $api_instance = WWW::SwaggerClient::FixedLineExtendedBillInquiryRequestOtpApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_29->new(); # Body_29 | 

eval { 
    my $result = $api_instance->fixedLineExtendedBillInquiryRequestOtpPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling FixedLineExtendedBillInquiryRequestOtpApi->fixedLineExtendedBillInquiryRequestOtpPost: $@\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.FixedLineExtendedBillInquiryRequestOtpApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_29 |  (optional)

try: 
    # درخواست ارسال کد فعالسازی تلفن ثابت
    api_response = api_instance.fixed_line_extended_bill_inquiry_request_otp_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling FixedLineExtendedBillInquiryRequestOtpApi->fixedLineExtendedBillInquiryRequestOtpPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


FreewayTollInquiry

freewayTollInquiryPost

استعلام عوارض بزرگراهی


/FreewayTollInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/FreewayTollInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.FreewayTollInquiryApi;

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

public class FreewayTollInquiryApiExample {

    public static void main(String[] args) {
        
        FreewayTollInquiryApi apiInstance = new FreewayTollInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_28 body = ; // Body_28 | 
        try {
            inline_response_200_21 result = apiInstance.freewayTollInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FreewayTollInquiryApi#freewayTollInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.FreewayTollInquiryApi;

public class FreewayTollInquiryApiExample {

    public static void main(String[] args) {
        FreewayTollInquiryApi apiInstance = new FreewayTollInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_28 body = ; // Body_28 | 
        try {
            inline_response_200_21 result = apiInstance.freewayTollInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FreewayTollInquiryApi#freewayTollInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_28 *body = ; //  (optional)

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

// استعلام عوارض بزرگراهی
[apiInstance freewayTollInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_21 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.FreewayTollInquiryApi()

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

var opts = { 
  'body':  // {Body_28} 
};

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

namespace Example
{
    public class freewayTollInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new FreewayTollInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_28(); // Body_28 |  (optional) 

            try
            {
                // استعلام عوارض بزرگراهی
                inline_response_200_21 result = apiInstance.freewayTollInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling FreewayTollInquiryApi.freewayTollInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\FreewayTollInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_28 | 

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

my $api_instance = WWW::SwaggerClient::FreewayTollInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_28->new(); # Body_28 | 

eval { 
    my $result = $api_instance->freewayTollInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling FreewayTollInquiryApi->freewayTollInquiryPost: $@\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.FreewayTollInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_28 |  (optional)

try: 
    # استعلام عوارض بزرگراهی
    api_response = api_instance.freeway_toll_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling FreewayTollInquiryApi->freewayTollInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


FuelCardStatusInquiry

fuelCardStatusInquiryPost

استعلام آخرین وضعیت کارت سوخت در پست


/FuelCardStatusInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/FuelCardStatusInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.FuelCardStatusInquiryApi;

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

public class FuelCardStatusInquiryApiExample {

    public static void main(String[] args) {
        
        FuelCardStatusInquiryApi apiInstance = new FuelCardStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_27 body = ; // Body_27 | 
        try {
            inline_response_200_16 result = apiInstance.fuelCardStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FuelCardStatusInquiryApi#fuelCardStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.FuelCardStatusInquiryApi;

public class FuelCardStatusInquiryApiExample {

    public static void main(String[] args) {
        FuelCardStatusInquiryApi apiInstance = new FuelCardStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_27 body = ; // Body_27 | 
        try {
            inline_response_200_16 result = apiInstance.fuelCardStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling FuelCardStatusInquiryApi#fuelCardStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_27 *body = ; //  (optional)

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

// استعلام آخرین وضعیت کارت سوخت در پست
[apiInstance fuelCardStatusInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_16 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.FuelCardStatusInquiryApi()

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

var opts = { 
  'body':  // {Body_27} 
};

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

namespace Example
{
    public class fuelCardStatusInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new FuelCardStatusInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_27(); // Body_27 |  (optional) 

            try
            {
                // استعلام آخرین وضعیت کارت سوخت در پست
                inline_response_200_16 result = apiInstance.fuelCardStatusInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling FuelCardStatusInquiryApi.fuelCardStatusInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\FuelCardStatusInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_27 | 

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

my $api_instance = WWW::SwaggerClient::FuelCardStatusInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_27->new(); # Body_27 | 

eval { 
    my $result = $api_instance->fuelCardStatusInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling FuelCardStatusInquiryApi->fuelCardStatusInquiryPost: $@\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.FuelCardStatusInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_27 |  (optional)

try: 
    # استعلام آخرین وضعیت کارت سوخت در پست
    api_response = api_instance.fuel_card_status_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling FuelCardStatusInquiryApi->fuelCardStatusInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


GasBillInquiry

gasBillInquiryPost

استعلام قبض گاز


/GasBillInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/GasBillInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.GasBillInquiryApi;

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

public class GasBillInquiryApiExample {

    public static void main(String[] args) {
        
        GasBillInquiryApi apiInstance = new GasBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_44 body = ; // Body_44 | 
        try {
            inline_response_200_30 result = apiInstance.gasBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling GasBillInquiryApi#gasBillInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.GasBillInquiryApi;

public class GasBillInquiryApiExample {

    public static void main(String[] args) {
        GasBillInquiryApi apiInstance = new GasBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_44 body = ; // Body_44 | 
        try {
            inline_response_200_30 result = apiInstance.gasBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling GasBillInquiryApi#gasBillInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_44 *body = ; //  (optional)

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

// استعلام قبض گاز
[apiInstance gasBillInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_30 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.GasBillInquiryApi()

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

var opts = { 
  'body':  // {Body_44} 
};

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

namespace Example
{
    public class gasBillInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new GasBillInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_44(); // Body_44 |  (optional) 

            try
            {
                // استعلام قبض گاز
                inline_response_200_30 result = apiInstance.gasBillInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling GasBillInquiryApi.gasBillInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\GasBillInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_44 | 

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

my $api_instance = WWW::SwaggerClient::GasBillInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_44->new(); # Body_44 | 

eval { 
    my $result = $api_instance->gasBillInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling GasBillInquiryApi->gasBillInquiryPost: $@\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.GasBillInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_44 |  (optional)

try: 
    # استعلام قبض گاز
    api_response = api_instance.gas_bill_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling GasBillInquiryApi->gasBillInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


JusticeSharesInquiry

justiceSharesInquiryPost

استعلام سهام عدالت


/JusticeSharesInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/JusticeSharesInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.JusticeSharesInquiryApi;

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

public class JusticeSharesInquiryApiExample {

    public static void main(String[] args) {
        
        JusticeSharesInquiryApi apiInstance = new JusticeSharesInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_26 body = ; // Body_26 | 
        try {
            inline_response_200_20 result = apiInstance.justiceSharesInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling JusticeSharesInquiryApi#justiceSharesInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.JusticeSharesInquiryApi;

public class JusticeSharesInquiryApiExample {

    public static void main(String[] args) {
        JusticeSharesInquiryApi apiInstance = new JusticeSharesInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_26 body = ; // Body_26 | 
        try {
            inline_response_200_20 result = apiInstance.justiceSharesInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling JusticeSharesInquiryApi#justiceSharesInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_26 *body = ; //  (optional)

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

// استعلام سهام عدالت
[apiInstance justiceSharesInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_20 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.JusticeSharesInquiryApi()

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

var opts = { 
  'body':  // {Body_26} 
};

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

namespace Example
{
    public class justiceSharesInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new JusticeSharesInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_26(); // Body_26 |  (optional) 

            try
            {
                // استعلام سهام عدالت
                inline_response_200_20 result = apiInstance.justiceSharesInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling JusticeSharesInquiryApi.justiceSharesInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\JusticeSharesInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_26 | 

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

my $api_instance = WWW::SwaggerClient::JusticeSharesInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_26->new(); # Body_26 | 

eval { 
    my $result = $api_instance->justiceSharesInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling JusticeSharesInquiryApi->justiceSharesInquiryPost: $@\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.JusticeSharesInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_26 |  (optional)

try: 
    # استعلام سهام عدالت
    api_response = api_instance.justice_shares_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling JusticeSharesInquiryApi->justiceSharesInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


JusticeSharesInquiryGetQuestions

justiceSharesInquiryGetQuestionsPost

دریافت سوالات امنیتی سهام عدالت


/JusticeSharesInquiryGetQuestions

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/JusticeSharesInquiryGetQuestions"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.JusticeSharesInquiryGetQuestionsApi;

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

public class JusticeSharesInquiryGetQuestionsApiExample {

    public static void main(String[] args) {
        
        JusticeSharesInquiryGetQuestionsApi apiInstance = new JusticeSharesInquiryGetQuestionsApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_25 body = ; // Body_25 | 
        try {
            inline_response_200_19 result = apiInstance.justiceSharesInquiryGetQuestionsPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling JusticeSharesInquiryGetQuestionsApi#justiceSharesInquiryGetQuestionsPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.JusticeSharesInquiryGetQuestionsApi;

public class JusticeSharesInquiryGetQuestionsApiExample {

    public static void main(String[] args) {
        JusticeSharesInquiryGetQuestionsApi apiInstance = new JusticeSharesInquiryGetQuestionsApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_25 body = ; // Body_25 | 
        try {
            inline_response_200_19 result = apiInstance.justiceSharesInquiryGetQuestionsPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling JusticeSharesInquiryGetQuestionsApi#justiceSharesInquiryGetQuestionsPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_25 *body = ; //  (optional)

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

// دریافت سوالات امنیتی سهام عدالت
[apiInstance justiceSharesInquiryGetQuestionsPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_19 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.JusticeSharesInquiryGetQuestionsApi()

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

var opts = { 
  'body':  // {Body_25} 
};

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

namespace Example
{
    public class justiceSharesInquiryGetQuestionsPostExample
    {
        public void main()
        {
            
            var apiInstance = new JusticeSharesInquiryGetQuestionsApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_25(); // Body_25 |  (optional) 

            try
            {
                // دریافت سوالات امنیتی سهام عدالت
                inline_response_200_19 result = apiInstance.justiceSharesInquiryGetQuestionsPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling JusticeSharesInquiryGetQuestionsApi.justiceSharesInquiryGetQuestionsPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\JusticeSharesInquiryGetQuestionsApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_25 | 

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

my $api_instance = WWW::SwaggerClient::JusticeSharesInquiryGetQuestionsApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_25->new(); # Body_25 | 

eval { 
    my $result = $api_instance->justiceSharesInquiryGetQuestionsPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling JusticeSharesInquiryGetQuestionsApi->justiceSharesInquiryGetQuestionsPost: $@\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.JusticeSharesInquiryGetQuestionsApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_25 |  (optional)

try: 
    # دریافت سوالات امنیتی سهام عدالت
    api_response = api_instance.justice_shares_inquiry_get_questions_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling JusticeSharesInquiryGetQuestionsApi->justiceSharesInquiryGetQuestionsPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


JusticeSharesPortfolioInquiry

justiceSharesPortfolioInquiryPost

استعلام ارزش سهام عدالت


/JusticeSharesPortfolioInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/JusticeSharesPortfolioInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.JusticeSharesPortfolioInquiryApi;

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

public class JusticeSharesPortfolioInquiryApiExample {

    public static void main(String[] args) {
        
        JusticeSharesPortfolioInquiryApi apiInstance = new JusticeSharesPortfolioInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_24 body = ; // Body_24 | 
        try {
            inline_response_200_18 result = apiInstance.justiceSharesPortfolioInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling JusticeSharesPortfolioInquiryApi#justiceSharesPortfolioInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.JusticeSharesPortfolioInquiryApi;

public class JusticeSharesPortfolioInquiryApiExample {

    public static void main(String[] args) {
        JusticeSharesPortfolioInquiryApi apiInstance = new JusticeSharesPortfolioInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_24 body = ; // Body_24 | 
        try {
            inline_response_200_18 result = apiInstance.justiceSharesPortfolioInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling JusticeSharesPortfolioInquiryApi#justiceSharesPortfolioInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_24 *body = ; //  (optional)

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

// استعلام ارزش سهام عدالت
[apiInstance justiceSharesPortfolioInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_18 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.JusticeSharesPortfolioInquiryApi()

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

var opts = { 
  'body':  // {Body_24} 
};

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

namespace Example
{
    public class justiceSharesPortfolioInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new JusticeSharesPortfolioInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_24(); // Body_24 |  (optional) 

            try
            {
                // استعلام ارزش سهام عدالت
                inline_response_200_18 result = apiInstance.justiceSharesPortfolioInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling JusticeSharesPortfolioInquiryApi.justiceSharesPortfolioInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\JusticeSharesPortfolioInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_24 | 

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

my $api_instance = WWW::SwaggerClient::JusticeSharesPortfolioInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_24->new(); # Body_24 | 

eval { 
    my $result = $api_instance->justiceSharesPortfolioInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling JusticeSharesPortfolioInquiryApi->justiceSharesPortfolioInquiryPost: $@\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.JusticeSharesPortfolioInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_24 |  (optional)

try: 
    # استعلام ارزش سهام عدالت
    api_response = api_instance.justice_shares_portfolio_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling JusticeSharesPortfolioInquiryApi->justiceSharesPortfolioInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


JusticeSharesPortfolioInquiryRequestOtp

justiceSharesPortfolioInquiryRequestOtpPost

درخواست ارسال کد فعاسازی به منظور استعلام ارزش سهام عدالت


/JusticeSharesPortfolioInquiryRequestOtp

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/JusticeSharesPortfolioInquiryRequestOtp"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.JusticeSharesPortfolioInquiryRequestOtpApi;

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

public class JusticeSharesPortfolioInquiryRequestOtpApiExample {

    public static void main(String[] args) {
        
        JusticeSharesPortfolioInquiryRequestOtpApi apiInstance = new JusticeSharesPortfolioInquiryRequestOtpApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_23 body = ; // Body_23 | 
        try {
            inline_response_200_17 result = apiInstance.justiceSharesPortfolioInquiryRequestOtpPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling JusticeSharesPortfolioInquiryRequestOtpApi#justiceSharesPortfolioInquiryRequestOtpPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.JusticeSharesPortfolioInquiryRequestOtpApi;

public class JusticeSharesPortfolioInquiryRequestOtpApiExample {

    public static void main(String[] args) {
        JusticeSharesPortfolioInquiryRequestOtpApi apiInstance = new JusticeSharesPortfolioInquiryRequestOtpApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_23 body = ; // Body_23 | 
        try {
            inline_response_200_17 result = apiInstance.justiceSharesPortfolioInquiryRequestOtpPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling JusticeSharesPortfolioInquiryRequestOtpApi#justiceSharesPortfolioInquiryRequestOtpPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_23 *body = ; //  (optional)

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

// درخواست ارسال کد فعاسازی به منظور استعلام ارزش سهام عدالت
[apiInstance justiceSharesPortfolioInquiryRequestOtpPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_17 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.JusticeSharesPortfolioInquiryRequestOtpApi()

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

var opts = { 
  'body':  // {Body_23} 
};

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

namespace Example
{
    public class justiceSharesPortfolioInquiryRequestOtpPostExample
    {
        public void main()
        {
            
            var apiInstance = new JusticeSharesPortfolioInquiryRequestOtpApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_23(); // Body_23 |  (optional) 

            try
            {
                // درخواست ارسال کد فعاسازی به منظور استعلام ارزش سهام عدالت
                inline_response_200_17 result = apiInstance.justiceSharesPortfolioInquiryRequestOtpPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling JusticeSharesPortfolioInquiryRequestOtpApi.justiceSharesPortfolioInquiryRequestOtpPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\JusticeSharesPortfolioInquiryRequestOtpApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_23 | 

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

my $api_instance = WWW::SwaggerClient::JusticeSharesPortfolioInquiryRequestOtpApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_23->new(); # Body_23 | 

eval { 
    my $result = $api_instance->justiceSharesPortfolioInquiryRequestOtpPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling JusticeSharesPortfolioInquiryRequestOtpApi->justiceSharesPortfolioInquiryRequestOtpPost: $@\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.JusticeSharesPortfolioInquiryRequestOtpApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_23 |  (optional)

try: 
    # درخواست ارسال کد فعاسازی به منظور استعلام ارزش سهام عدالت
    api_response = api_instance.justice_shares_portfolio_inquiry_request_otp_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling JusticeSharesPortfolioInquiryRequestOtpApi->justiceSharesPortfolioInquiryRequestOtpPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


MCIMobileBillInquiry

mCIMobileBillInquiryPost

استعلام قبض تلفن همراه اول


/MCIMobileBillInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/MCIMobileBillInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.MCIMobileBillInquiryApi;

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

public class MCIMobileBillInquiryApiExample {

    public static void main(String[] args) {
        
        MCIMobileBillInquiryApi apiInstance = new MCIMobileBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_46 body = ; // Body_46 | 
        try {
            inline_response_200_30 result = apiInstance.mCIMobileBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling MCIMobileBillInquiryApi#mCIMobileBillInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.MCIMobileBillInquiryApi;

public class MCIMobileBillInquiryApiExample {

    public static void main(String[] args) {
        MCIMobileBillInquiryApi apiInstance = new MCIMobileBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_46 body = ; // Body_46 | 
        try {
            inline_response_200_30 result = apiInstance.mCIMobileBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling MCIMobileBillInquiryApi#mCIMobileBillInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_46 *body = ; //  (optional)

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

// استعلام قبض تلفن همراه اول
[apiInstance mCIMobileBillInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_30 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.MCIMobileBillInquiryApi()

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

var opts = { 
  'body':  // {Body_46} 
};

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

namespace Example
{
    public class mCIMobileBillInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new MCIMobileBillInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_46(); // Body_46 |  (optional) 

            try
            {
                // استعلام قبض تلفن همراه اول
                inline_response_200_30 result = apiInstance.mCIMobileBillInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling MCIMobileBillInquiryApi.mCIMobileBillInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\MCIMobileBillInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_46 | 

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

my $api_instance = WWW::SwaggerClient::MCIMobileBillInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_46->new(); # Body_46 | 

eval { 
    my $result = $api_instance->mCIMobileBillInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling MCIMobileBillInquiryApi->mCIMobileBillInquiryPost: $@\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.MCIMobileBillInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_46 |  (optional)

try: 
    # استعلام قبض تلفن همراه اول
    api_response = api_instance.m_ci_mobile_bill_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling MCIMobileBillInquiryApi->mCIMobileBillInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


MotorCycleIdentificationStatusInquiry

motorCycleIdentificationStatusInquiryPost

استعلام آخرین وضعیت اسناد موتورسیکلت در پست


/MotorCycleIdentificationStatusInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/MotorCycleIdentificationStatusInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.MotorCycleIdentificationStatusInquiryApi;

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

public class MotorCycleIdentificationStatusInquiryApiExample {

    public static void main(String[] args) {
        
        MotorCycleIdentificationStatusInquiryApi apiInstance = new MotorCycleIdentificationStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_22 body = ; // Body_22 | 
        try {
            inline_response_200_16 result = apiInstance.motorCycleIdentificationStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling MotorCycleIdentificationStatusInquiryApi#motorCycleIdentificationStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.MotorCycleIdentificationStatusInquiryApi;

public class MotorCycleIdentificationStatusInquiryApiExample {

    public static void main(String[] args) {
        MotorCycleIdentificationStatusInquiryApi apiInstance = new MotorCycleIdentificationStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_22 body = ; // Body_22 | 
        try {
            inline_response_200_16 result = apiInstance.motorCycleIdentificationStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling MotorCycleIdentificationStatusInquiryApi#motorCycleIdentificationStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_22 *body = ; //  (optional)

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

// استعلام آخرین وضعیت اسناد موتورسیکلت در پست
[apiInstance motorCycleIdentificationStatusInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_16 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.MotorCycleIdentificationStatusInquiryApi()

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

var opts = { 
  'body':  // {Body_22} 
};

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

namespace Example
{
    public class motorCycleIdentificationStatusInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new MotorCycleIdentificationStatusInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_22(); // Body_22 |  (optional) 

            try
            {
                // استعلام آخرین وضعیت اسناد موتورسیکلت در پست
                inline_response_200_16 result = apiInstance.motorCycleIdentificationStatusInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling MotorCycleIdentificationStatusInquiryApi.motorCycleIdentificationStatusInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\MotorCycleIdentificationStatusInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_22 | 

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

my $api_instance = WWW::SwaggerClient::MotorCycleIdentificationStatusInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_22->new(); # Body_22 | 

eval { 
    my $result = $api_instance->motorCycleIdentificationStatusInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling MotorCycleIdentificationStatusInquiryApi->motorCycleIdentificationStatusInquiryPost: $@\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.MotorCycleIdentificationStatusInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_22 |  (optional)

try: 
    # استعلام آخرین وضعیت اسناد موتورسیکلت در پست
    api_response = api_instance.motor_cycle_identification_status_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling MotorCycleIdentificationStatusInquiryApi->motorCycleIdentificationStatusInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


MtnMobileBillInquiry

mtnMobileBillInquiryPost

استعلام قبض تلفن همراه ایرانسل


/MtnMobileBillInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/MtnMobileBillInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.MtnMobileBillInquiryApi;

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

public class MtnMobileBillInquiryApiExample {

    public static void main(String[] args) {
        
        MtnMobileBillInquiryApi apiInstance = new MtnMobileBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_50 body = ; // Body_50 | 
        try {
            inline_response_200_33 result = apiInstance.mtnMobileBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling MtnMobileBillInquiryApi#mtnMobileBillInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.MtnMobileBillInquiryApi;

public class MtnMobileBillInquiryApiExample {

    public static void main(String[] args) {
        MtnMobileBillInquiryApi apiInstance = new MtnMobileBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_50 body = ; // Body_50 | 
        try {
            inline_response_200_33 result = apiInstance.mtnMobileBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling MtnMobileBillInquiryApi#mtnMobileBillInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_50 *body = ; //  (optional)

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

// استعلام قبض تلفن همراه ایرانسل
[apiInstance mtnMobileBillInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_33 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.MtnMobileBillInquiryApi()

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

var opts = { 
  'body':  // {Body_50} 
};

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

namespace Example
{
    public class mtnMobileBillInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new MtnMobileBillInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_50(); // Body_50 |  (optional) 

            try
            {
                // استعلام قبض تلفن همراه ایرانسل
                inline_response_200_33 result = apiInstance.mtnMobileBillInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling MtnMobileBillInquiryApi.mtnMobileBillInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\MtnMobileBillInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_50 | 

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

my $api_instance = WWW::SwaggerClient::MtnMobileBillInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_50->new(); # Body_50 | 

eval { 
    my $result = $api_instance->mtnMobileBillInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling MtnMobileBillInquiryApi->mtnMobileBillInquiryPost: $@\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.MtnMobileBillInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_50 |  (optional)

try: 
    # استعلام قبض تلفن همراه ایرانسل
    api_response = api_instance.mtn_mobile_bill_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling MtnMobileBillInquiryApi->mtnMobileBillInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


PensionInquiry

pensionInquiryPost

استعلام حکم مستمری بگیران تامین اجتماعی


/PensionInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/PensionInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PensionInquiryApi;

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

public class PensionInquiryApiExample {

    public static void main(String[] args) {
        
        PensionInquiryApi apiInstance = new PensionInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_21 body = ; // Body_21 | 
        try {
            inline_response_200_15 result = apiInstance.pensionInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PensionInquiryApi#pensionInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.PensionInquiryApi;

public class PensionInquiryApiExample {

    public static void main(String[] args) {
        PensionInquiryApi apiInstance = new PensionInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_21 body = ; // Body_21 | 
        try {
            inline_response_200_15 result = apiInstance.pensionInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PensionInquiryApi#pensionInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_21 *body = ; //  (optional)

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

// استعلام حکم مستمری بگیران تامین اجتماعی
[apiInstance pensionInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_15 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.PensionInquiryApi()

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

var opts = { 
  'body':  // {Body_21} 
};

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

namespace Example
{
    public class pensionInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new PensionInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_21(); // Body_21 |  (optional) 

            try
            {
                // استعلام حکم مستمری بگیران تامین اجتماعی
                inline_response_200_15 result = apiInstance.pensionInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling PensionInquiryApi.pensionInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\PensionInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_21 | 

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

my $api_instance = WWW::SwaggerClient::PensionInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_21->new(); # Body_21 | 

eval { 
    my $result = $api_instance->pensionInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling PensionInquiryApi->pensionInquiryPost: $@\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.PensionInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_21 |  (optional)

try: 
    # استعلام حکم مستمری بگیران تامین اجتماعی
    api_response = api_instance.pension_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling PensionInquiryApi->pensionInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


PensionReceiptInquiry

pensionReceiptInquiryPost

استعلام فیش مستمری بگیران تامین اجتماعی


/PensionReceiptInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/PensionReceiptInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PensionReceiptInquiryApi;

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

public class PensionReceiptInquiryApiExample {

    public static void main(String[] args) {
        
        PensionReceiptInquiryApi apiInstance = new PensionReceiptInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_20 body = ; // Body_20 | 
        try {
            inline_response_200_14 result = apiInstance.pensionReceiptInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PensionReceiptInquiryApi#pensionReceiptInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.PensionReceiptInquiryApi;

public class PensionReceiptInquiryApiExample {

    public static void main(String[] args) {
        PensionReceiptInquiryApi apiInstance = new PensionReceiptInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_20 body = ; // Body_20 | 
        try {
            inline_response_200_14 result = apiInstance.pensionReceiptInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PensionReceiptInquiryApi#pensionReceiptInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_20 *body = ; //  (optional)

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

// استعلام فیش مستمری بگیران تامین اجتماعی
[apiInstance pensionReceiptInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_14 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.PensionReceiptInquiryApi()

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

var opts = { 
  'body':  // {Body_20} 
};

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

namespace Example
{
    public class pensionReceiptInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new PensionReceiptInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_20(); // Body_20 |  (optional) 

            try
            {
                // استعلام فیش مستمری بگیران تامین اجتماعی
                inline_response_200_14 result = apiInstance.pensionReceiptInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling PensionReceiptInquiryApi.pensionReceiptInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\PensionReceiptInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_20 | 

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

my $api_instance = WWW::SwaggerClient::PensionReceiptInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_20->new(); # Body_20 | 

eval { 
    my $result = $api_instance->pensionReceiptInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling PensionReceiptInquiryApi->pensionReceiptInquiryPost: $@\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.PensionReceiptInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_20 |  (optional)

try: 
    # استعلام فیش مستمری بگیران تامین اجتماعی
    api_response = api_instance.pension_receipt_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling PensionReceiptInquiryApi->pensionReceiptInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


PlateNumberDetachmentInquiry

plateNumberDetachmentInquiryPost

استعلام فک پلاک


/PlateNumberDetachmentInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/PlateNumberDetachmentInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PlateNumberDetachmentInquiryApi;

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

public class PlateNumberDetachmentInquiryApiExample {

    public static void main(String[] args) {
        
        PlateNumberDetachmentInquiryApi apiInstance = new PlateNumberDetachmentInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_19 body = ; // Body_19 | 
        try {
            inline_response_200_13 result = apiInstance.plateNumberDetachmentInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PlateNumberDetachmentInquiryApi#plateNumberDetachmentInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.PlateNumberDetachmentInquiryApi;

public class PlateNumberDetachmentInquiryApiExample {

    public static void main(String[] args) {
        PlateNumberDetachmentInquiryApi apiInstance = new PlateNumberDetachmentInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_19 body = ; // Body_19 | 
        try {
            inline_response_200_13 result = apiInstance.plateNumberDetachmentInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PlateNumberDetachmentInquiryApi#plateNumberDetachmentInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_19 *body = ; //  (optional)

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

// استعلام فک پلاک
[apiInstance plateNumberDetachmentInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_13 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.PlateNumberDetachmentInquiryApi()

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

var opts = { 
  'body':  // {Body_19} 
};

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

namespace Example
{
    public class plateNumberDetachmentInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new PlateNumberDetachmentInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_19(); // Body_19 |  (optional) 

            try
            {
                // استعلام فک پلاک
                inline_response_200_13 result = apiInstance.plateNumberDetachmentInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling PlateNumberDetachmentInquiryApi.plateNumberDetachmentInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\PlateNumberDetachmentInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_19 | 

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

my $api_instance = WWW::SwaggerClient::PlateNumberDetachmentInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_19->new(); # Body_19 | 

eval { 
    my $result = $api_instance->plateNumberDetachmentInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling PlateNumberDetachmentInquiryApi->plateNumberDetachmentInquiryPost: $@\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.PlateNumberDetachmentInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_19 |  (optional)

try: 
    # استعلام فک پلاک
    api_response = api_instance.plate_number_detachment_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling PlateNumberDetachmentInquiryApi->plateNumberDetachmentInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


PoliceBackgroundInquiry

policeBackgroundInquiryPost

اسنعلام سوء پیشینه


/PoliceBackgroundInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/PoliceBackgroundInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PoliceBackgroundInquiryApi;

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

public class PoliceBackgroundInquiryApiExample {

    public static void main(String[] args) {
        
        PoliceBackgroundInquiryApi apiInstance = new PoliceBackgroundInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_18 body = ; // Body_18 | 
        try {
            inline_response_200_9 result = apiInstance.policeBackgroundInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PoliceBackgroundInquiryApi#policeBackgroundInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.PoliceBackgroundInquiryApi;

public class PoliceBackgroundInquiryApiExample {

    public static void main(String[] args) {
        PoliceBackgroundInquiryApi apiInstance = new PoliceBackgroundInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_18 body = ; // Body_18 | 
        try {
            inline_response_200_9 result = apiInstance.policeBackgroundInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PoliceBackgroundInquiryApi#policeBackgroundInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_18 *body = ; //  (optional)

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

// اسنعلام سوء پیشینه
[apiInstance policeBackgroundInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_9 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.PoliceBackgroundInquiryApi()

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

var opts = { 
  'body':  // {Body_18} 
};

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

namespace Example
{
    public class policeBackgroundInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new PoliceBackgroundInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_18(); // Body_18 |  (optional) 

            try
            {
                // اسنعلام سوء پیشینه
                inline_response_200_9 result = apiInstance.policeBackgroundInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling PoliceBackgroundInquiryApi.policeBackgroundInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\PoliceBackgroundInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_18 | 

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

my $api_instance = WWW::SwaggerClient::PoliceBackgroundInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_18->new(); # Body_18 | 

eval { 
    my $result = $api_instance->policeBackgroundInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling PoliceBackgroundInquiryApi->policeBackgroundInquiryPost: $@\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.PoliceBackgroundInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_18 |  (optional)

try: 
    # اسنعلام سوء پیشینه
    api_response = api_instance.police_background_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling PoliceBackgroundInquiryApi->policeBackgroundInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


PoliceCarCardStatusInquiry

policeCarCardStatusInquiryPost

استعلام کارت خودرو


/PoliceCarCardStatusInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/PoliceCarCardStatusInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PoliceCarCardStatusInquiryApi;

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

public class PoliceCarCardStatusInquiryApiExample {

    public static void main(String[] args) {
        
        PoliceCarCardStatusInquiryApi apiInstance = new PoliceCarCardStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_17 body = ; // Body_17 | 
        try {
            inline_response_200_12 result = apiInstance.policeCarCardStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PoliceCarCardStatusInquiryApi#policeCarCardStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.PoliceCarCardStatusInquiryApi;

public class PoliceCarCardStatusInquiryApiExample {

    public static void main(String[] args) {
        PoliceCarCardStatusInquiryApi apiInstance = new PoliceCarCardStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_17 body = ; // Body_17 | 
        try {
            inline_response_200_12 result = apiInstance.policeCarCardStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PoliceCarCardStatusInquiryApi#policeCarCardStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_17 *body = ; //  (optional)

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

// استعلام کارت خودرو
[apiInstance policeCarCardStatusInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_12 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.PoliceCarCardStatusInquiryApi()

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

var opts = { 
  'body':  // {Body_17} 
};

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

namespace Example
{
    public class policeCarCardStatusInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new PoliceCarCardStatusInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_17(); // Body_17 |  (optional) 

            try
            {
                // استعلام کارت خودرو
                inline_response_200_12 result = apiInstance.policeCarCardStatusInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling PoliceCarCardStatusInquiryApi.policeCarCardStatusInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\PoliceCarCardStatusInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_17 | 

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

my $api_instance = WWW::SwaggerClient::PoliceCarCardStatusInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_17->new(); # Body_17 | 

eval { 
    my $result = $api_instance->policeCarCardStatusInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling PoliceCarCardStatusInquiryApi->policeCarCardStatusInquiryPost: $@\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.PoliceCarCardStatusInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_17 |  (optional)

try: 
    # استعلام کارت خودرو
    api_response = api_instance.police_car_card_status_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling PoliceCarCardStatusInquiryApi->policeCarCardStatusInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


PoliceCarIdentificationStatusInquiry

policeCarIdentificationStatusInquiryPost

استعلام سند خودرو


/PoliceCarIdentificationStatusInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/PoliceCarIdentificationStatusInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PoliceCarIdentificationStatusInquiryApi;

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

public class PoliceCarIdentificationStatusInquiryApiExample {

    public static void main(String[] args) {
        
        PoliceCarIdentificationStatusInquiryApi apiInstance = new PoliceCarIdentificationStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_16 body = ; // Body_16 | 
        try {
            inline_response_200_12 result = apiInstance.policeCarIdentificationStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PoliceCarIdentificationStatusInquiryApi#policeCarIdentificationStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.PoliceCarIdentificationStatusInquiryApi;

public class PoliceCarIdentificationStatusInquiryApiExample {

    public static void main(String[] args) {
        PoliceCarIdentificationStatusInquiryApi apiInstance = new PoliceCarIdentificationStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_16 body = ; // Body_16 | 
        try {
            inline_response_200_12 result = apiInstance.policeCarIdentificationStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PoliceCarIdentificationStatusInquiryApi#policeCarIdentificationStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_16 *body = ; //  (optional)

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

// استعلام سند خودرو
[apiInstance policeCarIdentificationStatusInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_12 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.PoliceCarIdentificationStatusInquiryApi()

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

var opts = { 
  'body':  // {Body_16} 
};

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

namespace Example
{
    public class policeCarIdentificationStatusInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new PoliceCarIdentificationStatusInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_16(); // Body_16 |  (optional) 

            try
            {
                // استعلام سند خودرو
                inline_response_200_12 result = apiInstance.policeCarIdentificationStatusInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling PoliceCarIdentificationStatusInquiryApi.policeCarIdentificationStatusInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\PoliceCarIdentificationStatusInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_16 | 

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

my $api_instance = WWW::SwaggerClient::PoliceCarIdentificationStatusInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_16->new(); # Body_16 | 

eval { 
    my $result = $api_instance->policeCarIdentificationStatusInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling PoliceCarIdentificationStatusInquiryApi->policeCarIdentificationStatusInquiryPost: $@\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.PoliceCarIdentificationStatusInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_16 |  (optional)

try: 
    # استعلام سند خودرو
    api_response = api_instance.police_car_identification_status_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling PoliceCarIdentificationStatusInquiryApi->policeCarIdentificationStatusInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


PoliceDoctorsListInquiry

policeDoctorsListInquiryPost

استعلام لیست پزشکان معاینه کننده راهور


/PoliceDoctorsListInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/PoliceDoctorsListInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PoliceDoctorsListInquiryApi;

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

public class PoliceDoctorsListInquiryApiExample {

    public static void main(String[] args) {
        
        PoliceDoctorsListInquiryApi apiInstance = new PoliceDoctorsListInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_15 body = ; // Body_15 | 
        try {
            inline_response_200_11 result = apiInstance.policeDoctorsListInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PoliceDoctorsListInquiryApi#policeDoctorsListInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.PoliceDoctorsListInquiryApi;

public class PoliceDoctorsListInquiryApiExample {

    public static void main(String[] args) {
        PoliceDoctorsListInquiryApi apiInstance = new PoliceDoctorsListInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_15 body = ; // Body_15 | 
        try {
            inline_response_200_11 result = apiInstance.policeDoctorsListInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PoliceDoctorsListInquiryApi#policeDoctorsListInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_15 *body = ; //  (optional)

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

// استعلام لیست پزشکان معاینه کننده راهور
[apiInstance policeDoctorsListInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_11 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.PoliceDoctorsListInquiryApi()

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

var opts = { 
  'body':  // {Body_15} 
};

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

namespace Example
{
    public class policeDoctorsListInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new PoliceDoctorsListInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_15(); // Body_15 |  (optional) 

            try
            {
                // استعلام لیست پزشکان معاینه کننده راهور
                inline_response_200_11 result = apiInstance.policeDoctorsListInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling PoliceDoctorsListInquiryApi.policeDoctorsListInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\PoliceDoctorsListInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_15 | 

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

my $api_instance = WWW::SwaggerClient::PoliceDoctorsListInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_15->new(); # Body_15 | 

eval { 
    my $result = $api_instance->policeDoctorsListInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling PoliceDoctorsListInquiryApi->policeDoctorsListInquiryPost: $@\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.PoliceDoctorsListInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_15 |  (optional)

try: 
    # استعلام لیست پزشکان معاینه کننده راهور
    api_response = api_instance.police_doctors_list_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling PoliceDoctorsListInquiryApi->policeDoctorsListInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


PoliceDrivingLicenseStatusInquiry

policeDrivingLicenseStatusInquiryPost

استعلام آخرین وضعیت گواهینامه


/PoliceDrivingLicenseStatusInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/PoliceDrivingLicenseStatusInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PoliceDrivingLicenseStatusInquiryApi;

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

public class PoliceDrivingLicenseStatusInquiryApiExample {

    public static void main(String[] args) {
        
        PoliceDrivingLicenseStatusInquiryApi apiInstance = new PoliceDrivingLicenseStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_14 body = ; // Body_14 | 
        try {
            inline_response_200_9 result = apiInstance.policeDrivingLicenseStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PoliceDrivingLicenseStatusInquiryApi#policeDrivingLicenseStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.PoliceDrivingLicenseStatusInquiryApi;

public class PoliceDrivingLicenseStatusInquiryApiExample {

    public static void main(String[] args) {
        PoliceDrivingLicenseStatusInquiryApi apiInstance = new PoliceDrivingLicenseStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_14 body = ; // Body_14 | 
        try {
            inline_response_200_9 result = apiInstance.policeDrivingLicenseStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PoliceDrivingLicenseStatusInquiryApi#policeDrivingLicenseStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_14 *body = ; //  (optional)

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

// استعلام آخرین وضعیت گواهینامه
[apiInstance policeDrivingLicenseStatusInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_9 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.PoliceDrivingLicenseStatusInquiryApi()

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

var opts = { 
  'body':  // {Body_14} 
};

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

namespace Example
{
    public class policeDrivingLicenseStatusInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new PoliceDrivingLicenseStatusInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_14(); // Body_14 |  (optional) 

            try
            {
                // استعلام آخرین وضعیت گواهینامه
                inline_response_200_9 result = apiInstance.policeDrivingLicenseStatusInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling PoliceDrivingLicenseStatusInquiryApi.policeDrivingLicenseStatusInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\PoliceDrivingLicenseStatusInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_14 | 

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

my $api_instance = WWW::SwaggerClient::PoliceDrivingLicenseStatusInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_14->new(); # Body_14 | 

eval { 
    my $result = $api_instance->policeDrivingLicenseStatusInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling PoliceDrivingLicenseStatusInquiryApi->policeDrivingLicenseStatusInquiryPost: $@\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.PoliceDrivingLicenseStatusInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_14 |  (optional)

try: 
    # استعلام آخرین وضعیت گواهینامه
    api_response = api_instance.police_driving_license_status_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling PoliceDrivingLicenseStatusInquiryApi->policeDrivingLicenseStatusInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


PoliceDutyServiceStatusInquiry

policeDutyServiceStatusInquiryPost

استعلام آخرین وضعیت مشمول


/PoliceDutyServiceStatusInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/PoliceDutyServiceStatusInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PoliceDutyServiceStatusInquiryApi;

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

public class PoliceDutyServiceStatusInquiryApiExample {

    public static void main(String[] args) {
        
        PoliceDutyServiceStatusInquiryApi apiInstance = new PoliceDutyServiceStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_13 body = ; // Body_13 | 
        try {
            inline_response_200_10 result = apiInstance.policeDutyServiceStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PoliceDutyServiceStatusInquiryApi#policeDutyServiceStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.PoliceDutyServiceStatusInquiryApi;

public class PoliceDutyServiceStatusInquiryApiExample {

    public static void main(String[] args) {
        PoliceDutyServiceStatusInquiryApi apiInstance = new PoliceDutyServiceStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_13 body = ; // Body_13 | 
        try {
            inline_response_200_10 result = apiInstance.policeDutyServiceStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PoliceDutyServiceStatusInquiryApi#policeDutyServiceStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_13 *body = ; //  (optional)

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

// استعلام آخرین وضعیت مشمول
[apiInstance policeDutyServiceStatusInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_10 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.PoliceDutyServiceStatusInquiryApi()

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

var opts = { 
  'body':  // {Body_13} 
};

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

namespace Example
{
    public class policeDutyServiceStatusInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new PoliceDutyServiceStatusInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_13(); // Body_13 |  (optional) 

            try
            {
                // استعلام آخرین وضعیت مشمول
                inline_response_200_10 result = apiInstance.policeDutyServiceStatusInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling PoliceDutyServiceStatusInquiryApi.policeDutyServiceStatusInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\PoliceDutyServiceStatusInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_13 | 

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

my $api_instance = WWW::SwaggerClient::PoliceDutyServiceStatusInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_13->new(); # Body_13 | 

eval { 
    my $result = $api_instance->policeDutyServiceStatusInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling PoliceDutyServiceStatusInquiryApi->policeDutyServiceStatusInquiryPost: $@\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.PoliceDutyServiceStatusInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_13 |  (optional)

try: 
    # استعلام آخرین وضعیت مشمول
    api_response = api_instance.police_duty_service_status_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling PoliceDutyServiceStatusInquiryApi->policeDutyServiceStatusInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


PoliceFileInquiry

policeFileInquiryPost

استعلام پرونده انتظامی


/PoliceFileInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/PoliceFileInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PoliceFileInquiryApi;

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

public class PoliceFileInquiryApiExample {

    public static void main(String[] args) {
        
        PoliceFileInquiryApi apiInstance = new PoliceFileInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_12 body = ; // Body_12 | 
        try {
            inline_response_200_9 result = apiInstance.policeFileInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PoliceFileInquiryApi#policeFileInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.PoliceFileInquiryApi;

public class PoliceFileInquiryApiExample {

    public static void main(String[] args) {
        PoliceFileInquiryApi apiInstance = new PoliceFileInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_12 body = ; // Body_12 | 
        try {
            inline_response_200_9 result = apiInstance.policeFileInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PoliceFileInquiryApi#policeFileInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_12 *body = ; //  (optional)

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

// استعلام پرونده انتظامی
[apiInstance policeFileInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_9 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.PoliceFileInquiryApi()

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

var opts = { 
  'body':  // {Body_12} 
};

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

namespace Example
{
    public class policeFileInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new PoliceFileInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_12(); // Body_12 |  (optional) 

            try
            {
                // استعلام پرونده انتظامی
                inline_response_200_9 result = apiInstance.policeFileInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling PoliceFileInquiryApi.policeFileInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\PoliceFileInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_12 | 

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

my $api_instance = WWW::SwaggerClient::PoliceFileInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_12->new(); # Body_12 | 

eval { 
    my $result = $api_instance->policeFileInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling PoliceFileInquiryApi->policeFileInquiryPost: $@\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.PoliceFileInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_12 |  (optional)

try: 
    # استعلام پرونده انتظامی
    api_response = api_instance.police_file_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling PoliceFileInquiryApi->policeFileInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


PolicePassportStatusInquiry

policePassportStatusInquiryPost

استعلام گذرنامه


/PolicePassportStatusInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/PolicePassportStatusInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PolicePassportStatusInquiryApi;

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

public class PolicePassportStatusInquiryApiExample {

    public static void main(String[] args) {
        
        PolicePassportStatusInquiryApi apiInstance = new PolicePassportStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_11 body = ; // Body_11 | 
        try {
            inline_response_200_9 result = apiInstance.policePassportStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PolicePassportStatusInquiryApi#policePassportStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.PolicePassportStatusInquiryApi;

public class PolicePassportStatusInquiryApiExample {

    public static void main(String[] args) {
        PolicePassportStatusInquiryApi apiInstance = new PolicePassportStatusInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_11 body = ; // Body_11 | 
        try {
            inline_response_200_9 result = apiInstance.policePassportStatusInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PolicePassportStatusInquiryApi#policePassportStatusInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_11 *body = ; //  (optional)

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

// استعلام گذرنامه
[apiInstance policePassportStatusInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_9 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.PolicePassportStatusInquiryApi()

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

var opts = { 
  'body':  // {Body_11} 
};

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

namespace Example
{
    public class policePassportStatusInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new PolicePassportStatusInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_11(); // Body_11 |  (optional) 

            try
            {
                // استعلام گذرنامه
                inline_response_200_9 result = apiInstance.policePassportStatusInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling PolicePassportStatusInquiryApi.policePassportStatusInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\PolicePassportStatusInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_11 | 

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

my $api_instance = WWW::SwaggerClient::PolicePassportStatusInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_11->new(); # Body_11 | 

eval { 
    my $result = $api_instance->policePassportStatusInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling PolicePassportStatusInquiryApi->policePassportStatusInquiryPost: $@\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.PolicePassportStatusInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_11 |  (optional)

try: 
    # استعلام گذرنامه
    api_response = api_instance.police_passport_status_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling PolicePassportStatusInquiryApi->policePassportStatusInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


PostTrackingInquiry

postTrackingInquiryPost

رهگیری مرسولات پستی


/PostTrackingInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/PostTrackingInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PostTrackingInquiryApi;

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

public class PostTrackingInquiryApiExample {

    public static void main(String[] args) {
        
        PostTrackingInquiryApi apiInstance = new PostTrackingInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_10 body = ; // Body_10 | 
        try {
            inline_response_200_8 result = apiInstance.postTrackingInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PostTrackingInquiryApi#postTrackingInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.PostTrackingInquiryApi;

public class PostTrackingInquiryApiExample {

    public static void main(String[] args) {
        PostTrackingInquiryApi apiInstance = new PostTrackingInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_10 body = ; // Body_10 | 
        try {
            inline_response_200_8 result = apiInstance.postTrackingInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling PostTrackingInquiryApi#postTrackingInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_10 *body = ; //  (optional)

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

// رهگیری مرسولات پستی
[apiInstance postTrackingInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_8 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.PostTrackingInquiryApi()

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

var opts = { 
  'body':  // {Body_10} 
};

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

namespace Example
{
    public class postTrackingInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new PostTrackingInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_10(); // Body_10 |  (optional) 

            try
            {
                // رهگیری مرسولات پستی
                inline_response_200_8 result = apiInstance.postTrackingInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling PostTrackingInquiryApi.postTrackingInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\PostTrackingInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_10 | 

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

my $api_instance = WWW::SwaggerClient::PostTrackingInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_10->new(); # Body_10 | 

eval { 
    my $result = $api_instance->postTrackingInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling PostTrackingInquiryApi->postTrackingInquiryPost: $@\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.PostTrackingInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_10 |  (optional)

try: 
    # رهگیری مرسولات پستی
    api_response = api_instance.post_tracking_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling PostTrackingInquiryApi->postTrackingInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


RetirementInquiry

retirementInquiryPost

استعلام حکم افزایش حقوق بازنشستگی


/RetirementInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/RetirementInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.RetirementInquiryApi;

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

public class RetirementInquiryApiExample {

    public static void main(String[] args) {
        
        RetirementInquiryApi apiInstance = new RetirementInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_9 body = ; // Body_9 | 
        try {
            inline_response_200_7 result = apiInstance.retirementInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling RetirementInquiryApi#retirementInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.RetirementInquiryApi;

public class RetirementInquiryApiExample {

    public static void main(String[] args) {
        RetirementInquiryApi apiInstance = new RetirementInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_9 body = ; // Body_9 | 
        try {
            inline_response_200_7 result = apiInstance.retirementInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling RetirementInquiryApi#retirementInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_9 *body = ; //  (optional)

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

// استعلام حکم افزایش حقوق بازنشستگی
[apiInstance retirementInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_7 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.RetirementInquiryApi()

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

var opts = { 
  'body':  // {Body_9} 
};

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

namespace Example
{
    public class retirementInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new RetirementInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_9(); // Body_9 |  (optional) 

            try
            {
                // استعلام حکم افزایش حقوق بازنشستگی
                inline_response_200_7 result = apiInstance.retirementInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling RetirementInquiryApi.retirementInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\RetirementInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_9 | 

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

my $api_instance = WWW::SwaggerClient::RetirementInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_9->new(); # Body_9 | 

eval { 
    my $result = $api_instance->retirementInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling RetirementInquiryApi->retirementInquiryPost: $@\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.RetirementInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_9 |  (optional)

try: 
    # استعلام حکم افزایش حقوق بازنشستگی
    api_response = api_instance.retirement_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling RetirementInquiryApi->retirementInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


RightelMobileBillInquiry

rightelMobileBillInquiryPost

استعلام قبض تلفن همراه رایتل


/RightelMobileBillInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/RightelMobileBillInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.RightelMobileBillInquiryApi;

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

public class RightelMobileBillInquiryApiExample {

    public static void main(String[] args) {
        
        RightelMobileBillInquiryApi apiInstance = new RightelMobileBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_49 body = ; // Body_49 | 
        try {
            inline_response_200_33 result = apiInstance.rightelMobileBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling RightelMobileBillInquiryApi#rightelMobileBillInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.RightelMobileBillInquiryApi;

public class RightelMobileBillInquiryApiExample {

    public static void main(String[] args) {
        RightelMobileBillInquiryApi apiInstance = new RightelMobileBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_49 body = ; // Body_49 | 
        try {
            inline_response_200_33 result = apiInstance.rightelMobileBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling RightelMobileBillInquiryApi#rightelMobileBillInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_49 *body = ; //  (optional)

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

// استعلام قبض تلفن همراه رایتل
[apiInstance rightelMobileBillInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_33 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.RightelMobileBillInquiryApi()

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

var opts = { 
  'body':  // {Body_49} 
};

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

namespace Example
{
    public class rightelMobileBillInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new RightelMobileBillInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_49(); // Body_49 |  (optional) 

            try
            {
                // استعلام قبض تلفن همراه رایتل
                inline_response_200_33 result = apiInstance.rightelMobileBillInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling RightelMobileBillInquiryApi.rightelMobileBillInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\RightelMobileBillInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_49 | 

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

my $api_instance = WWW::SwaggerClient::RightelMobileBillInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_49->new(); # Body_49 | 

eval { 
    my $result = $api_instance->rightelMobileBillInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling RightelMobileBillInquiryApi->rightelMobileBillInquiryPost: $@\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.RightelMobileBillInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_49 |  (optional)

try: 
    # استعلام قبض تلفن همراه رایتل
    api_response = api_instance.rightel_mobile_bill_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling RightelMobileBillInquiryApi->rightelMobileBillInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


ShebaInquiryAccountToSheba

shebaInquiryAccountToShebaPost

تبدیل شماره حساب به شبا


/ShebaInquiryAccountToSheba

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/ShebaInquiryAccountToSheba"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ShebaInquiryAccountToShebaApi;

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

public class ShebaInquiryAccountToShebaApiExample {

    public static void main(String[] args) {
        
        ShebaInquiryAccountToShebaApi apiInstance = new ShebaInquiryAccountToShebaApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_8 body = ; // Body_8 | 
        try {
            inline_response_200_6 result = apiInstance.shebaInquiryAccountToShebaPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ShebaInquiryAccountToShebaApi#shebaInquiryAccountToShebaPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.ShebaInquiryAccountToShebaApi;

public class ShebaInquiryAccountToShebaApiExample {

    public static void main(String[] args) {
        ShebaInquiryAccountToShebaApi apiInstance = new ShebaInquiryAccountToShebaApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_8 body = ; // Body_8 | 
        try {
            inline_response_200_6 result = apiInstance.shebaInquiryAccountToShebaPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ShebaInquiryAccountToShebaApi#shebaInquiryAccountToShebaPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_8 *body = ; //  (optional)

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

// تبدیل شماره حساب به شبا
[apiInstance shebaInquiryAccountToShebaPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_6 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.ShebaInquiryAccountToShebaApi()

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

var opts = { 
  'body':  // {Body_8} 
};

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

namespace Example
{
    public class shebaInquiryAccountToShebaPostExample
    {
        public void main()
        {
            
            var apiInstance = new ShebaInquiryAccountToShebaApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_8(); // Body_8 |  (optional) 

            try
            {
                // تبدیل شماره حساب به شبا
                inline_response_200_6 result = apiInstance.shebaInquiryAccountToShebaPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling ShebaInquiryAccountToShebaApi.shebaInquiryAccountToShebaPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\ShebaInquiryAccountToShebaApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_8 | 

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

my $api_instance = WWW::SwaggerClient::ShebaInquiryAccountToShebaApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_8->new(); # Body_8 | 

eval { 
    my $result = $api_instance->shebaInquiryAccountToShebaPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling ShebaInquiryAccountToShebaApi->shebaInquiryAccountToShebaPost: $@\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.ShebaInquiryAccountToShebaApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_8 |  (optional)

try: 
    # تبدیل شماره حساب به شبا
    api_response = api_instance.sheba_inquiry_account_to_sheba_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ShebaInquiryAccountToShebaApi->shebaInquiryAccountToShebaPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


ShebaInquiryGetDictionary

shebaInquiryGetDictionaryPost

دریافت لیست بانک های تبدیل شماره حساب به شبا


/ShebaInquiryGetDictionary

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/ShebaInquiryGetDictionary"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ShebaInquiryGetDictionaryApi;

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

public class ShebaInquiryGetDictionaryApiExample {

    public static void main(String[] args) {
        
        ShebaInquiryGetDictionaryApi apiInstance = new ShebaInquiryGetDictionaryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_7 body = ; // Body_7 | 
        try {
            inline_response_200_5 result = apiInstance.shebaInquiryGetDictionaryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ShebaInquiryGetDictionaryApi#shebaInquiryGetDictionaryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.ShebaInquiryGetDictionaryApi;

public class ShebaInquiryGetDictionaryApiExample {

    public static void main(String[] args) {
        ShebaInquiryGetDictionaryApi apiInstance = new ShebaInquiryGetDictionaryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_7 body = ; // Body_7 | 
        try {
            inline_response_200_5 result = apiInstance.shebaInquiryGetDictionaryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ShebaInquiryGetDictionaryApi#shebaInquiryGetDictionaryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_7 *body = ; //  (optional)

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

// دریافت لیست بانک های تبدیل شماره حساب به شبا
[apiInstance shebaInquiryGetDictionaryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_5 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.ShebaInquiryGetDictionaryApi()

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

var opts = { 
  'body':  // {Body_7} 
};

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

namespace Example
{
    public class shebaInquiryGetDictionaryPostExample
    {
        public void main()
        {
            
            var apiInstance = new ShebaInquiryGetDictionaryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_7(); // Body_7 |  (optional) 

            try
            {
                // دریافت لیست بانک های تبدیل شماره حساب به شبا
                inline_response_200_5 result = apiInstance.shebaInquiryGetDictionaryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling ShebaInquiryGetDictionaryApi.shebaInquiryGetDictionaryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\ShebaInquiryGetDictionaryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_7 | 

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

my $api_instance = WWW::SwaggerClient::ShebaInquiryGetDictionaryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_7->new(); # Body_7 | 

eval { 
    my $result = $api_instance->shebaInquiryGetDictionaryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling ShebaInquiryGetDictionaryApi->shebaInquiryGetDictionaryPost: $@\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.ShebaInquiryGetDictionaryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_7 |  (optional)

try: 
    # دریافت لیست بانک های تبدیل شماره حساب به شبا
    api_response = api_instance.sheba_inquiry_get_dictionary_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ShebaInquiryGetDictionaryApi->shebaInquiryGetDictionaryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


SubventionInquiry

subventionInquiryPost

استعلام آخرین وضعیت واریز یارانه نقدی


/SubventionInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/SubventionInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.SubventionInquiryApi;

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

public class SubventionInquiryApiExample {

    public static void main(String[] args) {
        
        SubventionInquiryApi apiInstance = new SubventionInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_6 body = ; // Body_6 | 
        try {
            inline_response_200_4 result = apiInstance.subventionInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling SubventionInquiryApi#subventionInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.SubventionInquiryApi;

public class SubventionInquiryApiExample {

    public static void main(String[] args) {
        SubventionInquiryApi apiInstance = new SubventionInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_6 body = ; // Body_6 | 
        try {
            inline_response_200_4 result = apiInstance.subventionInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling SubventionInquiryApi#subventionInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_6 *body = ; //  (optional)

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

// استعلام آخرین وضعیت واریز یارانه نقدی
[apiInstance subventionInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_4 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.SubventionInquiryApi()

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

var opts = { 
  'body':  // {Body_6} 
};

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

namespace Example
{
    public class subventionInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new SubventionInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_6(); // Body_6 |  (optional) 

            try
            {
                // استعلام آخرین وضعیت واریز یارانه نقدی
                inline_response_200_4 result = apiInstance.subventionInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling SubventionInquiryApi.subventionInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\SubventionInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_6 | 

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

my $api_instance = WWW::SwaggerClient::SubventionInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_6->new(); # Body_6 | 

eval { 
    my $result = $api_instance->subventionInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling SubventionInquiryApi->subventionInquiryPost: $@\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.SubventionInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_6 |  (optional)

try: 
    # استعلام آخرین وضعیت واریز یارانه نقدی
    api_response = api_instance.subvention_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SubventionInquiryApi->subventionInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


TaminHistoryInquiry

taminHistoryInquiryPost

استعلام سوابق تامین اجتماعی


/TaminHistoryInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/TaminHistoryInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.TaminHistoryInquiryApi;

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

public class TaminHistoryInquiryApiExample {

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

public class TaminHistoryInquiryApiExample {

    public static void main(String[] args) {
        TaminHistoryInquiryApi apiInstance = new TaminHistoryInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_5 body = ; // Body_5 | 
        try {
            inline_response_200_3 result = apiInstance.taminHistoryInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TaminHistoryInquiryApi#taminHistoryInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_5 *body = ; //  (optional)

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

// استعلام سوابق تامین اجتماعی
[apiInstance taminHistoryInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_3 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.TaminHistoryInquiryApi()

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

var opts = { 
  'body':  // {Body_5} 
};

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

namespace Example
{
    public class taminHistoryInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new TaminHistoryInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_5(); // Body_5 |  (optional) 

            try
            {
                // استعلام سوابق تامین اجتماعی
                inline_response_200_3 result = apiInstance.taminHistoryInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TaminHistoryInquiryApi.taminHistoryInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\TaminHistoryInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_5 | 

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

my $api_instance = WWW::SwaggerClient::TaminHistoryInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_5->new(); # Body_5 | 

eval { 
    my $result = $api_instance->taminHistoryInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling TaminHistoryInquiryApi->taminHistoryInquiryPost: $@\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.TaminHistoryInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_5 |  (optional)

try: 
    # استعلام سوابق تامین اجتماعی
    api_response = api_instance.tamin_history_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling TaminHistoryInquiryApi->taminHistoryInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


TechnicalExaminationCertificateInquiry

technicalExaminationCertificateInquiryPost

استعلام سوابق تامین اجتماعی


/TechnicalExaminationCertificateInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/TechnicalExaminationCertificateInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.TechnicalExaminationCertificateInquiryApi;

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

public class TechnicalExaminationCertificateInquiryApiExample {

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

public class TechnicalExaminationCertificateInquiryApiExample {

    public static void main(String[] args) {
        TechnicalExaminationCertificateInquiryApi apiInstance = new TechnicalExaminationCertificateInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_4 body = ; // Body_4 | 
        try {
            inline_response_200_2 result = apiInstance.technicalExaminationCertificateInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TechnicalExaminationCertificateInquiryApi#technicalExaminationCertificateInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_4 *body = ; //  (optional)

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

// استعلام سوابق تامین اجتماعی
[apiInstance technicalExaminationCertificateInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_2 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.TechnicalExaminationCertificateInquiryApi()

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

var opts = { 
  'body':  // {Body_4} 
};

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

namespace Example
{
    public class technicalExaminationCertificateInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new TechnicalExaminationCertificateInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_4(); // Body_4 |  (optional) 

            try
            {
                // استعلام سوابق تامین اجتماعی
                inline_response_200_2 result = apiInstance.technicalExaminationCertificateInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TechnicalExaminationCertificateInquiryApi.technicalExaminationCertificateInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\TechnicalExaminationCertificateInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_4 | 

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

my $api_instance = WWW::SwaggerClient::TechnicalExaminationCertificateInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_4->new(); # Body_4 | 

eval { 
    my $result = $api_instance->technicalExaminationCertificateInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling TechnicalExaminationCertificateInquiryApi->technicalExaminationCertificateInquiryPost: $@\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.TechnicalExaminationCertificateInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_4 |  (optional)

try: 
    # استعلام سوابق تامین اجتماعی
    api_response = api_instance.technical_examination_certificate_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling TechnicalExaminationCertificateInquiryApi->technicalExaminationCertificateInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


TehranMunicipalityBusinessTollBillInquiry

tehranMunicipalityBusinessTollBillInquiryPost

صدور قبض عوارض کسبی


/TehranMunicipalityBusinessTollBillInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/TehranMunicipalityBusinessTollBillInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.TehranMunicipalityBusinessTollBillInquiryApi;

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

public class TehranMunicipalityBusinessTollBillInquiryApiExample {

    public static void main(String[] args) {
        
        TehranMunicipalityBusinessTollBillInquiryApi apiInstance = new TehranMunicipalityBusinessTollBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_54 body = ; // Body_54 | 
        try {
            inline_response_200_34 result = apiInstance.tehranMunicipalityBusinessTollBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TehranMunicipalityBusinessTollBillInquiryApi#tehranMunicipalityBusinessTollBillInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.TehranMunicipalityBusinessTollBillInquiryApi;

public class TehranMunicipalityBusinessTollBillInquiryApiExample {

    public static void main(String[] args) {
        TehranMunicipalityBusinessTollBillInquiryApi apiInstance = new TehranMunicipalityBusinessTollBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_54 body = ; // Body_54 | 
        try {
            inline_response_200_34 result = apiInstance.tehranMunicipalityBusinessTollBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TehranMunicipalityBusinessTollBillInquiryApi#tehranMunicipalityBusinessTollBillInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_54 *body = ; //  (optional)

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

// صدور قبض عوارض کسبی
[apiInstance tehranMunicipalityBusinessTollBillInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_34 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.TehranMunicipalityBusinessTollBillInquiryApi()

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

var opts = { 
  'body':  // {Body_54} 
};

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

namespace Example
{
    public class tehranMunicipalityBusinessTollBillInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new TehranMunicipalityBusinessTollBillInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_54(); // Body_54 |  (optional) 

            try
            {
                // صدور قبض عوارض کسبی
                inline_response_200_34 result = apiInstance.tehranMunicipalityBusinessTollBillInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TehranMunicipalityBusinessTollBillInquiryApi.tehranMunicipalityBusinessTollBillInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\TehranMunicipalityBusinessTollBillInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_54 | 

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

my $api_instance = WWW::SwaggerClient::TehranMunicipalityBusinessTollBillInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_54->new(); # Body_54 | 

eval { 
    my $result = $api_instance->tehranMunicipalityBusinessTollBillInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling TehranMunicipalityBusinessTollBillInquiryApi->tehranMunicipalityBusinessTollBillInquiryPost: $@\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.TehranMunicipalityBusinessTollBillInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_54 |  (optional)

try: 
    # صدور قبض عوارض کسبی
    api_response = api_instance.tehran_municipality_business_toll_bill_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling TehranMunicipalityBusinessTollBillInquiryApi->tehranMunicipalityBusinessTollBillInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


TehranMunicipalityBusinessWasteTollBillInquiry

tehranMunicipalityBusinessWasteTollBillInquiryPost

صدور قبض عوارض پسماند کسبی


/TehranMunicipalityBusinessWasteTollBillInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/TehranMunicipalityBusinessWasteTollBillInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.TehranMunicipalityBusinessWasteTollBillInquiryApi;

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

public class TehranMunicipalityBusinessWasteTollBillInquiryApiExample {

    public static void main(String[] args) {
        
        TehranMunicipalityBusinessWasteTollBillInquiryApi apiInstance = new TehranMunicipalityBusinessWasteTollBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_55 body = ; // Body_55 | 
        try {
            inline_response_200_34 result = apiInstance.tehranMunicipalityBusinessWasteTollBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TehranMunicipalityBusinessWasteTollBillInquiryApi#tehranMunicipalityBusinessWasteTollBillInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.TehranMunicipalityBusinessWasteTollBillInquiryApi;

public class TehranMunicipalityBusinessWasteTollBillInquiryApiExample {

    public static void main(String[] args) {
        TehranMunicipalityBusinessWasteTollBillInquiryApi apiInstance = new TehranMunicipalityBusinessWasteTollBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_55 body = ; // Body_55 | 
        try {
            inline_response_200_34 result = apiInstance.tehranMunicipalityBusinessWasteTollBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TehranMunicipalityBusinessWasteTollBillInquiryApi#tehranMunicipalityBusinessWasteTollBillInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_55 *body = ; //  (optional)

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

// صدور قبض عوارض پسماند کسبی
[apiInstance tehranMunicipalityBusinessWasteTollBillInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_34 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.TehranMunicipalityBusinessWasteTollBillInquiryApi()

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

var opts = { 
  'body':  // {Body_55} 
};

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

namespace Example
{
    public class tehranMunicipalityBusinessWasteTollBillInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new TehranMunicipalityBusinessWasteTollBillInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_55(); // Body_55 |  (optional) 

            try
            {
                // صدور قبض عوارض پسماند کسبی
                inline_response_200_34 result = apiInstance.tehranMunicipalityBusinessWasteTollBillInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TehranMunicipalityBusinessWasteTollBillInquiryApi.tehranMunicipalityBusinessWasteTollBillInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\TehranMunicipalityBusinessWasteTollBillInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_55 | 

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

my $api_instance = WWW::SwaggerClient::TehranMunicipalityBusinessWasteTollBillInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_55->new(); # Body_55 | 

eval { 
    my $result = $api_instance->tehranMunicipalityBusinessWasteTollBillInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling TehranMunicipalityBusinessWasteTollBillInquiryApi->tehranMunicipalityBusinessWasteTollBillInquiryPost: $@\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.TehranMunicipalityBusinessWasteTollBillInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_55 |  (optional)

try: 
    # صدور قبض عوارض پسماند کسبی
    api_response = api_instance.tehran_municipality_business_waste_toll_bill_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling TehranMunicipalityBusinessWasteTollBillInquiryApi->tehranMunicipalityBusinessWasteTollBillInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


TehranMunicipalityRenovationTollBillInquiry

tehranMunicipalityRenovationTollBillInquiryPost

صدور قبض عوارض نوسازی


/TehranMunicipalityRenovationTollBillInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/TehranMunicipalityRenovationTollBillInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.TehranMunicipalityRenovationTollBillInquiryApi;

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

public class TehranMunicipalityRenovationTollBillInquiryApiExample {

    public static void main(String[] args) {
        
        TehranMunicipalityRenovationTollBillInquiryApi apiInstance = new TehranMunicipalityRenovationTollBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_51 body = ; // Body_51 | 
        try {
            inline_response_200_34 result = apiInstance.tehranMunicipalityRenovationTollBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TehranMunicipalityRenovationTollBillInquiryApi#tehranMunicipalityRenovationTollBillInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.TehranMunicipalityRenovationTollBillInquiryApi;

public class TehranMunicipalityRenovationTollBillInquiryApiExample {

    public static void main(String[] args) {
        TehranMunicipalityRenovationTollBillInquiryApi apiInstance = new TehranMunicipalityRenovationTollBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_51 body = ; // Body_51 | 
        try {
            inline_response_200_34 result = apiInstance.tehranMunicipalityRenovationTollBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TehranMunicipalityRenovationTollBillInquiryApi#tehranMunicipalityRenovationTollBillInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_51 *body = ; //  (optional)

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

// صدور قبض عوارض نوسازی
[apiInstance tehranMunicipalityRenovationTollBillInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_34 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.TehranMunicipalityRenovationTollBillInquiryApi()

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

var opts = { 
  'body':  // {Body_51} 
};

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

namespace Example
{
    public class tehranMunicipalityRenovationTollBillInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new TehranMunicipalityRenovationTollBillInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_51(); // Body_51 |  (optional) 

            try
            {
                // صدور قبض عوارض نوسازی
                inline_response_200_34 result = apiInstance.tehranMunicipalityRenovationTollBillInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TehranMunicipalityRenovationTollBillInquiryApi.tehranMunicipalityRenovationTollBillInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\TehranMunicipalityRenovationTollBillInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_51 | 

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

my $api_instance = WWW::SwaggerClient::TehranMunicipalityRenovationTollBillInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_51->new(); # Body_51 | 

eval { 
    my $result = $api_instance->tehranMunicipalityRenovationTollBillInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling TehranMunicipalityRenovationTollBillInquiryApi->tehranMunicipalityRenovationTollBillInquiryPost: $@\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.TehranMunicipalityRenovationTollBillInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_51 |  (optional)

try: 
    # صدور قبض عوارض نوسازی
    api_response = api_instance.tehran_municipality_renovation_toll_bill_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling TehranMunicipalityRenovationTollBillInquiryApi->tehranMunicipalityRenovationTollBillInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


TehranMunicipalityRenovationWasteTollBillInquiry

tehranMunicipalityRenovationWasteTollBillInquiryPost

صدور قبض عوارض پسماند نوسازی


/TehranMunicipalityRenovationWasteTollBillInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/TehranMunicipalityRenovationWasteTollBillInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.TehranMunicipalityRenovationWasteTollBillInquiryApi;

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

public class TehranMunicipalityRenovationWasteTollBillInquiryApiExample {

    public static void main(String[] args) {
        
        TehranMunicipalityRenovationWasteTollBillInquiryApi apiInstance = new TehranMunicipalityRenovationWasteTollBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_52 body = ; // Body_52 | 
        try {
            inline_response_200_34 result = apiInstance.tehranMunicipalityRenovationWasteTollBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TehranMunicipalityRenovationWasteTollBillInquiryApi#tehranMunicipalityRenovationWasteTollBillInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.TehranMunicipalityRenovationWasteTollBillInquiryApi;

public class TehranMunicipalityRenovationWasteTollBillInquiryApiExample {

    public static void main(String[] args) {
        TehranMunicipalityRenovationWasteTollBillInquiryApi apiInstance = new TehranMunicipalityRenovationWasteTollBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_52 body = ; // Body_52 | 
        try {
            inline_response_200_34 result = apiInstance.tehranMunicipalityRenovationWasteTollBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TehranMunicipalityRenovationWasteTollBillInquiryApi#tehranMunicipalityRenovationWasteTollBillInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_52 *body = ; //  (optional)

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

// صدور قبض عوارض پسماند نوسازی
[apiInstance tehranMunicipalityRenovationWasteTollBillInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_34 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.TehranMunicipalityRenovationWasteTollBillInquiryApi()

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

var opts = { 
  'body':  // {Body_52} 
};

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

namespace Example
{
    public class tehranMunicipalityRenovationWasteTollBillInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new TehranMunicipalityRenovationWasteTollBillInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_52(); // Body_52 |  (optional) 

            try
            {
                // صدور قبض عوارض پسماند نوسازی
                inline_response_200_34 result = apiInstance.tehranMunicipalityRenovationWasteTollBillInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TehranMunicipalityRenovationWasteTollBillInquiryApi.tehranMunicipalityRenovationWasteTollBillInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\TehranMunicipalityRenovationWasteTollBillInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_52 | 

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

my $api_instance = WWW::SwaggerClient::TehranMunicipalityRenovationWasteTollBillInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_52->new(); # Body_52 | 

eval { 
    my $result = $api_instance->tehranMunicipalityRenovationWasteTollBillInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling TehranMunicipalityRenovationWasteTollBillInquiryApi->tehranMunicipalityRenovationWasteTollBillInquiryPost: $@\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.TehranMunicipalityRenovationWasteTollBillInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_52 |  (optional)

try: 
    # صدور قبض عوارض پسماند نوسازی
    api_response = api_instance.tehran_municipality_renovation_waste_toll_bill_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling TehranMunicipalityRenovationWasteTollBillInquiryApi->tehranMunicipalityRenovationWasteTollBillInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


TehranTrafcTollInquiry

tehranTrafcTollInquiryPost

استعلام عوارض طرح ترافیک


/TehranTrafcTollInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/TehranTrafcTollInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.TehranTrafcTollInquiryApi;

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

public class TehranTrafcTollInquiryApiExample {

    public static void main(String[] args) {
        
        TehranTrafcTollInquiryApi apiInstance = new TehranTrafcTollInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_3 body = ; // Body_3 | 
        try {
            inline_response_200_1 result = apiInstance.tehranTrafcTollInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TehranTrafcTollInquiryApi#tehranTrafcTollInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.TehranTrafcTollInquiryApi;

public class TehranTrafcTollInquiryApiExample {

    public static void main(String[] args) {
        TehranTrafcTollInquiryApi apiInstance = new TehranTrafcTollInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_3 body = ; // Body_3 | 
        try {
            inline_response_200_1 result = apiInstance.tehranTrafcTollInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TehranTrafcTollInquiryApi#tehranTrafcTollInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_3 *body = ; //  (optional)

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

// استعلام عوارض طرح ترافیک
[apiInstance tehranTrafcTollInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_1 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.TehranTrafcTollInquiryApi()

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

var opts = { 
  'body':  // {Body_3} 
};

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

namespace Example
{
    public class tehranTrafcTollInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new TehranTrafcTollInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_3(); // Body_3 |  (optional) 

            try
            {
                // استعلام عوارض طرح ترافیک
                inline_response_200_1 result = apiInstance.tehranTrafcTollInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TehranTrafcTollInquiryApi.tehranTrafcTollInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\TehranTrafcTollInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_3 | 

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

my $api_instance = WWW::SwaggerClient::TehranTrafcTollInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_3->new(); # Body_3 | 

eval { 
    my $result = $api_instance->tehranTrafcTollInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling TehranTrafcTollInquiryApi->tehranTrafcTollInquiryPost: $@\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.TehranTrafcTollInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_3 |  (optional)

try: 
    # استعلام عوارض طرح ترافیک
    api_response = api_instance.tehran_trafc_toll_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling TehranTrafcTollInquiryApi->tehranTrafcTollInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


ThirdPartyInsuranceInquiry

thirdPartyInsuranceInquiryPost

استعلام بیمه شخص ثالث


/ThirdPartyInsuranceInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/ThirdPartyInsuranceInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ThirdPartyInsuranceInquiryApi;

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

public class ThirdPartyInsuranceInquiryApiExample {

    public static void main(String[] args) {
        
        ThirdPartyInsuranceInquiryApi apiInstance = new ThirdPartyInsuranceInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_2 body = ; // Body_2 | 
        try {
            inline_response_200_1 result = apiInstance.thirdPartyInsuranceInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ThirdPartyInsuranceInquiryApi#thirdPartyInsuranceInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.ThirdPartyInsuranceInquiryApi;

public class ThirdPartyInsuranceInquiryApiExample {

    public static void main(String[] args) {
        ThirdPartyInsuranceInquiryApi apiInstance = new ThirdPartyInsuranceInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_2 body = ; // Body_2 | 
        try {
            inline_response_200_1 result = apiInstance.thirdPartyInsuranceInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ThirdPartyInsuranceInquiryApi#thirdPartyInsuranceInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_2 *body = ; //  (optional)

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

// استعلام بیمه شخص ثالث
[apiInstance thirdPartyInsuranceInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_1 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.ThirdPartyInsuranceInquiryApi()

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

var opts = { 
  'body':  // {Body_2} 
};

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

namespace Example
{
    public class thirdPartyInsuranceInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new ThirdPartyInsuranceInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_2(); // Body_2 |  (optional) 

            try
            {
                // استعلام بیمه شخص ثالث
                inline_response_200_1 result = apiInstance.thirdPartyInsuranceInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling ThirdPartyInsuranceInquiryApi.thirdPartyInsuranceInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\ThirdPartyInsuranceInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_2 | 

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

my $api_instance = WWW::SwaggerClient::ThirdPartyInsuranceInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_2->new(); # Body_2 | 

eval { 
    my $result = $api_instance->thirdPartyInsuranceInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling ThirdPartyInsuranceInquiryApi->thirdPartyInsuranceInquiryPost: $@\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.ThirdPartyInsuranceInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_2 |  (optional)

try: 
    # استعلام بیمه شخص ثالث
    api_response = api_instance.third_party_insurance_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ThirdPartyInsuranceInquiryApi->thirdPartyInsuranceInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


TrafficFinesInquiry

trafficFinesInquiryPost

استعلام جرایم رانندگی


/TrafficFinesInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/TrafficFinesInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.TrafficFinesInquiryApi;

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

public class TrafficFinesInquiryApiExample {

    public static void main(String[] args) {
        
        TrafficFinesInquiryApi apiInstance = new TrafficFinesInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_48 body = ; // Body_48 | 
        try {
            inline_response_200_32 result = apiInstance.trafficFinesInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TrafficFinesInquiryApi#trafficFinesInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.TrafficFinesInquiryApi;

public class TrafficFinesInquiryApiExample {

    public static void main(String[] args) {
        TrafficFinesInquiryApi apiInstance = new TrafficFinesInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_48 body = ; // Body_48 | 
        try {
            inline_response_200_32 result = apiInstance.trafficFinesInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling TrafficFinesInquiryApi#trafficFinesInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_48 *body = ; //  (optional)

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

// استعلام جرایم رانندگی
[apiInstance trafficFinesInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_32 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.TrafficFinesInquiryApi()

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

var opts = { 
  'body':  // {Body_48} 
};

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

namespace Example
{
    public class trafficFinesInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new TrafficFinesInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_48(); // Body_48 |  (optional) 

            try
            {
                // استعلام جرایم رانندگی
                inline_response_200_32 result = apiInstance.trafficFinesInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling TrafficFinesInquiryApi.trafficFinesInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\TrafficFinesInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_48 | 

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

my $api_instance = WWW::SwaggerClient::TrafficFinesInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_48->new(); # Body_48 | 

eval { 
    my $result = $api_instance->trafficFinesInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling TrafficFinesInquiryApi->trafficFinesInquiryPost: $@\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.TrafficFinesInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_48 |  (optional)

try: 
    # استعلام جرایم رانندگی
    api_response = api_instance.traffic_fines_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling TrafficFinesInquiryApi->trafficFinesInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


WaterBillInquiry

waterBillInquiryPost

استعلام قبض آب


/WaterBillInquiry

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/WaterBillInquiry"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.WaterBillInquiryApi;

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

public class WaterBillInquiryApiExample {

    public static void main(String[] args) {
        
        WaterBillInquiryApi apiInstance = new WaterBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_45 body = ; // Body_45 | 
        try {
            inline_response_200_30 result = apiInstance.waterBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling WaterBillInquiryApi#waterBillInquiryPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.WaterBillInquiryApi;

public class WaterBillInquiryApiExample {

    public static void main(String[] args) {
        WaterBillInquiryApi apiInstance = new WaterBillInquiryApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_45 body = ; // Body_45 | 
        try {
            inline_response_200_30 result = apiInstance.waterBillInquiryPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling WaterBillInquiryApi#waterBillInquiryPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_45 *body = ; //  (optional)

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

// استعلام قبض آب
[apiInstance waterBillInquiryPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_30 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.WaterBillInquiryApi()

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

var opts = { 
  'body':  // {Body_45} 
};

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

namespace Example
{
    public class waterBillInquiryPostExample
    {
        public void main()
        {
            
            var apiInstance = new WaterBillInquiryApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_45(); // Body_45 |  (optional) 

            try
            {
                // استعلام قبض آب
                inline_response_200_30 result = apiInstance.waterBillInquiryPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling WaterBillInquiryApi.waterBillInquiryPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\WaterBillInquiryApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_45 | 

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

my $api_instance = WWW::SwaggerClient::WaterBillInquiryApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_45->new(); # Body_45 | 

eval { 
    my $result = $api_instance->waterBillInquiryPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling WaterBillInquiryApi->waterBillInquiryPost: $@\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.WaterBillInquiryApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_45 |  (optional)

try: 
    # استعلام قبض آب
    api_response = api_instance.water_bill_inquiry_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling WaterBillInquiryApi->waterBillInquiryPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


WaterBillInquiryGetFields

waterBillInquiryGetFieldsPost

دریافت اسامی فیلدهای اطلاعات تکمیلی برای ورودی استعلام آب


/WaterBillInquiryGetFields

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/WaterBillInquiryGetFields"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.WaterBillInquiryGetFieldsApi;

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

public class WaterBillInquiryGetFieldsApiExample {

    public static void main(String[] args) {
        
        WaterBillInquiryGetFieldsApi apiInstance = new WaterBillInquiryGetFieldsApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_1 body = ; // Body_1 | 
        try {
            inline_response_200 result = apiInstance.waterBillInquiryGetFieldsPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling WaterBillInquiryGetFieldsApi#waterBillInquiryGetFieldsPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.WaterBillInquiryGetFieldsApi;

public class WaterBillInquiryGetFieldsApiExample {

    public static void main(String[] args) {
        WaterBillInquiryGetFieldsApi apiInstance = new WaterBillInquiryGetFieldsApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body_1 body = ; // Body_1 | 
        try {
            inline_response_200 result = apiInstance.waterBillInquiryGetFieldsPost(apiecoKey, body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling WaterBillInquiryGetFieldsApi#waterBillInquiryGetFieldsPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body_1 *body = ; //  (optional)

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

// دریافت اسامی فیلدهای اطلاعات تکمیلی برای ورودی استعلام آب
[apiInstance waterBillInquiryGetFieldsPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.WaterBillInquiryGetFieldsApi()

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

var opts = { 
  'body':  // {Body_1} 
};

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

namespace Example
{
    public class waterBillInquiryGetFieldsPostExample
    {
        public void main()
        {
            
            var apiInstance = new WaterBillInquiryGetFieldsApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body_1(); // Body_1 |  (optional) 

            try
            {
                // دریافت اسامی فیلدهای اطلاعات تکمیلی برای ورودی استعلام آب
                inline_response_200 result = apiInstance.waterBillInquiryGetFieldsPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling WaterBillInquiryGetFieldsApi.waterBillInquiryGetFieldsPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\WaterBillInquiryGetFieldsApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body_1 | 

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

my $api_instance = WWW::SwaggerClient::WaterBillInquiryGetFieldsApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body_1->new(); # Body_1 | 

eval { 
    my $result = $api_instance->waterBillInquiryGetFieldsPost(apiecoKey => $apiecoKey, body => $body);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling WaterBillInquiryGetFieldsApi->waterBillInquiryGetFieldsPost: $@\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.WaterBillInquiryGetFieldsApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body_1 |  (optional)

try: 
    # دریافت اسامی فیلدهای اطلاعات تکمیلی برای ورودی استعلام آب
    api_response = api_instance.water_bill_inquiry_get_fields_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling WaterBillInquiryGetFieldsApi->waterBillInquiryGetFieldsPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response


WaterBillInquirySetFields

waterBillInquirySetFieldsPost

ارسال فیلدهای اطلاعات تکمیلی برای ورودی استعلام آب


/WaterBillInquirySetFields

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/ghabzino/WaterBillInquirySetFields"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.WaterBillInquirySetFieldsApi;

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

public class WaterBillInquirySetFieldsApiExample {

    public static void main(String[] args) {
        
        WaterBillInquirySetFieldsApi apiInstance = new WaterBillInquirySetFieldsApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body body = ; // Body | 
        try {
            apiInstance.waterBillInquirySetFieldsPost(apiecoKey, body);
        } catch (ApiException e) {
            System.err.println("Exception when calling WaterBillInquirySetFieldsApi#waterBillInquirySetFieldsPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.WaterBillInquirySetFieldsApi;

public class WaterBillInquirySetFieldsApiExample {

    public static void main(String[] args) {
        WaterBillInquirySetFieldsApi apiInstance = new WaterBillInquirySetFieldsApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        Body body = ; // Body | 
        try {
            apiInstance.waterBillInquirySetFieldsPost(apiecoKey, body);
        } catch (ApiException e) {
            System.err.println("Exception when calling WaterBillInquirySetFieldsApi#waterBillInquirySetFieldsPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
Body *body = ; //  (optional)

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

// ارسال فیلدهای اطلاعات تکمیلی برای ورودی استعلام آب
[apiInstance waterBillInquirySetFieldsPostWith:apiecoKey
    body:body
              completionHandler: ^(NSError* error) {
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('__');

var api = new _.WaterBillInquirySetFieldsApi()

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

var opts = { 
  'body':  // {Body} 
};

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

namespace Example
{
    public class waterBillInquirySetFieldsPostExample
    {
        public void main()
        {
            
            var apiInstance = new WaterBillInquirySetFieldsApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var body = new Body(); // Body |  (optional) 

            try
            {
                // ارسال فیلدهای اطلاعات تکمیلی برای ورودی استعلام آب
                apiInstance.waterBillInquirySetFieldsPost(apiecoKey, body);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling WaterBillInquirySetFieldsApi.waterBillInquirySetFieldsPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\WaterBillInquirySetFieldsApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$body = ; // Body | 

try {
    $api_instance->waterBillInquirySetFieldsPost($apiecoKey, $body);
} catch (Exception $e) {
    echo 'Exception when calling WaterBillInquirySetFieldsApi->waterBillInquirySetFieldsPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::WaterBillInquirySetFieldsApi;

my $api_instance = WWW::SwaggerClient::WaterBillInquirySetFieldsApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $body = WWW::SwaggerClient::Object::Body->new(); # Body | 

eval { 
    $api_instance->waterBillInquirySetFieldsPost(apiecoKey => $apiecoKey, body => $body);
};
if ($@) {
    warn "Exception when calling WaterBillInquirySetFieldsApi->waterBillInquirySetFieldsPost: $@\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.WaterBillInquirySetFieldsApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
body =  # Body |  (optional)

try: 
    # ارسال فیلدهای اطلاعات تکمیلی برای ورودی استعلام آب
    api_instance.water_bill_inquiry_set_fields_post(apiecoKey, body=body)
except ApiException as e:
    print("Exception when calling WaterBillInquirySetFieldsApi->waterBillInquirySetFieldsPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Body parameters
Name Description
body

Responses

Status: 200 - 200 response