های هالیدی

_

v4AccommodationBookApiKeyPost


/V4/Accommodation/Book/{ApiKey}

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/hiholiday/V4/Accommodation/Book/{ApiKey}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;

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

public class _ApiExample {

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

public class _ApiExample {

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

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

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

var api = new _._Api()

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

var apiKey = apiKey_example; // {String} 

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

namespace Example
{
    public class v4AccommodationBookApiKeyPostExample
    {
        public void main()
        {
            
            var apiInstance = new _Api();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var apiKey = apiKey_example;  // String | 
            var body = new Body_5(); // Body_5 |  (optional) 

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

$api_instance = new Swagger\Client\Api\_Api();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$apiKey = apiKey_example; // String | 
$body = ; // Body_5 | 

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

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

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

# create an instance of the API class
api_instance = swagger_client._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
apiKey = apiKey_example # String | 
body =  # Body_5 |  (optional)

try: 
    api_response = api_instance.v4_accommodation_book_api_key_post(apiecoKey, apiKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling _Api->v4AccommodationBookApiKeyPost: %s\n" % e)

Parameters

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

Responses

Status: 200 - 200 response


v4AccommodationPreReserveApiKeyPost


/V4/Accommodation/PreReserve/{ApiKey}

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/hiholiday/V4/Accommodation/PreReserve/{ApiKey}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;

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

public class _ApiExample {

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

public class _ApiExample {

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

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

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

var api = new _._Api()

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

var apiKey = apiKey_example; // {String} 

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

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

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

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

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

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

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

# create an instance of the API class
api_instance = swagger_client._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
apiKey = apiKey_example # String | 
body =  # Body_4 |  (optional)

try: 
    api_response = api_instance.v4_accommodation_pre_reserve_api_key_post(apiecoKey, apiKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling _Api->v4AccommodationPreReserveApiKeyPost: %s\n" % e)

Parameters

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

Responses

Status: 200 - 200 response


v4AccommodationRegionsApiKeyPost


/V4/Accommodation/Regions/{ApiKey}

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/hiholiday/V4/Accommodation/Regions/{ApiKey}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;

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

public class _ApiExample {

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

public class _ApiExample {

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

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

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

var api = new _._Api()

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

var apiKey = apiKey_example; // {String} 

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

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

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

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

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

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

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

# create an instance of the API class
api_instance = swagger_client._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
apiKey = apiKey_example # String | 
body =  # Body |  (optional)

try: 
    api_response = api_instance.v4_accommodation_regions_api_key_post(apiecoKey, apiKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling _Api->v4AccommodationRegionsApiKeyPost: %s\n" % e)

Parameters

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

Responses

Status: 200 - 200 response


v4AccommodationRequestDetailApiKeyPost


/V4/Accommodation/RequestDetail/{ApiKey}

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/hiholiday/V4/Accommodation/RequestDetail/{ApiKey}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;

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

public class _ApiExample {

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

public class _ApiExample {

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

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

[apiInstance v4AccommodationRequestDetailApiKeyPostWith:apiecoKey
    apiKey:apiKey
    body:body
              completionHandler: ^(inline_response_200_5 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('_');

var api = new _._Api()

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

var apiKey = apiKey_example; // {String} 

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

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

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

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

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

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

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

# create an instance of the API class
api_instance = swagger_client._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
apiKey = apiKey_example # String | 
body =  # Body_8 |  (optional)

try: 
    api_response = api_instance.v4_accommodation_request_detail_api_key_post(apiecoKey, apiKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling _Api->v4AccommodationRequestDetailApiKeyPost: %s\n" % e)

Parameters

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

Responses

Status: 200 - 200 response


v4AccommodationRequestsApiKeyPost


/V4/Accommodation/Requests/{ApiKey}

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/hiholiday/V4/Accommodation/Requests/{ApiKey}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;

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

public class _ApiExample {

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

public class _ApiExample {

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

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

[apiInstance v4AccommodationRequestsApiKeyPostWith:apiecoKey
    apiKey:apiKey
    body:body
              completionHandler: ^(NSError* error) {
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('_');

var api = new _._Api()

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

var apiKey = apiKey_example; // {String} 

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

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

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

            try
            {
                apiInstance.v4AccommodationRequestsApiKeyPost(apiecoKey, apiKey, body);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling _Api.v4AccommodationRequestsApiKeyPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

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

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

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

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

# create an instance of the API class
api_instance = swagger_client._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
apiKey = apiKey_example # String | 
body =  # Body_7 |  (optional)

try: 
    api_instance.v4_accommodation_requests_api_key_post(apiecoKey, apiKey, body=body)
except ApiException as e:
    print("Exception when calling _Api->v4AccommodationRequestsApiKeyPost: %s\n" % e)

Parameters

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

Responses

Status: 200 - 200 response


v4AccommodationReserveApiKeyPost


/V4/Accommodation/Reserve/{ApiKey}

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/hiholiday/V4/Accommodation/Reserve/{ApiKey}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;

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

public class _ApiExample {

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

public class _ApiExample {

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

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

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

var api = new _._Api()

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

var apiKey = apiKey_example; // {String} 

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

namespace Example
{
    public class v4AccommodationReserveApiKeyPostExample
    {
        public void main()
        {
            
            var apiInstance = new _Api();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var apiKey = apiKey_example;  // String | 
            var body = new Body_6(); // Body_6 |  (optional) 

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

$api_instance = new Swagger\Client\Api\_Api();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$apiKey = apiKey_example; // String | 
$body = ; // Body_6 | 

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

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

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

# create an instance of the API class
api_instance = swagger_client._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
apiKey = apiKey_example # String | 
body =  # Body_6 |  (optional)

try: 
    api_response = api_instance.v4_accommodation_reserve_api_key_post(apiecoKey, apiKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling _Api->v4AccommodationReserveApiKeyPost: %s\n" % e)

Parameters

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

Responses

Status: 200 - 200 response


v4AccommodationRevalidateApiKeyPost


/V4/Accommodation/Revalidate/{ApiKey}

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/hiholiday/V4/Accommodation/Revalidate/{ApiKey}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;

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

public class _ApiExample {

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

public class _ApiExample {

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

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

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

var api = new _._Api()

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

var apiKey = apiKey_example; // {String} 

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

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

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

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

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

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

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

# create an instance of the API class
api_instance = swagger_client._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
apiKey = apiKey_example # String | 
body =  # Body_3 |  (optional)

try: 
    api_response = api_instance.v4_accommodation_revalidate_api_key_post(apiecoKey, apiKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling _Api->v4AccommodationRevalidateApiKeyPost: %s\n" % e)

Parameters

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

Responses

Status: 200 - 200 response


v4AccommodationRoomsApiKeyPost


/V4/Accommodation/Rooms/{ApiKey}

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/hiholiday/V4/Accommodation/Rooms/{ApiKey}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;

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

public class _ApiExample {

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

public class _ApiExample {

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

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

[apiInstance v4AccommodationRoomsApiKeyPostWith:apiecoKey
    apiKey:apiKey
    body:body
              completionHandler: ^(body_2 output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var _ = require('_');

var api = new _._Api()

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

var apiKey = apiKey_example; // {String} 

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

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

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

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

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

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

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

# create an instance of the API class
api_instance = swagger_client._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
apiKey = apiKey_example # String | 
body =  # Body_2 |  (optional)

try: 
    api_response = api_instance.v4_accommodation_rooms_api_key_post(apiecoKey, apiKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling _Api->v4AccommodationRoomsApiKeyPost: %s\n" % e)

Parameters

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

Responses

Status: 200 - 200 response


v4AccommodationSearchApiKeyPost


/V4/Accommodation/Search/{ApiKey}

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/hiholiday/V4/Accommodation/Search/{ApiKey}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;

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

public class _ApiExample {

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

public class _ApiExample {

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

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

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

var api = new _._Api()

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

var apiKey = apiKey_example; // {String} 

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

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

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

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

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

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

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

# create an instance of the API class
api_instance = swagger_client._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
apiKey = apiKey_example # String | 
body =  # Body_1 |  (optional)

try: 
    api_response = api_instance.v4_accommodation_search_api_key_post(apiecoKey, apiKey, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling _Api->v4AccommodationSearchApiKeyPost: %s\n" % e)

Parameters

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

Responses

Status: 200 - 200 response