message1010
POC de endpoint de déclenchement d'un message 1010
POC de endpoint de déclenchement d'un message 1010
/1010
Usage and SDK Samples
curl -X POST "//1010"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.DestinataireApi;
import java.io.File;
import java.util.*;
public class DestinataireApiExample {
public static void main(String[] args) {
DestinataireApi apiInstance = new DestinataireApi();
BodyType1010 body = ; // BodyType1010 |
try {
'String' result = apiInstance.message1010(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling DestinataireApi#message1010");
e.printStackTrace();
}
}
}
import io.swagger.client.api.DestinataireApi;
public class DestinataireApiExample {
public static void main(String[] args) {
DestinataireApi apiInstance = new DestinataireApi();
BodyType1010 body = ; // BodyType1010 |
try {
'String' result = apiInstance.message1010(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling DestinataireApi#message1010");
e.printStackTrace();
}
}
}
BodyType1010 *body = ; // (optional)
DestinataireApi *apiInstance = [[DestinataireApi alloc] init];
// POC de endpoint de déclenchement d'un message 1010
[apiInstance message1010With:body
completionHandler: ^('String' output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var ApiFaadeGunGamma2VersEdi = require('api_faade_gun__gamma_2_vers_edi');
var api = new ApiFaadeGunGamma2VersEdi.DestinataireApi()
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.message1010(, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class message1010Example
{
public void main()
{
var apiInstance = new DestinataireApi();
var body = new BodyType1010(); // BodyType1010 | (optional)
try
{
// POC de endpoint de déclenchement d'un message 1010
'String' result = apiInstance.message1010(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling DestinataireApi.message1010: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiDestinataireApi();
$body = ; // BodyType1010 |
try {
$result = $api_instance->message1010($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling DestinataireApi->message1010: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::DestinataireApi;
my $api_instance = WWW::SwaggerClient::DestinataireApi->new();
my $body = WWW::SwaggerClient::Object::BodyType1010->new(); # BodyType1010 |
eval {
my $result = $api_instance->message1010(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling DestinataireApi->message1010: $@\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.DestinataireApi()
body = # BodyType1010 | (optional)
try:
# POC de endpoint de déclenchement d'un message 1010
api_response = api_instance.message1010(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling DestinataireApi->message1010: %s\n" % e)
Parameters
Name | Description |
---|---|
body |