mashad airport

Class2

webserviceIndexSettingsFlightsCipPost


/webservice/index/settings/flights_cip

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/cipmashad/webservice/index/settings/flights_cip"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.Class2Api;

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

public class Class2ApiExample {

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

public class Class2ApiExample {

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

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

[apiInstance webserviceIndexSettingsFlightsCipPostWith:apiecoKey
    body:body
              completionHandler: ^(array[inline_response_200] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var MashadAirport = require('mashad_airport');

var api = new MashadAirport.Class2Api()

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. Returned data: ' + data);
  }
};
api.webserviceIndexSettingsFlightsCipPost(apiecoKey, opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

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

            try
            {
                array[inline_response_200] result = apiInstance.webserviceIndexSettingsFlightsCipPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Class2Api.webserviceIndexSettingsFlightsCipPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

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

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

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

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

try: 
    api_response = api_instance.webservice_index_settings_flights_cip_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling Class2Api->webserviceIndexSettingsFlightsCipPost: %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


Class3

webserviceIndexSettingsAirlinesCipPost


/webservice/index/settings/airlines_cip

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/cipmashad/webservice/index/settings/airlines_cip"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.Class3Api;

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

public class Class3ApiExample {

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

public class Class3ApiExample {

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

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

[apiInstance webserviceIndexSettingsAirlinesCipPostWith:apiecoKey
    body:body
              completionHandler: ^(array[inline_response_200_1] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var MashadAirport = require('mashad_airport');

var api = new MashadAirport.Class3Api()

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.webserviceIndexSettingsAirlinesCipPost(apiecoKey, opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

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

            try
            {
                array[inline_response_200_1] result = apiInstance.webserviceIndexSettingsAirlinesCipPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Class3Api.webserviceIndexSettingsAirlinesCipPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

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

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

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

try: 
    api_response = api_instance.webservice_index_settings_airlines_cip_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling Class3Api->webserviceIndexSettingsAirlinesCipPost: %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


Class4

webserviceIndexSettingsServiceCipPost


/webservice/index/settings/service_cip

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/cipmashad/webservice/index/settings/service_cip"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.Class4Api;

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

public class Class4ApiExample {

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

public class Class4ApiExample {

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

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

[apiInstance webserviceIndexSettingsServiceCipPostWith:apiecoKey
    body:body
              completionHandler: ^(array[inline_response_200_2] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var MashadAirport = require('mashad_airport');

var api = new MashadAirport.Class4Api()

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.webserviceIndexSettingsServiceCipPost(apiecoKey, opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

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

            try
            {
                array[inline_response_200_2] result = apiInstance.webserviceIndexSettingsServiceCipPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Class4Api.webserviceIndexSettingsServiceCipPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

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

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

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

try: 
    api_response = api_instance.webservice_index_settings_service_cip_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling Class4Api->webserviceIndexSettingsServiceCipPost: %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


Class5

webserviceIndexApiReserveCipPost


/webservice/index/api/reserve_cip

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/cipmashad/webservice/index/api/reserve_cip"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.Class5Api;

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

public class Class5ApiExample {

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

public class Class5ApiExample {

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

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

[apiInstance webserviceIndexApiReserveCipPostWith:apiecoKey
    body:body
              completionHandler: ^(inline_response_200_3 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var MashadAirport = require('mashad_airport');

var api = new MashadAirport.Class5Api()

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.webserviceIndexApiReserveCipPost(apiecoKey, opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

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

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

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

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

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

try: 
    api_response = api_instance.webservice_index_api_reserve_cip_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling Class5Api->webserviceIndexApiReserveCipPost: %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


Class7

webserviceIndexApiReservePayPost


/webservice/index/api/reserve_pay

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/cipmashad/webservice/index/api/reserve_pay"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.Class7Api;

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

public class Class7ApiExample {

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

public class Class7ApiExample {

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

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

[apiInstance webserviceIndexApiReservePayPostWith:apiecoKey
    body:body
              completionHandler: ^(array[inline_response_200_4] output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var MashadAirport = require('mashad_airport');

var api = new MashadAirport.Class7Api()

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.webserviceIndexApiReservePayPost(apiecoKey, opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

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

            try
            {
                array[inline_response_200_4] result = apiInstance.webserviceIndexApiReservePayPost(apiecoKey, body);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling Class7Api.webserviceIndexApiReservePayPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

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

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

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

try: 
    api_response = api_instance.webservice_index_api_reserve_pay_post(apiecoKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling Class7Api->webserviceIndexApiReservePayPost: %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