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 |