API Façade EDI vers GUN (GAMMA 2)

Destinataire

message1010

Endpoint de déclenchement d'un message 1010

Endpoint de déclenchement d'un message 1010


/1010

Usage and SDK Samples

curl -X POST \
 -H "Accept: text/plain" \
 -H "Content-Type: application/json" \
 "http://localhost/1010" \
 -d '{
  "AttachmentOfReceivableExposedMovementsConsignee" : {
    "DebtsMovementsIdentifier" : [ {
      "NumeroCreance" : "00ABC00000000000",
      "MovementIdentifier" : [ {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      } ]
    }, {
      "NumeroCreance" : "00ABC00000000000",
      "MovementIdentifier" : [ {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      } ]
    }, {
      "NumeroCreance" : "00ABC00000000000",
      "MovementIdentifier" : [ {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      } ]
    }, {
      "NumeroCreance" : "00ABC00000000000",
      "MovementIdentifier" : [ {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      } ]
    }, {
      "NumeroCreance" : "00ABC00000000000",
      "MovementIdentifier" : [ {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      }, {
        "ARC" : "09GKL5BWYERZV82CJV0V1",
        "SeqNumber" : "98"
      } ]
    } ],
    "OperatorReference" : {
      "TraderExciseNumber" : "WNYmU9ai8UArd"
    }
  }
}'
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.DestinataireApi;

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

public class DestinataireApiExample {
    public static void main(String[] args) {

        // Create an instance of the API class
        DestinataireApi apiInstance = new DestinataireApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType1010 bodyType1010 = ; // BodyType1010 | 

        try {
            'String' result = apiInstance.message1010(messageId, bodyType1010);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DestinataireApi#message1010");
            e.printStackTrace();
        }
    }
}
import org.openapitools.client.api.DestinataireApi;

public class DestinataireApiExample {
    public static void main(String[] args) {
        DestinataireApi apiInstance = new DestinataireApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType1010 bodyType1010 = ; // BodyType1010 | 

        try {
            'String' result = apiInstance.message1010(messageId, bodyType1010);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DestinataireApi#message1010");
            e.printStackTrace();
        }
    }
}


// Create an instance of the API class
DestinataireApi *apiInstance = [[DestinataireApi alloc] init];
String *messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
BodyType1010 *bodyType1010 = ; //  (optional)

// Endpoint de déclenchement d'un message 1010
[apiInstance message1010With:messageId
    bodyType1010:bodyType1010
              completionHandler: ^('String' output, NSError* error) {
    if (output) {
        NSLog(@"%@", output);
    }
    if (error) {
        NSLog(@"Error: %@", error);
    }
}];
var ApiFaccediladeEdiVersGunGamma2 = require('api_faccedilade_edi_vers_gun__gamma_2');

// Create an instance of the API class
var api = new ApiFaccediladeEdiVersGunGamma2.DestinataireApi()
var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // {String} Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
var opts = {
  'bodyType1010':  // {BodyType1010} 
};

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

namespace Example
{
    public class message1010Example
    {
        public void main()
        {

            // Create an instance of the API class
            var apiInstance = new DestinataireApi();
            var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b;  // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
            var bodyType1010 = new BodyType1010(); // BodyType1010 |  (optional) 

            try {
                // Endpoint de déclenchement d'un message 1010
                'String' result = apiInstance.message1010(messageId, bodyType1010);
                Debug.WriteLine(result);
            } catch (Exception e) {
                Debug.Print("Exception when calling DestinataireApi.message1010: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\DestinataireApi();
$messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
$bodyType1010 = ; // BodyType1010 | 

try {
    $result = $api_instance->message1010($messageId, $bodyType1010);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling DestinataireApi->message1010: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::DestinataireApi;

# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::DestinataireApi->new();
my $messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
my $bodyType1010 = WWW::OPenAPIClient::Object::BodyType1010->new(); # BodyType1010 | 

eval {
    my $result = $api_instance->message1010(messageId => $messageId, bodyType1010 => $bodyType1010);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling DestinataireApi->message1010: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Create an instance of the API class
api_instance = openapi_client.DestinataireApi()
messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
bodyType1010 =  # BodyType1010 |  (optional)

try:
    # Endpoint de déclenchement d'un message 1010
    api_response = api_instance.message1010(messageId, bodyType1010=bodyType1010)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DestinataireApi->message1010: %s\n" % e)
extern crate DestinataireApi;

pub fn main() {
    let messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String
    let bodyType1010 = ; // BodyType1010

    let mut context = DestinataireApi::Context::default();
    let result = client.message1010(messageId, bodyType1010, &context).wait();

    println!("{:?}", result);
}

Scopes

Parameters

Header parameters
Name Description
messageId*
String
Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
Required
Body parameters
Name Description
bodyType1010

Responses


message818

Endpoint de déclenchement d'un message 818

Endpoint de déclenchement d'un message 818


/818

Usage and SDK Samples

curl -X POST \
 -H "Accept: text/plain" \
 -H "Content-Type: application/json" \
 "http://localhost/818" \
 -d '{
  "AcceptedOrRejectedReportOfReceiptExport" : {
    "ReportOfReceiptExport" : {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DateOfArrivalOfExciseProducts" : "2022-01-31T00:00:00.000+00:00",
      "GlobalConclusionOfReceipt" : null
    },
    "BodyReportOfReceiptExport" : [ {
      "ConsumptionQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ObservedShortageOrExcess" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExemptQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExciseProductCode" : "@NM1",
      "IndicatorOfShortageOrExcess" : null,
      "BodyRecordUniqueReference" : "553",
      "RefusedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "SuspendedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "UnsatisfactoryReasonCode" : [ {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      } ]
    }, {
      "ConsumptionQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ObservedShortageOrExcess" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExemptQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExciseProductCode" : "@NM1",
      "IndicatorOfShortageOrExcess" : null,
      "BodyRecordUniqueReference" : "553",
      "RefusedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "SuspendedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "UnsatisfactoryReasonCode" : [ {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      } ]
    }, {
      "ConsumptionQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ObservedShortageOrExcess" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExemptQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExciseProductCode" : "@NM1",
      "IndicatorOfShortageOrExcess" : null,
      "BodyRecordUniqueReference" : "553",
      "RefusedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "SuspendedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "UnsatisfactoryReasonCode" : [ {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      } ]
    }, {
      "ConsumptionQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ObservedShortageOrExcess" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExemptQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExciseProductCode" : "@NM1",
      "IndicatorOfShortageOrExcess" : null,
      "BodyRecordUniqueReference" : "553",
      "RefusedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "SuspendedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "UnsatisfactoryReasonCode" : [ {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      } ]
    }, {
      "ConsumptionQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ObservedShortageOrExcess" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExemptQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExciseProductCode" : "@NM1",
      "IndicatorOfShortageOrExcess" : null,
      "BodyRecordUniqueReference" : "553",
      "RefusedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "SuspendedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "UnsatisfactoryReasonCode" : [ {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      } ]
    } ],
    "ExciseMovement" : {
      "AdministrativeReferenceCode" : "09GKL5BWYERZV82CJV0V1",
      "SequenceNumber" : "98"
    },
    "DeliveryPlaceTrader" : {
      "StreetName" : "azertyuio",
      "__language" : "tg",
      "TraderName" : "edcvfr",
      "Traderid" : "aqwxsz",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "Postcode" : "#bp5"
    },
    "ConsigneeTrader" : {
      "StreetName" : "azertyuio",
      "__language" : "tg",
      "TraderName" : "edcvfr",
      "ConsigneeTraderEAs" : [ {
        "TraderExciseNumber" : "WNYmU9ai8UArd"
      }, {
        "TraderExciseNumber" : "WNYmU9ai8UArd"
      }, {
        "TraderExciseNumber" : "WNYmU9ai8UArd"
      }, {
        "TraderExciseNumber" : "WNYmU9ai8UArd"
      }, {
        "TraderExciseNumber" : "WNYmU9ai8UArd"
      } ],
      "Traderid" : "aqwxsz",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "Postcode" : "#bp5"
    },
    "Attributes" : {
      "Status" : "0C1",
      "DateAndTimeOfValidationOfReportOfReceiptExport" : "2022-01-31T14:05:01"
    }
  }
}'
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.DestinataireApi;

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

public class DestinataireApiExample {
    public static void main(String[] args) {

        // Create an instance of the API class
        DestinataireApi apiInstance = new DestinataireApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType818 bodyType818 = ; // BodyType818 | 

        try {
            'String' result = apiInstance.message818(messageId, bodyType818);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DestinataireApi#message818");
            e.printStackTrace();
        }
    }
}
import org.openapitools.client.api.DestinataireApi;

public class DestinataireApiExample {
    public static void main(String[] args) {
        DestinataireApi apiInstance = new DestinataireApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType818 bodyType818 = ; // BodyType818 | 

        try {
            'String' result = apiInstance.message818(messageId, bodyType818);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DestinataireApi#message818");
            e.printStackTrace();
        }
    }
}


// Create an instance of the API class
DestinataireApi *apiInstance = [[DestinataireApi alloc] init];
String *messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
BodyType818 *bodyType818 = ; //  (optional)

// Endpoint de déclenchement d'un message 818
[apiInstance message818With:messageId
    bodyType818:bodyType818
              completionHandler: ^('String' output, NSError* error) {
    if (output) {
        NSLog(@"%@", output);
    }
    if (error) {
        NSLog(@"Error: %@", error);
    }
}];
var ApiFaccediladeEdiVersGunGamma2 = require('api_faccedilade_edi_vers_gun__gamma_2');

// Create an instance of the API class
var api = new ApiFaccediladeEdiVersGunGamma2.DestinataireApi()
var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // {String} Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
var opts = {
  'bodyType818':  // {BodyType818} 
};

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

namespace Example
{
    public class message818Example
    {
        public void main()
        {

            // Create an instance of the API class
            var apiInstance = new DestinataireApi();
            var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b;  // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
            var bodyType818 = new BodyType818(); // BodyType818 |  (optional) 

            try {
                // Endpoint de déclenchement d'un message 818
                'String' result = apiInstance.message818(messageId, bodyType818);
                Debug.WriteLine(result);
            } catch (Exception e) {
                Debug.Print("Exception when calling DestinataireApi.message818: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\DestinataireApi();
$messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
$bodyType818 = ; // BodyType818 | 

try {
    $result = $api_instance->message818($messageId, $bodyType818);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling DestinataireApi->message818: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::DestinataireApi;

# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::DestinataireApi->new();
my $messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
my $bodyType818 = WWW::OPenAPIClient::Object::BodyType818->new(); # BodyType818 | 

eval {
    my $result = $api_instance->message818(messageId => $messageId, bodyType818 => $bodyType818);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling DestinataireApi->message818: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Create an instance of the API class
api_instance = openapi_client.DestinataireApi()
messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
bodyType818 =  # BodyType818 |  (optional)

try:
    # Endpoint de déclenchement d'un message 818
    api_response = api_instance.message818(messageId, bodyType818=bodyType818)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DestinataireApi->message818: %s\n" % e)
extern crate DestinataireApi;

pub fn main() {
    let messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String
    let bodyType818 = ; // BodyType818

    let mut context = DestinataireApi::Context::default();
    let result = client.message818(messageId, bodyType818, &context).wait();

    println!("{:?}", result);
}

Scopes

Parameters

Header parameters
Name Description
messageId*
String
Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
Required
Body parameters
Name Description
bodyType818

Responses


message819

Endpoint de déclenchement d'un message 819

Endpoint de déclenchement d'un message 819


/819

Usage and SDK Samples

curl -X POST \
 -H "Accept: text/plain" \
 -H "Content-Type: application/json" \
 "http://localhost/819" \
 -d '{
  "AlertOrRejectionOfEADESAD" : {
    "AlertOrRejectionOfEadEsadReason" : [ {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "AlertOrRejectionOfEadEsadReasonCode" : "33"
    }, {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "AlertOrRejectionOfEadEsadReasonCode" : "33"
    }, {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "AlertOrRejectionOfEadEsadReasonCode" : "33"
    }, {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "AlertOrRejectionOfEadEsadReasonCode" : "33"
    }, {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "AlertOrRejectionOfEadEsadReasonCode" : "33"
    } ],
    "ExciseMovement" : {
      "AdministrativeReferenceCode" : "09GKL5BWYERZV82CJV0V1",
      "SequenceNumber" : "98"
    },
    "ConsigneeTrader" : {
      "StreetName" : "azertyuio",
      "__language" : "tg",
      "TraderName" : "edcvfr",
      "Traderid" : "aqwxsz",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "Postcode" : "#bp5"
    },
    "Attributes" : {
      "DateAndTimeOfValidationOfAlertRejection" : "2022-01-31T14:05:01"
    },
    "AlertOrRejection" : {
      "DateOfAlertOrRejection" : "2022-01-31T00:00:00.000+00:00",
      "EadEsadRejectedFlag" : null
    }
  }
}'
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.DestinataireApi;

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

public class DestinataireApiExample {
    public static void main(String[] args) {

        // Create an instance of the API class
        DestinataireApi apiInstance = new DestinataireApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType819 bodyType819 = ; // BodyType819 | 

        try {
            'String' result = apiInstance.message819(messageId, bodyType819);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DestinataireApi#message819");
            e.printStackTrace();
        }
    }
}
import org.openapitools.client.api.DestinataireApi;

public class DestinataireApiExample {
    public static void main(String[] args) {
        DestinataireApi apiInstance = new DestinataireApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType819 bodyType819 = ; // BodyType819 | 

        try {
            'String' result = apiInstance.message819(messageId, bodyType819);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DestinataireApi#message819");
            e.printStackTrace();
        }
    }
}


// Create an instance of the API class
DestinataireApi *apiInstance = [[DestinataireApi alloc] init];
String *messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
BodyType819 *bodyType819 = ; //  (optional)

// Endpoint de déclenchement d'un message 819
[apiInstance message819With:messageId
    bodyType819:bodyType819
              completionHandler: ^('String' output, NSError* error) {
    if (output) {
        NSLog(@"%@", output);
    }
    if (error) {
        NSLog(@"Error: %@", error);
    }
}];
var ApiFaccediladeEdiVersGunGamma2 = require('api_faccedilade_edi_vers_gun__gamma_2');

// Create an instance of the API class
var api = new ApiFaccediladeEdiVersGunGamma2.DestinataireApi()
var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // {String} Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
var opts = {
  'bodyType819':  // {BodyType819} 
};

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

namespace Example
{
    public class message819Example
    {
        public void main()
        {

            // Create an instance of the API class
            var apiInstance = new DestinataireApi();
            var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b;  // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
            var bodyType819 = new BodyType819(); // BodyType819 |  (optional) 

            try {
                // Endpoint de déclenchement d'un message 819
                'String' result = apiInstance.message819(messageId, bodyType819);
                Debug.WriteLine(result);
            } catch (Exception e) {
                Debug.Print("Exception when calling DestinataireApi.message819: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\DestinataireApi();
$messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
$bodyType819 = ; // BodyType819 | 

try {
    $result = $api_instance->message819($messageId, $bodyType819);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling DestinataireApi->message819: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::DestinataireApi;

# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::DestinataireApi->new();
my $messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
my $bodyType819 = WWW::OPenAPIClient::Object::BodyType819->new(); # BodyType819 | 

eval {
    my $result = $api_instance->message819(messageId => $messageId, bodyType819 => $bodyType819);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling DestinataireApi->message819: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Create an instance of the API class
api_instance = openapi_client.DestinataireApi()
messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
bodyType819 =  # BodyType819 |  (optional)

try:
    # Endpoint de déclenchement d'un message 819
    api_response = api_instance.message819(messageId, bodyType819=bodyType819)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DestinataireApi->message819: %s\n" % e)
extern crate DestinataireApi;

pub fn main() {
    let messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String
    let bodyType819 = ; // BodyType819

    let mut context = DestinataireApi::Context::default();
    let result = client.message819(messageId, bodyType819, &context).wait();

    println!("{:?}", result);
}

Scopes

Parameters

Header parameters
Name Description
messageId*
String
Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
Required
Body parameters
Name Description
bodyType819

Responses


message837

Endpoint de déclenchement d'un message 837

Endpoint de déclenchement d'un message 837


/837

Usage and SDK Samples

curl -X POST \
 -H "Accept: text/plain" \
 -H "Content-Type: application/json" \
 "http://localhost/837" \
 -d '{
  "ExplanationOnDelayForDelivery" : {
    "ExciseMovement" : {
      "AdministrativeReferenceCode" : "09GKL5BWYERZV82CJV0V1",
      "SequenceNumber" : "98"
    },
    "Attributes" : {
      "MessageRole" : null,
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "TypeDeclarant" : null,
      "ExplanationCode" : "33"
    }
  }
}'
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.DestinataireApi;

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

public class DestinataireApiExample {
    public static void main(String[] args) {

        // Create an instance of the API class
        DestinataireApi apiInstance = new DestinataireApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType837 bodyType837 = ; // BodyType837 | 

        try {
            'String' result = apiInstance.message837(messageId, bodyType837);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DestinataireApi#message837");
            e.printStackTrace();
        }
    }
}
import org.openapitools.client.api.DestinataireApi;

public class DestinataireApiExample {
    public static void main(String[] args) {
        DestinataireApi apiInstance = new DestinataireApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType837 bodyType837 = ; // BodyType837 | 

        try {
            'String' result = apiInstance.message837(messageId, bodyType837);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DestinataireApi#message837");
            e.printStackTrace();
        }
    }
}


// Create an instance of the API class
DestinataireApi *apiInstance = [[DestinataireApi alloc] init];
String *messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
BodyType837 *bodyType837 = ; //  (optional)

// Endpoint de déclenchement d'un message 837
[apiInstance message837With:messageId
    bodyType837:bodyType837
              completionHandler: ^('String' output, NSError* error) {
    if (output) {
        NSLog(@"%@", output);
    }
    if (error) {
        NSLog(@"Error: %@", error);
    }
}];
var ApiFaccediladeEdiVersGunGamma2 = require('api_faccedilade_edi_vers_gun__gamma_2');

// Create an instance of the API class
var api = new ApiFaccediladeEdiVersGunGamma2.DestinataireApi()
var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // {String} Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
var opts = {
  'bodyType837':  // {BodyType837} 
};

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

namespace Example
{
    public class message837Example
    {
        public void main()
        {

            // Create an instance of the API class
            var apiInstance = new DestinataireApi();
            var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b;  // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
            var bodyType837 = new BodyType837(); // BodyType837 |  (optional) 

            try {
                // Endpoint de déclenchement d'un message 837
                'String' result = apiInstance.message837(messageId, bodyType837);
                Debug.WriteLine(result);
            } catch (Exception e) {
                Debug.Print("Exception when calling DestinataireApi.message837: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\DestinataireApi();
$messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
$bodyType837 = ; // BodyType837 | 

try {
    $result = $api_instance->message837($messageId, $bodyType837);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling DestinataireApi->message837: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::DestinataireApi;

# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::DestinataireApi->new();
my $messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
my $bodyType837 = WWW::OPenAPIClient::Object::BodyType837->new(); # BodyType837 | 

eval {
    my $result = $api_instance->message837(messageId => $messageId, bodyType837 => $bodyType837);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling DestinataireApi->message837: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Create an instance of the API class
api_instance = openapi_client.DestinataireApi()
messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
bodyType837 =  # BodyType837 |  (optional)

try:
    # Endpoint de déclenchement d'un message 837
    api_response = api_instance.message837(messageId, bodyType837=bodyType837)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DestinataireApi->message837: %s\n" % e)
extern crate DestinataireApi;

pub fn main() {
    let messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String
    let bodyType837 = ; // BodyType837

    let mut context = DestinataireApi::Context::default();
    let result = client.message837(messageId, bodyType837, &context).wait();

    println!("{:?}", result);
}

Scopes

Parameters

Header parameters
Name Description
messageId*
String
Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
Required
Body parameters
Name Description
bodyType837

Responses


message871

Endpoint de déclenchement d'un message 871

Endpoint de déclenchement d'un message 871


/871

Usage and SDK Samples

curl -X POST \
 -H "Accept: text/plain" \
 -H "Content-Type: application/json" \
 "http://localhost/871" \
 -d '{
  "ExplanationOnReasonForShortage" : {
    "ExciseMovement" : {
      "AdministrativeReferenceCode" : "09GKL5BWYERZV82CJV0V1",
      "SequenceNumber" : "98"
    },
    "ConsignorTrader" : {
      "StreetName" : "azertyuio",
      "__language" : "tg",
      "TraderName" : "edcvfr",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "TraderExciseNumber" : "WNYmU9ai8UArd",
      "Postcode" : "#bp5"
    },
    "Analysis" : {
      "DateOfAnalysis" : "2022-01-31T00:00:00.000+00:00",
      "GlobalExplanation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      }
    },
    "ConsigneeTrader" : {
      "StreetName" : "azertyuio",
      "__language" : "tg",
      "TraderName" : "edcvfr",
      "Traderid" : "aqwxsz",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "Postcode" : "#bp5"
    },
    "BodyAnalysis" : [ {
      "Explanation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "ExciseProductCode" : "@NM1",
      "BodyRecordUniqueReference" : "553",
      "ActualQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144"
    }, {
      "Explanation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "ExciseProductCode" : "@NM1",
      "BodyRecordUniqueReference" : "553",
      "ActualQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144"
    }, {
      "Explanation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "ExciseProductCode" : "@NM1",
      "BodyRecordUniqueReference" : "553",
      "ActualQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144"
    }, {
      "Explanation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "ExciseProductCode" : "@NM1",
      "BodyRecordUniqueReference" : "553",
      "ActualQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144"
    }, {
      "Explanation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "ExciseProductCode" : "@NM1",
      "BodyRecordUniqueReference" : "553",
      "ActualQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144"
    } ],
    "Attributes" : {
      "TypeDeclarant" : null,
      "DateAndTimeOfValidationOfExplanationOnShortage" : "2022-01-31T14:05:01"
    }
  }
}'
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.DestinataireApi;

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

public class DestinataireApiExample {
    public static void main(String[] args) {

        // Create an instance of the API class
        DestinataireApi apiInstance = new DestinataireApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType871 bodyType871 = ; // BodyType871 | 

        try {
            'String' result = apiInstance.message871(messageId, bodyType871);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DestinataireApi#message871");
            e.printStackTrace();
        }
    }
}
import org.openapitools.client.api.DestinataireApi;

public class DestinataireApiExample {
    public static void main(String[] args) {
        DestinataireApi apiInstance = new DestinataireApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType871 bodyType871 = ; // BodyType871 | 

        try {
            'String' result = apiInstance.message871(messageId, bodyType871);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DestinataireApi#message871");
            e.printStackTrace();
        }
    }
}


// Create an instance of the API class
DestinataireApi *apiInstance = [[DestinataireApi alloc] init];
String *messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
BodyType871 *bodyType871 = ; //  (optional)

// Endpoint de déclenchement d'un message 871
[apiInstance message871With:messageId
    bodyType871:bodyType871
              completionHandler: ^('String' output, NSError* error) {
    if (output) {
        NSLog(@"%@", output);
    }
    if (error) {
        NSLog(@"Error: %@", error);
    }
}];
var ApiFaccediladeEdiVersGunGamma2 = require('api_faccedilade_edi_vers_gun__gamma_2');

// Create an instance of the API class
var api = new ApiFaccediladeEdiVersGunGamma2.DestinataireApi()
var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // {String} Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
var opts = {
  'bodyType871':  // {BodyType871} 
};

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

namespace Example
{
    public class message871Example
    {
        public void main()
        {

            // Create an instance of the API class
            var apiInstance = new DestinataireApi();
            var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b;  // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
            var bodyType871 = new BodyType871(); // BodyType871 |  (optional) 

            try {
                // Endpoint de déclenchement d'un message 871
                'String' result = apiInstance.message871(messageId, bodyType871);
                Debug.WriteLine(result);
            } catch (Exception e) {
                Debug.Print("Exception when calling DestinataireApi.message871: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\DestinataireApi();
$messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
$bodyType871 = ; // BodyType871 | 

try {
    $result = $api_instance->message871($messageId, $bodyType871);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling DestinataireApi->message871: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::DestinataireApi;

# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::DestinataireApi->new();
my $messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
my $bodyType871 = WWW::OPenAPIClient::Object::BodyType871->new(); # BodyType871 | 

eval {
    my $result = $api_instance->message871(messageId => $messageId, bodyType871 => $bodyType871);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling DestinataireApi->message871: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Create an instance of the API class
api_instance = openapi_client.DestinataireApi()
messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
bodyType871 =  # BodyType871 |  (optional)

try:
    # Endpoint de déclenchement d'un message 871
    api_response = api_instance.message871(messageId, bodyType871=bodyType871)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DestinataireApi->message871: %s\n" % e)
extern crate DestinataireApi;

pub fn main() {
    let messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String
    let bodyType871 = ; // BodyType871

    let mut context = DestinataireApi::Context::default();
    let result = client.message871(messageId, bodyType871, &context).wait();

    println!("{:?}", result);
}

Scopes

Parameters

Header parameters
Name Description
messageId*
String
Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
Required
Body parameters
Name Description
bodyType871

Responses


message900

Endpoint de déclenchement d'un message 900

Endpoint de déclenchement d'un message 900


/900

Usage and SDK Samples

curl -X POST \
 -H "Accept: text/plain" \
 -H "Content-Type: application/json" \
 "http://localhost/900" \
 -d '{
  "StatusRequest" : {
    "TypeMessage" : "XXX0000",
    "AdministrativeReferenceCode" : "09GKL5BWYERZV82CJV0V1",
    "SequenceNumber" : "98"
  }
}'
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.DestinataireApi;

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

public class DestinataireApiExample {
    public static void main(String[] args) {

        // Create an instance of the API class
        DestinataireApi apiInstance = new DestinataireApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType900 bodyType900 = ; // BodyType900 | 

        try {
            'String' result = apiInstance.message900(messageId, bodyType900);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DestinataireApi#message900");
            e.printStackTrace();
        }
    }
}
import org.openapitools.client.api.DestinataireApi;

public class DestinataireApiExample {
    public static void main(String[] args) {
        DestinataireApi apiInstance = new DestinataireApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType900 bodyType900 = ; // BodyType900 | 

        try {
            'String' result = apiInstance.message900(messageId, bodyType900);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DestinataireApi#message900");
            e.printStackTrace();
        }
    }
}


// Create an instance of the API class
DestinataireApi *apiInstance = [[DestinataireApi alloc] init];
String *messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
BodyType900 *bodyType900 = ; //  (optional)

// Endpoint de déclenchement d'un message 900
[apiInstance message900With:messageId
    bodyType900:bodyType900
              completionHandler: ^('String' output, NSError* error) {
    if (output) {
        NSLog(@"%@", output);
    }
    if (error) {
        NSLog(@"Error: %@", error);
    }
}];
var ApiFaccediladeEdiVersGunGamma2 = require('api_faccedilade_edi_vers_gun__gamma_2');

// Create an instance of the API class
var api = new ApiFaccediladeEdiVersGunGamma2.DestinataireApi()
var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // {String} Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
var opts = {
  'bodyType900':  // {BodyType900} 
};

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

namespace Example
{
    public class message900Example
    {
        public void main()
        {

            // Create an instance of the API class
            var apiInstance = new DestinataireApi();
            var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b;  // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
            var bodyType900 = new BodyType900(); // BodyType900 |  (optional) 

            try {
                // Endpoint de déclenchement d'un message 900
                'String' result = apiInstance.message900(messageId, bodyType900);
                Debug.WriteLine(result);
            } catch (Exception e) {
                Debug.Print("Exception when calling DestinataireApi.message900: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\DestinataireApi();
$messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
$bodyType900 = ; // BodyType900 | 

try {
    $result = $api_instance->message900($messageId, $bodyType900);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling DestinataireApi->message900: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::DestinataireApi;

# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::DestinataireApi->new();
my $messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
my $bodyType900 = WWW::OPenAPIClient::Object::BodyType900->new(); # BodyType900 | 

eval {
    my $result = $api_instance->message900(messageId => $messageId, bodyType900 => $bodyType900);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling DestinataireApi->message900: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Create an instance of the API class
api_instance = openapi_client.DestinataireApi()
messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
bodyType900 =  # BodyType900 |  (optional)

try:
    # Endpoint de déclenchement d'un message 900
    api_response = api_instance.message900(messageId, bodyType900=bodyType900)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DestinataireApi->message900: %s\n" % e)
extern crate DestinataireApi;

pub fn main() {
    let messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String
    let bodyType900 = ; // BodyType900

    let mut context = DestinataireApi::Context::default();
    let result = client.message900(messageId, bodyType900, &context).wait();

    println!("{:?}", result);
}

Scopes

Parameters

Header parameters
Name Description
messageId*
String
Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
Required
Body parameters
Name Description
bodyType900

Responses


Expediteur

message1004

Endpoint de déclenchement d'un message 1004

Endpoint de déclenchement d'un message 1004


/1004

Usage and SDK Samples

curl -X POST \
 -H "Accept: text/plain" \
 -H "Content-Type: application/json" \
 "http://localhost/1004" \
 -d '{
  "SubmittedDraftOfEad1004" : {
    "HeaderEad" : {
      "DestinationTypeCode" : null,
      "JourneyTime" : "H24",
      "TransportArrangement" : null
    },
    "DocumentCertificate" : [ {
      "DocumentDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DocumentType" : "86u",
      "ReferenceOfDocument" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "DocumentReference" : "azertyui"
    }, {
      "DocumentDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DocumentType" : "86u",
      "ReferenceOfDocument" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "DocumentReference" : "azertyui"
    }, {
      "DocumentDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DocumentType" : "86u",
      "ReferenceOfDocument" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "DocumentReference" : "azertyui"
    }, {
      "DocumentDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DocumentType" : "86u",
      "ReferenceOfDocument" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "DocumentReference" : "azertyui"
    }, {
      "DocumentDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DocumentType" : "86u",
      "ReferenceOfDocument" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "DocumentReference" : "azertyui"
    } ],
    "MovementGuarantee" : {
      "GuarantorTrader" : [ {
        "StreetName" : "azertyuio",
        "TraderName" : "edcvfr",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "TraderExciseNumber" : "WNYmU9ai8UArd",
        "Postcode" : "#bp5",
        "VatNumber" : "fredc"
      }, {
        "StreetName" : "azertyuio",
        "TraderName" : "edcvfr",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "TraderExciseNumber" : "WNYmU9ai8UArd",
        "Postcode" : "#bp5",
        "VatNumber" : "fredc"
      } ],
      "GuarantorTypeCode" : null
    },
    "ConsigneeTrader" : {
      "StreetName" : "azertyuio",
      "TraderName" : "edcvfr",
      "EoriNumber" : "FR0123456789",
      "Traderid" : "aqwxsz",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "Postcode" : "#bp5"
    },
    "PlaceOfDispatchTrader" : {
      "StreetName" : "azertyuio",
      "TraderName" : "edcvfr",
      "ReferenceOfTaxWarehouse" : "ReferenceOfTaxWarehouse",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "Postcode" : "#bp5"
    },
    "Attributes" : {
      "DeferredSubmissionFlag" : null,
      "SubmissionMessageType" : null
    },
    "Ead" : {
      "DateOfDispatch" : "2022-01-31T00:00:00.000+00:00",
      "ImportSad" : [ {
        "ImportSadNumber" : "[4X3S!U[0z$+f"
      }, {
        "ImportSadNumber" : "[4X3S!U[0z$+f"
      }, {
        "ImportSadNumber" : "[4X3S!U[0z$+f"
      }, {
        "ImportSadNumber" : "[4X3S!U[0z$+f"
      }, {
        "ImportSadNumber" : "[4X3S!U[0z$+f"
      } ],
      "LocalReferenceNumber" : "~00J]fkDK1(VGkj>TeJ6",
      "OriginTypeCode" : null,
      "InvoiceNumber" : "azertyui",
      "InvoiceDate" : "2022-01-31T00:00:00.000+00:00",
      "TimeOfDispatch" : "01:43:45"
    },
    "ComplementConsigneeTrader" : {
      "MemberStateCode" : "TG",
      "DateNAttConsign" : "2022-01-31T00:00:00.000+00:00",
      "SerialNumberOfCertificateOfExemption" : "abcdefghij"
    },
    "DispatchImportOffice" : {
      "ReferenceNumber" : "BWgnQuPY"
    },
    "FirstTransporterTrader" : {
      "StreetName" : "azertyuio",
      "TraderName" : "edcvfr",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "VatNumber" : "fredc",
      "Postcode" : "#bp5"
    },
    "ConsignorTrader" : {
      "TraderExciseNumber" : "WNYmU9ai8UArd"
    },
    "DeliveryPlaceTrader" : {
      "StreetName" : "azertyuio",
      "TraderName" : "edcvfr",
      "Traderid" : "aqwxsz",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "Postcode" : "#bp5"
    },
    "TransportDetails" : [ {
      "__language" : "tg",
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    }, {
      "__language" : "tg",
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    }, {
      "__language" : "tg",
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    }, {
      "__language" : "tg",
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    }, {
      "__language" : "tg",
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    } ],
    "DeliveryPlaceCustomsOffice" : {
      "ReferenceNumber" : "BWgnQuPY"
    },
    "BodyEad" : [ {
      "AlcoholicStrengthByVolumeInPercentage" : "8186 ou 590.2 ou 802.66",
      "BrandNameOfProducts" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DesignationOfOrigin" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DegreePlato" : "8186 ou 590.2 ou 802.66",
      "CodeCompl" : "CodeCompl",
      "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "CommercialDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "Density" : "8186 ou 590.2 ou 802.66",
      "PrixFact" : "5850130 ou 95991385 ou 1234567890",
      "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "ExciseProductCode" : "@NM1",
      "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "SizeOfProducer" : "865122304357",
      "FiscalMark" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "CnCode" : "29263090",
      "WineProduct" : {
        "WineGrowingZoneCode" : "29",
        "WineOperationCode" : [ {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        } ],
        "ThirdCountryOfDestination" : "Tg",
        "WineProductCategory" : null,
        "OtherInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "ThirdCountryOfOrigin" : "Tg"
      },
      "Package" : [ {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "IndependentSmallProducersDeclaration" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "MaturationPeriodOrAgeOfProducts" : {
        "__language" : "tg",
        "_content_" : "azertys"
      }
    }, {
      "AlcoholicStrengthByVolumeInPercentage" : "8186 ou 590.2 ou 802.66",
      "BrandNameOfProducts" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DesignationOfOrigin" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DegreePlato" : "8186 ou 590.2 ou 802.66",
      "CodeCompl" : "CodeCompl",
      "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "CommercialDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "Density" : "8186 ou 590.2 ou 802.66",
      "PrixFact" : "5850130 ou 95991385 ou 1234567890",
      "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "ExciseProductCode" : "@NM1",
      "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "SizeOfProducer" : "865122304357",
      "FiscalMark" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "CnCode" : "29263090",
      "WineProduct" : {
        "WineGrowingZoneCode" : "29",
        "WineOperationCode" : [ {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        } ],
        "ThirdCountryOfDestination" : "Tg",
        "WineProductCategory" : null,
        "OtherInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "ThirdCountryOfOrigin" : "Tg"
      },
      "Package" : [ {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "IndependentSmallProducersDeclaration" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "MaturationPeriodOrAgeOfProducts" : {
        "__language" : "tg",
        "_content_" : "azertys"
      }
    }, {
      "AlcoholicStrengthByVolumeInPercentage" : "8186 ou 590.2 ou 802.66",
      "BrandNameOfProducts" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DesignationOfOrigin" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DegreePlato" : "8186 ou 590.2 ou 802.66",
      "CodeCompl" : "CodeCompl",
      "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "CommercialDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "Density" : "8186 ou 590.2 ou 802.66",
      "PrixFact" : "5850130 ou 95991385 ou 1234567890",
      "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "ExciseProductCode" : "@NM1",
      "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "SizeOfProducer" : "865122304357",
      "FiscalMark" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "CnCode" : "29263090",
      "WineProduct" : {
        "WineGrowingZoneCode" : "29",
        "WineOperationCode" : [ {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        } ],
        "ThirdCountryOfDestination" : "Tg",
        "WineProductCategory" : null,
        "OtherInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "ThirdCountryOfOrigin" : "Tg"
      },
      "Package" : [ {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "IndependentSmallProducersDeclaration" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "MaturationPeriodOrAgeOfProducts" : {
        "__language" : "tg",
        "_content_" : "azertys"
      }
    }, {
      "AlcoholicStrengthByVolumeInPercentage" : "8186 ou 590.2 ou 802.66",
      "BrandNameOfProducts" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DesignationOfOrigin" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DegreePlato" : "8186 ou 590.2 ou 802.66",
      "CodeCompl" : "CodeCompl",
      "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "CommercialDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "Density" : "8186 ou 590.2 ou 802.66",
      "PrixFact" : "5850130 ou 95991385 ou 1234567890",
      "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "ExciseProductCode" : "@NM1",
      "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "SizeOfProducer" : "865122304357",
      "FiscalMark" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "CnCode" : "29263090",
      "WineProduct" : {
        "WineGrowingZoneCode" : "29",
        "WineOperationCode" : [ {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        } ],
        "ThirdCountryOfDestination" : "Tg",
        "WineProductCategory" : null,
        "OtherInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "ThirdCountryOfOrigin" : "Tg"
      },
      "Package" : [ {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "IndependentSmallProducersDeclaration" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "MaturationPeriodOrAgeOfProducts" : {
        "__language" : "tg",
        "_content_" : "azertys"
      }
    }, {
      "AlcoholicStrengthByVolumeInPercentage" : "8186 ou 590.2 ou 802.66",
      "BrandNameOfProducts" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DesignationOfOrigin" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DegreePlato" : "8186 ou 590.2 ou 802.66",
      "CodeCompl" : "CodeCompl",
      "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "CommercialDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "Density" : "8186 ou 590.2 ou 802.66",
      "PrixFact" : "5850130 ou 95991385 ou 1234567890",
      "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "ExciseProductCode" : "@NM1",
      "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "SizeOfProducer" : "865122304357",
      "FiscalMark" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "CnCode" : "29263090",
      "WineProduct" : {
        "WineGrowingZoneCode" : "29",
        "WineOperationCode" : [ {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        } ],
        "ThirdCountryOfDestination" : "Tg",
        "WineProductCategory" : null,
        "OtherInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "ThirdCountryOfOrigin" : "Tg"
      },
      "Package" : [ {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "IndependentSmallProducersDeclaration" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "MaturationPeriodOrAgeOfProducts" : {
        "__language" : "tg",
        "_content_" : "azertys"
      }
    } ],
    "TransportMode" : {
      "TransportModeCode" : "33",
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      }
    },
    "TransportArrangerTrader" : {
      "StreetName" : "azertyuio",
      "TraderName" : "edcvfr",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "VatNumber" : "fredc",
      "Postcode" : "#bp5"
    }
  }
}'
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.ExpediteurApi;

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

public class ExpediteurApiExample {
    public static void main(String[] args) {

        // Create an instance of the API class
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType1004 bodyType1004 = ; // BodyType1004 | 

        try {
            'String' result = apiInstance.message1004(messageId, bodyType1004);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message1004");
            e.printStackTrace();
        }
    }
}
import org.openapitools.client.api.ExpediteurApi;

public class ExpediteurApiExample {
    public static void main(String[] args) {
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType1004 bodyType1004 = ; // BodyType1004 | 

        try {
            'String' result = apiInstance.message1004(messageId, bodyType1004);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message1004");
            e.printStackTrace();
        }
    }
}


// Create an instance of the API class
ExpediteurApi *apiInstance = [[ExpediteurApi alloc] init];
String *messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
BodyType1004 *bodyType1004 = ; //  (optional)

// Endpoint de déclenchement d'un message 1004
[apiInstance message1004With:messageId
    bodyType1004:bodyType1004
              completionHandler: ^('String' output, NSError* error) {
    if (output) {
        NSLog(@"%@", output);
    }
    if (error) {
        NSLog(@"Error: %@", error);
    }
}];
var ApiFaccediladeEdiVersGunGamma2 = require('api_faccedilade_edi_vers_gun__gamma_2');

// Create an instance of the API class
var api = new ApiFaccediladeEdiVersGunGamma2.ExpediteurApi()
var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // {String} Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
var opts = {
  'bodyType1004':  // {BodyType1004} 
};

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

namespace Example
{
    public class message1004Example
    {
        public void main()
        {

            // Create an instance of the API class
            var apiInstance = new ExpediteurApi();
            var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b;  // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
            var bodyType1004 = new BodyType1004(); // BodyType1004 |  (optional) 

            try {
                // Endpoint de déclenchement d'un message 1004
                'String' result = apiInstance.message1004(messageId, bodyType1004);
                Debug.WriteLine(result);
            } catch (Exception e) {
                Debug.Print("Exception when calling ExpediteurApi.message1004: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\ExpediteurApi();
$messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
$bodyType1004 = ; // BodyType1004 | 

try {
    $result = $api_instance->message1004($messageId, $bodyType1004);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ExpediteurApi->message1004: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::ExpediteurApi;

# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::ExpediteurApi->new();
my $messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
my $bodyType1004 = WWW::OPenAPIClient::Object::BodyType1004->new(); # BodyType1004 | 

eval {
    my $result = $api_instance->message1004(messageId => $messageId, bodyType1004 => $bodyType1004);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling ExpediteurApi->message1004: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Create an instance of the API class
api_instance = openapi_client.ExpediteurApi()
messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
bodyType1004 =  # BodyType1004 |  (optional)

try:
    # Endpoint de déclenchement d'un message 1004
    api_response = api_instance.message1004(messageId, bodyType1004=bodyType1004)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ExpediteurApi->message1004: %s\n" % e)
extern crate ExpediteurApi;

pub fn main() {
    let messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String
    let bodyType1004 = ; // BodyType1004

    let mut context = ExpediteurApi::Context::default();
    let result = client.message1004(messageId, bodyType1004, &context).wait();

    println!("{:?}", result);
}

Scopes

Parameters

Header parameters
Name Description
messageId*
String
Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
Required
Body parameters
Name Description
bodyType1004

Responses


message1006

Endpoint de déclenchement d'un message 1006

Endpoint de déclenchement d'un message 1006


/1006

Usage and SDK Samples

curl -X POST \
 -H "Accept: text/plain" \
 -H "Content-Type: application/json" \
 "http://localhost/1006" \
 -d '{
  "SubmittedDraftOfEad1006" : {
    "HeaderEad" : {
      "DestinationTypeCode" : null,
      "JourneyTime" : "H24",
      "SequenceNumber" : "98",
      "TransportArrangement" : null
    },
    "MovementGuarantee" : {
      "GuarantorTypeCode" : null
    },
    "ConsigneeTrader" : {
      "StreetName" : "azertyuio",
      "TraderName" : "edcvfr",
      "EoriNumber" : "FR0123456789",
      "Traderid" : "aqwxsz",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "Postcode" : "#bp5"
    },
    "PlaceOfDispatchTrader" : {
      "StreetName" : "azertyuio",
      "TraderName" : "edcvfr",
      "ReferenceOfTaxWarehouse" : "ReferenceOfTaxWarehouse",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "Postcode" : "#bp5"
    },
    "Attributes" : {
      "DeferredSubmissionFlag" : null,
      "SubmissionMessageType" : null
    },
    "Ead" : {
      "DateOfDispatch" : "2022-01-31T00:00:00.000+00:00",
      "ImportSad" : [ {
        "ImportSadNumber" : "[4X3S!U[0z$+f"
      }, {
        "ImportSadNumber" : "[4X3S!U[0z$+f"
      }, {
        "ImportSadNumber" : "[4X3S!U[0z$+f"
      }, {
        "ImportSadNumber" : "[4X3S!U[0z$+f"
      }, {
        "ImportSadNumber" : "[4X3S!U[0z$+f"
      } ],
      "LocalReferenceNumber" : "~00J]fkDK1(VGkj>TeJ6",
      "OriginTypeCode" : null,
      "InvoiceNumber" : "azertyui",
      "InvoiceDate" : "2022-01-31T00:00:00.000+00:00",
      "TimeOfDispatch" : "01:43:45"
    },
    "ComplementConsigneeTrader" : {
      "MemberStateCode" : "TG",
      "DateNAttConsign" : "2022-01-31T00:00:00.000+00:00",
      "SerialNumberOfCertificateOfExemption" : "abcdefghij"
    },
    "DispatchImportOffice" : {
      "ReferenceNumber" : "BWgnQuPY"
    },
    "FirstTransporterTrader" : {
      "StreetName" : "azertyuio",
      "TraderName" : "edcvfr",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "VatNumber" : "fredc",
      "Postcode" : "#bp5"
    },
    "DeliveryPlaceTrader" : {
      "StreetName" : "azertyuio",
      "TraderName" : "edcvfr",
      "Traderid" : "aqwxsz",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "Postcode" : "#bp5"
    },
    "TransportDetails" : [ {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    }, {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    }, {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    }, {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    }, {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    } ],
    "BodyEad" : [ {
      "AlcoholicStrengthByVolumeInPercentage" : "8186 ou 590.2 ou 802.66",
      "BrandNameOfProducts" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DesignationOfOrigin" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DegreePlato" : "8186 ou 590.2 ou 802.66",
      "CodeCompl" : "CodeCompl",
      "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "BodyRecordUniqueReference" : "553",
      "CommercialDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "Density" : "8186 ou 590.2 ou 802.66",
      "PrixFact" : "5850130 ou 95991385 ou 1234567890",
      "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "ExciseProductCode" : "@NM1",
      "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "SizeOfProducer" : "865122304357",
      "FiscalMark" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "CnCode" : "29263090",
      "WineProduct" : {
        "WineGrowingZoneCode" : "29",
        "WineOperation" : [ {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        } ],
        "ThirdCountryOfDestination" : "Tg",
        "WineProductCategory" : null,
        "OtherInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "ThirdCountryOfOrigin" : "Tg"
      },
      "Package" : [ {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "IndependentSmallProducersDeclaration" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "MaturationPeriodOrAgeOfProducts" : {
        "__language" : "tg",
        "_content_" : "azertys"
      }
    }, {
      "AlcoholicStrengthByVolumeInPercentage" : "8186 ou 590.2 ou 802.66",
      "BrandNameOfProducts" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DesignationOfOrigin" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DegreePlato" : "8186 ou 590.2 ou 802.66",
      "CodeCompl" : "CodeCompl",
      "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "BodyRecordUniqueReference" : "553",
      "CommercialDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "Density" : "8186 ou 590.2 ou 802.66",
      "PrixFact" : "5850130 ou 95991385 ou 1234567890",
      "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "ExciseProductCode" : "@NM1",
      "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "SizeOfProducer" : "865122304357",
      "FiscalMark" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "CnCode" : "29263090",
      "WineProduct" : {
        "WineGrowingZoneCode" : "29",
        "WineOperation" : [ {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        } ],
        "ThirdCountryOfDestination" : "Tg",
        "WineProductCategory" : null,
        "OtherInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "ThirdCountryOfOrigin" : "Tg"
      },
      "Package" : [ {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "IndependentSmallProducersDeclaration" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "MaturationPeriodOrAgeOfProducts" : {
        "__language" : "tg",
        "_content_" : "azertys"
      }
    }, {
      "AlcoholicStrengthByVolumeInPercentage" : "8186 ou 590.2 ou 802.66",
      "BrandNameOfProducts" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DesignationOfOrigin" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DegreePlato" : "8186 ou 590.2 ou 802.66",
      "CodeCompl" : "CodeCompl",
      "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "BodyRecordUniqueReference" : "553",
      "CommercialDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "Density" : "8186 ou 590.2 ou 802.66",
      "PrixFact" : "5850130 ou 95991385 ou 1234567890",
      "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "ExciseProductCode" : "@NM1",
      "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "SizeOfProducer" : "865122304357",
      "FiscalMark" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "CnCode" : "29263090",
      "WineProduct" : {
        "WineGrowingZoneCode" : "29",
        "WineOperation" : [ {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        } ],
        "ThirdCountryOfDestination" : "Tg",
        "WineProductCategory" : null,
        "OtherInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "ThirdCountryOfOrigin" : "Tg"
      },
      "Package" : [ {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "IndependentSmallProducersDeclaration" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "MaturationPeriodOrAgeOfProducts" : {
        "__language" : "tg",
        "_content_" : "azertys"
      }
    }, {
      "AlcoholicStrengthByVolumeInPercentage" : "8186 ou 590.2 ou 802.66",
      "BrandNameOfProducts" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DesignationOfOrigin" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DegreePlato" : "8186 ou 590.2 ou 802.66",
      "CodeCompl" : "CodeCompl",
      "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "BodyRecordUniqueReference" : "553",
      "CommercialDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "Density" : "8186 ou 590.2 ou 802.66",
      "PrixFact" : "5850130 ou 95991385 ou 1234567890",
      "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "ExciseProductCode" : "@NM1",
      "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "SizeOfProducer" : "865122304357",
      "FiscalMark" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "CnCode" : "29263090",
      "WineProduct" : {
        "WineGrowingZoneCode" : "29",
        "WineOperation" : [ {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        } ],
        "ThirdCountryOfDestination" : "Tg",
        "WineProductCategory" : null,
        "OtherInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "ThirdCountryOfOrigin" : "Tg"
      },
      "Package" : [ {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "IndependentSmallProducersDeclaration" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "MaturationPeriodOrAgeOfProducts" : {
        "__language" : "tg",
        "_content_" : "azertys"
      }
    }, {
      "AlcoholicStrengthByVolumeInPercentage" : "8186 ou 590.2 ou 802.66",
      "BrandNameOfProducts" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DesignationOfOrigin" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DegreePlato" : "8186 ou 590.2 ou 802.66",
      "CodeCompl" : "CodeCompl",
      "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "BodyRecordUniqueReference" : "553",
      "CommercialDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "Density" : "8186 ou 590.2 ou 802.66",
      "PrixFact" : "5850130 ou 95991385 ou 1234567890",
      "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "ExciseProductCode" : "@NM1",
      "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "SizeOfProducer" : "865122304357",
      "FiscalMark" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "CnCode" : "29263090",
      "WineProduct" : {
        "WineGrowingZoneCode" : "29",
        "WineOperation" : [ {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        } ],
        "ThirdCountryOfDestination" : "Tg",
        "WineProductCategory" : null,
        "OtherInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "ThirdCountryOfOrigin" : "Tg"
      },
      "Package" : [ {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "IndependentSmallProducersDeclaration" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "MaturationPeriodOrAgeOfProducts" : {
        "__language" : "tg",
        "_content_" : "azertys"
      }
    } ],
    "TransportMode" : {
      "__language" : "tg",
      "TransportModeCode" : "33",
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      }
    },
    "ExciseMovementEad" : {
      "AdministrativeReferenceCode" : "09GKL5BWYERZV82CJV0V1"
    },
    "TransportArrangerTrader" : {
      "StreetName" : "azertyuio",
      "TraderName" : "edcvfr",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "VatNumber" : "fredc",
      "Postcode" : "#bp5"
    }
  }
}'
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.ExpediteurApi;

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

public class ExpediteurApiExample {
    public static void main(String[] args) {

        // Create an instance of the API class
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType1006 bodyType1006 = ; // BodyType1006 | 

        try {
            'String' result = apiInstance.message1006(messageId, bodyType1006);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message1006");
            e.printStackTrace();
        }
    }
}
import org.openapitools.client.api.ExpediteurApi;

public class ExpediteurApiExample {
    public static void main(String[] args) {
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType1006 bodyType1006 = ; // BodyType1006 | 

        try {
            'String' result = apiInstance.message1006(messageId, bodyType1006);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message1006");
            e.printStackTrace();
        }
    }
}


// Create an instance of the API class
ExpediteurApi *apiInstance = [[ExpediteurApi alloc] init];
String *messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
BodyType1006 *bodyType1006 = ; //  (optional)

// Endpoint de déclenchement d'un message 1006
[apiInstance message1006With:messageId
    bodyType1006:bodyType1006
              completionHandler: ^('String' output, NSError* error) {
    if (output) {
        NSLog(@"%@", output);
    }
    if (error) {
        NSLog(@"Error: %@", error);
    }
}];
var ApiFaccediladeEdiVersGunGamma2 = require('api_faccedilade_edi_vers_gun__gamma_2');

// Create an instance of the API class
var api = new ApiFaccediladeEdiVersGunGamma2.ExpediteurApi()
var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // {String} Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
var opts = {
  'bodyType1006':  // {BodyType1006} 
};

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

namespace Example
{
    public class message1006Example
    {
        public void main()
        {

            // Create an instance of the API class
            var apiInstance = new ExpediteurApi();
            var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b;  // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
            var bodyType1006 = new BodyType1006(); // BodyType1006 |  (optional) 

            try {
                // Endpoint de déclenchement d'un message 1006
                'String' result = apiInstance.message1006(messageId, bodyType1006);
                Debug.WriteLine(result);
            } catch (Exception e) {
                Debug.Print("Exception when calling ExpediteurApi.message1006: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\ExpediteurApi();
$messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
$bodyType1006 = ; // BodyType1006 | 

try {
    $result = $api_instance->message1006($messageId, $bodyType1006);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ExpediteurApi->message1006: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::ExpediteurApi;

# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::ExpediteurApi->new();
my $messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
my $bodyType1006 = WWW::OPenAPIClient::Object::BodyType1006->new(); # BodyType1006 | 

eval {
    my $result = $api_instance->message1006(messageId => $messageId, bodyType1006 => $bodyType1006);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling ExpediteurApi->message1006: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Create an instance of the API class
api_instance = openapi_client.ExpediteurApi()
messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
bodyType1006 =  # BodyType1006 |  (optional)

try:
    # Endpoint de déclenchement d'un message 1006
    api_response = api_instance.message1006(messageId, bodyType1006=bodyType1006)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ExpediteurApi->message1006: %s\n" % e)
extern crate ExpediteurApi;

pub fn main() {
    let messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String
    let bodyType1006 = ; // BodyType1006

    let mut context = ExpediteurApi::Context::default();
    let result = client.message1006(messageId, bodyType1006, &context).wait();

    println!("{:?}", result);
}

Scopes

Parameters

Header parameters
Name Description
messageId*
String
Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
Required
Body parameters
Name Description
bodyType1006

Responses


message3000

Endpoint de déclenchement d'un message 3000

Endpoint de déclenchement d'un message 3000


/3000

Usage and SDK Samples

curl -X POST \
 -H "Accept: text/plain" \
 -H "Content-Type: application/json" \
 "http://localhost/3000" \
 -d '{
  "AcceptedOrRejectedReportOfReceiptExportConsignor" : {
    "ReportOfReceiptExport" : {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DateOfArrivalOfExciseProducts" : "2022-01-31T00:00:00.000+00:00",
      "GlobalConclusionOfReceipt" : null
    },
    "BodyReportOfReceiptExport" : [ {
      "ObservedShortageOrExcess" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExciseProductCode" : "@NM1",
      "IndicatorOfShortageOrExcess" : null,
      "BodyRecordUniqueReference" : "553",
      "RefusedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "UnsatisfactoryReason" : [ {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      } ]
    }, {
      "ObservedShortageOrExcess" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExciseProductCode" : "@NM1",
      "IndicatorOfShortageOrExcess" : null,
      "BodyRecordUniqueReference" : "553",
      "RefusedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "UnsatisfactoryReason" : [ {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      } ]
    }, {
      "ObservedShortageOrExcess" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExciseProductCode" : "@NM1",
      "IndicatorOfShortageOrExcess" : null,
      "BodyRecordUniqueReference" : "553",
      "RefusedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "UnsatisfactoryReason" : [ {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      } ]
    }, {
      "ObservedShortageOrExcess" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExciseProductCode" : "@NM1",
      "IndicatorOfShortageOrExcess" : null,
      "BodyRecordUniqueReference" : "553",
      "RefusedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "UnsatisfactoryReason" : [ {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      } ]
    }, {
      "ObservedShortageOrExcess" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExciseProductCode" : "@NM1",
      "IndicatorOfShortageOrExcess" : null,
      "BodyRecordUniqueReference" : "553",
      "RefusedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "UnsatisfactoryReason" : [ {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "__language" : "tg",
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      } ]
    } ],
    "DeliveryPlaceTrader" : {
      "StreetName" : "azertyuio",
      "__language" : "tg",
      "TraderName" : "edcvfr",
      "Traderid" : "aqwxsz",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "Postcode" : "#bp5"
    },
    "ConsignorTrader" : {
      "TraderExciseNumber" : "TraderExciseNumber"
    },
    "ConsigneeTrader" : {
      "StreetName" : "azertyuio",
      "__language" : "tg",
      "TraderName" : "edcvfr",
      "Traderid" : "aqwxsz",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "Postcode" : "#bp5"
    },
    "Attributes" : {
      "DateAndTimeOfValidationOfReportOfReceiptExport" : "2022-01-31T14:05:01"
    },
    "ExciseMovementEad" : {
      "AdministrativeReferenceCode" : "09GKL5BWYERZV82CJV0V1",
      "SequenceNumber" : "98"
    },
    "DestinationCustomsOffice" : {
      "ReferenceNumber" : "BWgnQuPY"
    }
  }
}'
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.ExpediteurApi;

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

public class ExpediteurApiExample {
    public static void main(String[] args) {

        // Create an instance of the API class
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType3000 bodyType3000 = ; // BodyType3000 | 

        try {
            'String' result = apiInstance.message3000(messageId, bodyType3000);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message3000");
            e.printStackTrace();
        }
    }
}
import org.openapitools.client.api.ExpediteurApi;

public class ExpediteurApiExample {
    public static void main(String[] args) {
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType3000 bodyType3000 = ; // BodyType3000 | 

        try {
            'String' result = apiInstance.message3000(messageId, bodyType3000);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message3000");
            e.printStackTrace();
        }
    }
}


// Create an instance of the API class
ExpediteurApi *apiInstance = [[ExpediteurApi alloc] init];
String *messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
BodyType3000 *bodyType3000 = ; //  (optional)

// Endpoint de déclenchement d'un message 3000
[apiInstance message3000With:messageId
    bodyType3000:bodyType3000
              completionHandler: ^('String' output, NSError* error) {
    if (output) {
        NSLog(@"%@", output);
    }
    if (error) {
        NSLog(@"Error: %@", error);
    }
}];
var ApiFaccediladeEdiVersGunGamma2 = require('api_faccedilade_edi_vers_gun__gamma_2');

// Create an instance of the API class
var api = new ApiFaccediladeEdiVersGunGamma2.ExpediteurApi()
var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // {String} Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
var opts = {
  'bodyType3000':  // {BodyType3000} 
};

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

namespace Example
{
    public class message3000Example
    {
        public void main()
        {

            // Create an instance of the API class
            var apiInstance = new ExpediteurApi();
            var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b;  // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
            var bodyType3000 = new BodyType3000(); // BodyType3000 |  (optional) 

            try {
                // Endpoint de déclenchement d'un message 3000
                'String' result = apiInstance.message3000(messageId, bodyType3000);
                Debug.WriteLine(result);
            } catch (Exception e) {
                Debug.Print("Exception when calling ExpediteurApi.message3000: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\ExpediteurApi();
$messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
$bodyType3000 = ; // BodyType3000 | 

try {
    $result = $api_instance->message3000($messageId, $bodyType3000);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ExpediteurApi->message3000: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::ExpediteurApi;

# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::ExpediteurApi->new();
my $messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
my $bodyType3000 = WWW::OPenAPIClient::Object::BodyType3000->new(); # BodyType3000 | 

eval {
    my $result = $api_instance->message3000(messageId => $messageId, bodyType3000 => $bodyType3000);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling ExpediteurApi->message3000: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Create an instance of the API class
api_instance = openapi_client.ExpediteurApi()
messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
bodyType3000 =  # BodyType3000 |  (optional)

try:
    # Endpoint de déclenchement d'un message 3000
    api_response = api_instance.message3000(messageId, bodyType3000=bodyType3000)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ExpediteurApi->message3000: %s\n" % e)
extern crate ExpediteurApi;

pub fn main() {
    let messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String
    let bodyType3000 = ; // BodyType3000

    let mut context = ExpediteurApi::Context::default();
    let result = client.message3000(messageId, bodyType3000, &context).wait();

    println!("{:?}", result);
}

Scopes

Parameters

Header parameters
Name Description
messageId*
String
Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
Required
Body parameters
Name Description
bodyType3000

Responses


message810

Endpoint de déclenchement d'un message 810

Endpoint de déclenchement d'un message 810


/810

Usage and SDK Samples

curl -X POST \
 -H "Accept: text/plain" \
 -H "Content-Type: application/json" \
 "http://localhost/810" \
 -d '{
  "CancellationOfEAD" : {
    "Attributes" : {
      "DateAndTimeOfValidationOfCancellation" : "2022-01-31T14:05:01"
    },
    "Cancellation" : {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "CancellationReasonCode" : "3"
    },
    "ExciseMovementEad" : {
      "AdministrativeReferenceCode" : "09GKL5BWYERZV82CJV0V1"
    }
  }
}'
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.ExpediteurApi;

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

public class ExpediteurApiExample {
    public static void main(String[] args) {

        // Create an instance of the API class
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType810 bodyType810 = ; // BodyType810 | 

        try {
            'String' result = apiInstance.message810(messageId, bodyType810);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message810");
            e.printStackTrace();
        }
    }
}
import org.openapitools.client.api.ExpediteurApi;

public class ExpediteurApiExample {
    public static void main(String[] args) {
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType810 bodyType810 = ; // BodyType810 | 

        try {
            'String' result = apiInstance.message810(messageId, bodyType810);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message810");
            e.printStackTrace();
        }
    }
}


// Create an instance of the API class
ExpediteurApi *apiInstance = [[ExpediteurApi alloc] init];
String *messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
BodyType810 *bodyType810 = ; //  (optional)

// Endpoint de déclenchement d'un message 810
[apiInstance message810With:messageId
    bodyType810:bodyType810
              completionHandler: ^('String' output, NSError* error) {
    if (output) {
        NSLog(@"%@", output);
    }
    if (error) {
        NSLog(@"Error: %@", error);
    }
}];
var ApiFaccediladeEdiVersGunGamma2 = require('api_faccedilade_edi_vers_gun__gamma_2');

// Create an instance of the API class
var api = new ApiFaccediladeEdiVersGunGamma2.ExpediteurApi()
var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // {String} Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
var opts = {
  'bodyType810':  // {BodyType810} 
};

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

namespace Example
{
    public class message810Example
    {
        public void main()
        {

            // Create an instance of the API class
            var apiInstance = new ExpediteurApi();
            var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b;  // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
            var bodyType810 = new BodyType810(); // BodyType810 |  (optional) 

            try {
                // Endpoint de déclenchement d'un message 810
                'String' result = apiInstance.message810(messageId, bodyType810);
                Debug.WriteLine(result);
            } catch (Exception e) {
                Debug.Print("Exception when calling ExpediteurApi.message810: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\ExpediteurApi();
$messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
$bodyType810 = ; // BodyType810 | 

try {
    $result = $api_instance->message810($messageId, $bodyType810);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ExpediteurApi->message810: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::ExpediteurApi;

# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::ExpediteurApi->new();
my $messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
my $bodyType810 = WWW::OPenAPIClient::Object::BodyType810->new(); # BodyType810 | 

eval {
    my $result = $api_instance->message810(messageId => $messageId, bodyType810 => $bodyType810);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling ExpediteurApi->message810: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Create an instance of the API class
api_instance = openapi_client.ExpediteurApi()
messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
bodyType810 =  # BodyType810 |  (optional)

try:
    # Endpoint de déclenchement d'un message 810
    api_response = api_instance.message810(messageId, bodyType810=bodyType810)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ExpediteurApi->message810: %s\n" % e)
extern crate ExpediteurApi;

pub fn main() {
    let messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String
    let bodyType810 = ; // BodyType810

    let mut context = ExpediteurApi::Context::default();
    let result = client.message810(messageId, bodyType810, &context).wait();

    println!("{:?}", result);
}

Scopes

Parameters

Header parameters
Name Description
messageId*
String
Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
Required
Body parameters
Name Description
bodyType810

Responses


message813

Endpoint de déclenchement d'un message 813

Endpoint de déclenchement d'un message 813


/813

Usage and SDK Samples

curl -X POST \
 -H "Accept: text/plain" \
 -H "Content-Type: application/json" \
 "http://localhost/813" \
 -d '{
  "ChangeOfDestination" : {
    "NewTransporterTrader" : {
      "StreetName" : "azertyuio",
      "__language" : "tg",
      "TraderName" : "edcvfr",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "VatNumber" : "fredc",
      "Postcode" : "#bp5"
    },
    "UpdateEadEsad" : {
      "__language" : "tg",
      "TransportModeCode" : "33",
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "JourneyTime" : "H24",
      "AdministrativeReferenceCode" : "09GKL5BWYERZV82CJV0V1",
      "SequenceNumber" : "98",
      "InvoiceDate" : "2022-01-31T00:00:00.000+00:00",
      "InvoiceNumber" : "azertyui",
      "ChangedTransportArrangement" : null
    },
    "MovementGuarantee" : {
      "GuarantorTrader" : [ {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "TraderExciseNumber" : "WNYmU9ai8UArd",
        "Postcode" : "#bp5",
        "VatNumber" : "fredc"
      }, {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "TraderExciseNumber" : "WNYmU9ai8UArd",
        "Postcode" : "#bp5",
        "VatNumber" : "fredc"
      } ],
      "GuarantorTypeCode" : null
    },
    "ChangedDestination" : {
      "DestinationTypeCode" : null,
      "NewConsigneeTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "Traderid" : "aqwxsz",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "Postcode" : "#bp5"
      },
      "DeliveryPlaceTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "Traderid" : "aqwxsz",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "Postcode" : "#bp5"
      },
      "DeliveryPlaceCustomsOffice" : {
        "ReferenceNumber" : "BWgnQuPY"
      }
    },
    "TransportDetails" : [ {
      "__language" : "tg",
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    }, {
      "__language" : "tg",
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    }, {
      "__language" : "tg",
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    }, {
      "__language" : "tg",
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    }, {
      "__language" : "tg",
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    } ],
    "Attributes" : {
      "DateAndTimeOfValidationOfChangeOfDestination" : "2022-01-31T14:05:01"
    },
    "NewTransportArrangerTrader" : {
      "StreetName" : "azertyuio",
      "__language" : "tg",
      "TraderName" : "edcvfr",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "VatNumber" : "fredc",
      "Postcode" : "#bp5"
    }
  }
}'
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.ExpediteurApi;

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

public class ExpediteurApiExample {
    public static void main(String[] args) {

        // Create an instance of the API class
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType813 bodyType813 = ; // BodyType813 | 

        try {
            'String' result = apiInstance.message813(messageId, bodyType813);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message813");
            e.printStackTrace();
        }
    }
}
import org.openapitools.client.api.ExpediteurApi;

public class ExpediteurApiExample {
    public static void main(String[] args) {
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType813 bodyType813 = ; // BodyType813 | 

        try {
            'String' result = apiInstance.message813(messageId, bodyType813);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message813");
            e.printStackTrace();
        }
    }
}


// Create an instance of the API class
ExpediteurApi *apiInstance = [[ExpediteurApi alloc] init];
String *messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
BodyType813 *bodyType813 = ; //  (optional)

// Endpoint de déclenchement d'un message 813
[apiInstance message813With:messageId
    bodyType813:bodyType813
              completionHandler: ^('String' output, NSError* error) {
    if (output) {
        NSLog(@"%@", output);
    }
    if (error) {
        NSLog(@"Error: %@", error);
    }
}];
var ApiFaccediladeEdiVersGunGamma2 = require('api_faccedilade_edi_vers_gun__gamma_2');

// Create an instance of the API class
var api = new ApiFaccediladeEdiVersGunGamma2.ExpediteurApi()
var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // {String} Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
var opts = {
  'bodyType813':  // {BodyType813} 
};

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

namespace Example
{
    public class message813Example
    {
        public void main()
        {

            // Create an instance of the API class
            var apiInstance = new ExpediteurApi();
            var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b;  // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
            var bodyType813 = new BodyType813(); // BodyType813 |  (optional) 

            try {
                // Endpoint de déclenchement d'un message 813
                'String' result = apiInstance.message813(messageId, bodyType813);
                Debug.WriteLine(result);
            } catch (Exception e) {
                Debug.Print("Exception when calling ExpediteurApi.message813: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\ExpediteurApi();
$messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
$bodyType813 = ; // BodyType813 | 

try {
    $result = $api_instance->message813($messageId, $bodyType813);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ExpediteurApi->message813: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::ExpediteurApi;

# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::ExpediteurApi->new();
my $messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
my $bodyType813 = WWW::OPenAPIClient::Object::BodyType813->new(); # BodyType813 | 

eval {
    my $result = $api_instance->message813(messageId => $messageId, bodyType813 => $bodyType813);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling ExpediteurApi->message813: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Create an instance of the API class
api_instance = openapi_client.ExpediteurApi()
messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
bodyType813 =  # BodyType813 |  (optional)

try:
    # Endpoint de déclenchement d'un message 813
    api_response = api_instance.message813(messageId, bodyType813=bodyType813)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ExpediteurApi->message813: %s\n" % e)
extern crate ExpediteurApi;

pub fn main() {
    let messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String
    let bodyType813 = ; // BodyType813

    let mut context = ExpediteurApi::Context::default();
    let result = client.message813(messageId, bodyType813, &context).wait();

    println!("{:?}", result);
}

Scopes

Parameters

Header parameters
Name Description
messageId*
String
Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
Required
Body parameters
Name Description
bodyType813

Responses


message815

Endpoint de déclenchement d'un message 815

Endpoint de déclenchement d'un message 815


/815

Usage and SDK Samples

curl -X POST \
 -H "Accept: text/plain" \
 -H "Content-Type: application/json" \
 "http://localhost/815" \
 -d '{
  "SubmittedDraftOfEADESAD" : {
    "DocumentCertificate" : [ {
      "DocumentDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DocumentType" : "86u",
      "ReferenceOfDocument" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "DocumentReference" : "azertyui"
    }, {
      "DocumentDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DocumentType" : "86u",
      "ReferenceOfDocument" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "DocumentReference" : "azertyui"
    }, {
      "DocumentDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DocumentType" : "86u",
      "ReferenceOfDocument" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "DocumentReference" : "azertyui"
    }, {
      "DocumentDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DocumentType" : "86u",
      "ReferenceOfDocument" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "DocumentReference" : "azertyui"
    }, {
      "DocumentDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DocumentType" : "86u",
      "ReferenceOfDocument" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "DocumentReference" : "azertyui"
    } ],
    "MovementGuarantee" : {
      "GuarantorTrader" : [ {
        "StreetName" : "azertyuio",
        "TraderName" : "edcvfr",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "TraderExciseNumber" : "WNYmU9ai8UArd",
        "Postcode" : "#bp5",
        "VatNumber" : "fredc"
      }, {
        "StreetName" : "azertyuio",
        "TraderName" : "edcvfr",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "TraderExciseNumber" : "WNYmU9ai8UArd",
        "Postcode" : "#bp5",
        "VatNumber" : "fredc"
      } ],
      "GuarantorTypeCode" : null
    },
    "ConsigneeTrader" : {
      "StreetName" : "azertyuio",
      "TraderName" : "edcvfr",
      "EoriNumber" : "FR0123456789",
      "Traderid" : "aqwxsz",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "Postcode" : "#bp5"
    },
    "PlaceOfDispatchTrader" : {
      "StreetName" : "azertyuio",
      "TraderName" : "edcvfr",
      "ReferenceOfTaxWarehouse" : "ReferenceOfTaxWarehouse",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "Postcode" : "#bp5"
    },
    "HeaderEadEsad" : {
      "DestinationTypeCode" : null,
      "JourneyTime" : "H24",
      "TransportArrangement" : null
    },
    "Attributes" : {
      "DeferredSubmissionFlag" : null,
      "SubmissionMessageType" : null
    },
    "ComplementConsigneeTrader" : {
      "MemberStateCode" : "TG",
      "DateNAttConsign" : "2022-01-31T00:00:00.000+00:00",
      "SerialNumberOfCertificateOfExemption" : "abcdefghij"
    },
    "DispatchImportOffice" : {
      "ReferenceNumber" : "BWgnQuPY"
    },
    "EadEsad" : {
      "DateOfDispatch" : "2022-01-31T00:00:00.000+00:00",
      "ImportSad" : [ {
        "ImportSadNumber" : "[4X3S!U[0z$+f"
      }, {
        "ImportSadNumber" : "[4X3S!U[0z$+f"
      }, {
        "ImportSadNumber" : "[4X3S!U[0z$+f"
      }, {
        "ImportSadNumber" : "[4X3S!U[0z$+f"
      }, {
        "ImportSadNumber" : "[4X3S!U[0z$+f"
      } ],
      "LocalReferenceNumber" : "~00J]fkDK1(VGkj>TeJ6",
      "OriginTypeCode" : null,
      "InvoiceNumber" : "azertyui",
      "InvoiceDate" : "2022-01-31T00:00:00.000+00:00",
      "TimeOfDispatch" : "01:43:45"
    },
    "FirstTransporterTrader" : {
      "StreetName" : "azertyuio",
      "TraderName" : "edcvfr",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "VatNumber" : "fredc",
      "Postcode" : "#bp5"
    },
    "ConsignorTrader" : {
      "TraderExciseNumber" : "WNYmU9ai8UArd"
    },
    "DeliveryPlaceTrader" : {
      "StreetName" : "azertyuio",
      "TraderName" : "edcvfr",
      "Traderid" : "aqwxsz",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "Postcode" : "#bp5"
    },
    "TransportDetails" : [ {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    }, {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    }, {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    }, {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    }, {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "SealInformation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "TransportUnitCode" : "29",
      "IdentityOfTransportUnits" : "azertyui",
      "CommercialSealIdentification" : "azertyui"
    } ],
    "DeliveryPlaceCustomsOffice" : {
      "ReferenceNumber" : "BWgnQuPY"
    },
    "TransportMode" : {
      "TransportModeCode" : "33",
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      }
    },
    "BodyEadEsad" : [ {
      "AlcoholicStrengthByVolumeInPercentage" : "8186 ou 590.2 ou 802.66",
      "BrandNameOfProducts" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DesignationOfOrigin" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DegreePlato" : "8186 ou 590.2 ou 802.66",
      "FiscalMarkUsedFlag" : null,
      "CodeCompl" : "CodeCompl",
      "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "BodyRecordUniqueReference" : "553",
      "CommercialDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "Density" : "8186 ou 590.2 ou 802.66",
      "PrixFact" : "5850130 ou 95991385 ou 1234567890",
      "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "ExciseProductCode" : "@NM1",
      "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "SizeOfProducer" : "865122304357",
      "FiscalMark" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "CnCode" : "29263090",
      "WineProduct" : {
        "WineGrowingZoneCode" : "29",
        "WineOperation" : [ {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        } ],
        "ThirdCountryOfDestination" : "Tg",
        "WineProductCategory" : null,
        "OtherInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "ThirdCountryOfOrigin" : "Tg"
      },
      "Package" : [ {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "IndependentSmallProducersDeclaration" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "MaturationPeriodOrAgeOfProducts" : {
        "__language" : "tg",
        "_content_" : "azertys"
      }
    }, {
      "AlcoholicStrengthByVolumeInPercentage" : "8186 ou 590.2 ou 802.66",
      "BrandNameOfProducts" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DesignationOfOrigin" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DegreePlato" : "8186 ou 590.2 ou 802.66",
      "FiscalMarkUsedFlag" : null,
      "CodeCompl" : "CodeCompl",
      "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "BodyRecordUniqueReference" : "553",
      "CommercialDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "Density" : "8186 ou 590.2 ou 802.66",
      "PrixFact" : "5850130 ou 95991385 ou 1234567890",
      "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "ExciseProductCode" : "@NM1",
      "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "SizeOfProducer" : "865122304357",
      "FiscalMark" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "CnCode" : "29263090",
      "WineProduct" : {
        "WineGrowingZoneCode" : "29",
        "WineOperation" : [ {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        } ],
        "ThirdCountryOfDestination" : "Tg",
        "WineProductCategory" : null,
        "OtherInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "ThirdCountryOfOrigin" : "Tg"
      },
      "Package" : [ {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "IndependentSmallProducersDeclaration" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "MaturationPeriodOrAgeOfProducts" : {
        "__language" : "tg",
        "_content_" : "azertys"
      }
    }, {
      "AlcoholicStrengthByVolumeInPercentage" : "8186 ou 590.2 ou 802.66",
      "BrandNameOfProducts" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DesignationOfOrigin" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DegreePlato" : "8186 ou 590.2 ou 802.66",
      "FiscalMarkUsedFlag" : null,
      "CodeCompl" : "CodeCompl",
      "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "BodyRecordUniqueReference" : "553",
      "CommercialDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "Density" : "8186 ou 590.2 ou 802.66",
      "PrixFact" : "5850130 ou 95991385 ou 1234567890",
      "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "ExciseProductCode" : "@NM1",
      "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "SizeOfProducer" : "865122304357",
      "FiscalMark" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "CnCode" : "29263090",
      "WineProduct" : {
        "WineGrowingZoneCode" : "29",
        "WineOperation" : [ {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        } ],
        "ThirdCountryOfDestination" : "Tg",
        "WineProductCategory" : null,
        "OtherInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "ThirdCountryOfOrigin" : "Tg"
      },
      "Package" : [ {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "IndependentSmallProducersDeclaration" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "MaturationPeriodOrAgeOfProducts" : {
        "__language" : "tg",
        "_content_" : "azertys"
      }
    }, {
      "AlcoholicStrengthByVolumeInPercentage" : "8186 ou 590.2 ou 802.66",
      "BrandNameOfProducts" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DesignationOfOrigin" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DegreePlato" : "8186 ou 590.2 ou 802.66",
      "FiscalMarkUsedFlag" : null,
      "CodeCompl" : "CodeCompl",
      "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "BodyRecordUniqueReference" : "553",
      "CommercialDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "Density" : "8186 ou 590.2 ou 802.66",
      "PrixFact" : "5850130 ou 95991385 ou 1234567890",
      "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "ExciseProductCode" : "@NM1",
      "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "SizeOfProducer" : "865122304357",
      "FiscalMark" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "CnCode" : "29263090",
      "WineProduct" : {
        "WineGrowingZoneCode" : "29",
        "WineOperation" : [ {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        } ],
        "ThirdCountryOfDestination" : "Tg",
        "WineProductCategory" : null,
        "OtherInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "ThirdCountryOfOrigin" : "Tg"
      },
      "Package" : [ {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "IndependentSmallProducersDeclaration" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "MaturationPeriodOrAgeOfProducts" : {
        "__language" : "tg",
        "_content_" : "azertys"
      }
    }, {
      "AlcoholicStrengthByVolumeInPercentage" : "8186 ou 590.2 ou 802.66",
      "BrandNameOfProducts" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DesignationOfOrigin" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DegreePlato" : "8186 ou 590.2 ou 802.66",
      "FiscalMarkUsedFlag" : null,
      "CodeCompl" : "CodeCompl",
      "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "BodyRecordUniqueReference" : "553",
      "CommercialDescription" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "Density" : "8186 ou 590.2 ou 802.66",
      "PrixFact" : "5850130 ou 95991385 ou 1234567890",
      "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "ExciseProductCode" : "@NM1",
      "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "SizeOfProducer" : "865122304357",
      "FiscalMark" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "CnCode" : "29263090",
      "WineProduct" : {
        "WineGrowingZoneCode" : "29",
        "WineOperation" : [ {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        }, {
          "WineOperationCode" : "33"
        } ],
        "ThirdCountryOfDestination" : "Tg",
        "WineProductCategory" : null,
        "OtherInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "ThirdCountryOfOrigin" : "Tg"
      },
      "Package" : [ {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "KindOfPackages" : "D!",
        "ShippingMarks" : "azerty",
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "NumberOfPackages" : "50970",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "IndependentSmallProducersDeclaration" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "MaturationPeriodOrAgeOfProducts" : {
        "__language" : "tg",
        "_content_" : "azertys"
      }
    } ],
    "CompetentAuthorityDispatchOffice" : {
      "ReferenceNumber" : "BWgnQuPY"
    },
    "TransportArrangerTrader" : {
      "StreetName" : "azertyuio",
      "TraderName" : "edcvfr",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "VatNumber" : "fredc",
      "Postcode" : "#bp5"
    }
  }
}'
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.ExpediteurApi;

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

public class ExpediteurApiExample {
    public static void main(String[] args) {

        // Create an instance of the API class
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType815 bodyType815 = ; // BodyType815 | 

        try {
            'String' result = apiInstance.message815(messageId, bodyType815);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message815");
            e.printStackTrace();
        }
    }
}
import org.openapitools.client.api.ExpediteurApi;

public class ExpediteurApiExample {
    public static void main(String[] args) {
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType815 bodyType815 = ; // BodyType815 | 

        try {
            'String' result = apiInstance.message815(messageId, bodyType815);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message815");
            e.printStackTrace();
        }
    }
}


// Create an instance of the API class
ExpediteurApi *apiInstance = [[ExpediteurApi alloc] init];
String *messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
BodyType815 *bodyType815 = ; //  (optional)

// Endpoint de déclenchement d'un message 815
[apiInstance message815With:messageId
    bodyType815:bodyType815
              completionHandler: ^('String' output, NSError* error) {
    if (output) {
        NSLog(@"%@", output);
    }
    if (error) {
        NSLog(@"Error: %@", error);
    }
}];
var ApiFaccediladeEdiVersGunGamma2 = require('api_faccedilade_edi_vers_gun__gamma_2');

// Create an instance of the API class
var api = new ApiFaccediladeEdiVersGunGamma2.ExpediteurApi()
var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // {String} Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
var opts = {
  'bodyType815':  // {BodyType815} 
};

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

namespace Example
{
    public class message815Example
    {
        public void main()
        {

            // Create an instance of the API class
            var apiInstance = new ExpediteurApi();
            var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b;  // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
            var bodyType815 = new BodyType815(); // BodyType815 |  (optional) 

            try {
                // Endpoint de déclenchement d'un message 815
                'String' result = apiInstance.message815(messageId, bodyType815);
                Debug.WriteLine(result);
            } catch (Exception e) {
                Debug.Print("Exception when calling ExpediteurApi.message815: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\ExpediteurApi();
$messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
$bodyType815 = ; // BodyType815 | 

try {
    $result = $api_instance->message815($messageId, $bodyType815);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ExpediteurApi->message815: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::ExpediteurApi;

# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::ExpediteurApi->new();
my $messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
my $bodyType815 = WWW::OPenAPIClient::Object::BodyType815->new(); # BodyType815 | 

eval {
    my $result = $api_instance->message815(messageId => $messageId, bodyType815 => $bodyType815);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling ExpediteurApi->message815: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Create an instance of the API class
api_instance = openapi_client.ExpediteurApi()
messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
bodyType815 =  # BodyType815 |  (optional)

try:
    # Endpoint de déclenchement d'un message 815
    api_response = api_instance.message815(messageId, bodyType815=bodyType815)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ExpediteurApi->message815: %s\n" % e)
extern crate ExpediteurApi;

pub fn main() {
    let messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String
    let bodyType815 = ; // BodyType815

    let mut context = ExpediteurApi::Context::default();
    let result = client.message815(messageId, bodyType815, &context).wait();

    println!("{:?}", result);
}

Scopes

Parameters

Header parameters
Name Description
messageId*
String
Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
Required
Body parameters
Name Description
bodyType815

Responses


message818

Endpoint de déclenchement d'un message 818

Endpoint de déclenchement d'un message 818


/818

Usage and SDK Samples

curl -X POST \
 -H "Accept: text/plain" \
 -H "Content-Type: application/json" \
 "http://localhost/818" \
 -d '{
  "AcceptedOrRejectedReportOfReceiptExport" : {
    "ReportOfReceiptExport" : {
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "DateOfArrivalOfExciseProducts" : "2022-01-31T00:00:00.000+00:00",
      "GlobalConclusionOfReceipt" : null
    },
    "BodyReportOfReceiptExport" : [ {
      "ConsumptionQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ObservedShortageOrExcess" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExemptQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExciseProductCode" : "@NM1",
      "IndicatorOfShortageOrExcess" : null,
      "BodyRecordUniqueReference" : "553",
      "RefusedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "SuspendedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "UnsatisfactoryReasonCode" : [ {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      } ]
    }, {
      "ConsumptionQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ObservedShortageOrExcess" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExemptQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExciseProductCode" : "@NM1",
      "IndicatorOfShortageOrExcess" : null,
      "BodyRecordUniqueReference" : "553",
      "RefusedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "SuspendedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "UnsatisfactoryReasonCode" : [ {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      } ]
    }, {
      "ConsumptionQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ObservedShortageOrExcess" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExemptQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExciseProductCode" : "@NM1",
      "IndicatorOfShortageOrExcess" : null,
      "BodyRecordUniqueReference" : "553",
      "RefusedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "SuspendedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "UnsatisfactoryReasonCode" : [ {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      } ]
    }, {
      "ConsumptionQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ObservedShortageOrExcess" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExemptQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExciseProductCode" : "@NM1",
      "IndicatorOfShortageOrExcess" : null,
      "BodyRecordUniqueReference" : "553",
      "RefusedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "SuspendedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "UnsatisfactoryReasonCode" : [ {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      } ]
    }, {
      "ConsumptionQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ObservedShortageOrExcess" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExemptQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "ExciseProductCode" : "@NM1",
      "IndicatorOfShortageOrExcess" : null,
      "BodyRecordUniqueReference" : "553",
      "RefusedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "SuspendedQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "UnsatisfactoryReasonCode" : [ {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "UnsatisfactoryReasonCode" : "33"
      } ]
    } ],
    "ExciseMovement" : {
      "AdministrativeReferenceCode" : "09GKL5BWYERZV82CJV0V1",
      "SequenceNumber" : "98"
    },
    "DeliveryPlaceTrader" : {
      "StreetName" : "azertyuio",
      "__language" : "tg",
      "TraderName" : "edcvfr",
      "Traderid" : "aqwxsz",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "Postcode" : "#bp5"
    },
    "ConsigneeTrader" : {
      "StreetName" : "azertyuio",
      "__language" : "tg",
      "TraderName" : "edcvfr",
      "ConsigneeTraderEAs" : [ {
        "TraderExciseNumber" : "WNYmU9ai8UArd"
      }, {
        "TraderExciseNumber" : "WNYmU9ai8UArd"
      }, {
        "TraderExciseNumber" : "WNYmU9ai8UArd"
      }, {
        "TraderExciseNumber" : "WNYmU9ai8UArd"
      }, {
        "TraderExciseNumber" : "WNYmU9ai8UArd"
      } ],
      "Traderid" : "aqwxsz",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "Postcode" : "#bp5"
    },
    "Attributes" : {
      "Status" : "0C1",
      "DateAndTimeOfValidationOfReportOfReceiptExport" : "2022-01-31T14:05:01"
    }
  }
}'
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.ExpediteurApi;

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

public class ExpediteurApiExample {
    public static void main(String[] args) {

        // Create an instance of the API class
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType818 bodyType818 = ; // BodyType818 | 

        try {
            'String' result = apiInstance.message818(messageId, bodyType818);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message818");
            e.printStackTrace();
        }
    }
}
import org.openapitools.client.api.ExpediteurApi;

public class ExpediteurApiExample {
    public static void main(String[] args) {
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType818 bodyType818 = ; // BodyType818 | 

        try {
            'String' result = apiInstance.message818(messageId, bodyType818);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message818");
            e.printStackTrace();
        }
    }
}


// Create an instance of the API class
ExpediteurApi *apiInstance = [[ExpediteurApi alloc] init];
String *messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
BodyType818 *bodyType818 = ; //  (optional)

// Endpoint de déclenchement d'un message 818
[apiInstance message818With:messageId
    bodyType818:bodyType818
              completionHandler: ^('String' output, NSError* error) {
    if (output) {
        NSLog(@"%@", output);
    }
    if (error) {
        NSLog(@"Error: %@", error);
    }
}];
var ApiFaccediladeEdiVersGunGamma2 = require('api_faccedilade_edi_vers_gun__gamma_2');

// Create an instance of the API class
var api = new ApiFaccediladeEdiVersGunGamma2.ExpediteurApi()
var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // {String} Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
var opts = {
  'bodyType818':  // {BodyType818} 
};

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

namespace Example
{
    public class message818Example
    {
        public void main()
        {

            // Create an instance of the API class
            var apiInstance = new ExpediteurApi();
            var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b;  // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
            var bodyType818 = new BodyType818(); // BodyType818 |  (optional) 

            try {
                // Endpoint de déclenchement d'un message 818
                'String' result = apiInstance.message818(messageId, bodyType818);
                Debug.WriteLine(result);
            } catch (Exception e) {
                Debug.Print("Exception when calling ExpediteurApi.message818: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\ExpediteurApi();
$messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
$bodyType818 = ; // BodyType818 | 

try {
    $result = $api_instance->message818($messageId, $bodyType818);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ExpediteurApi->message818: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::ExpediteurApi;

# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::ExpediteurApi->new();
my $messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
my $bodyType818 = WWW::OPenAPIClient::Object::BodyType818->new(); # BodyType818 | 

eval {
    my $result = $api_instance->message818(messageId => $messageId, bodyType818 => $bodyType818);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling ExpediteurApi->message818: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Create an instance of the API class
api_instance = openapi_client.ExpediteurApi()
messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
bodyType818 =  # BodyType818 |  (optional)

try:
    # Endpoint de déclenchement d'un message 818
    api_response = api_instance.message818(messageId, bodyType818=bodyType818)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ExpediteurApi->message818: %s\n" % e)
extern crate ExpediteurApi;

pub fn main() {
    let messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String
    let bodyType818 = ; // BodyType818

    let mut context = ExpediteurApi::Context::default();
    let result = client.message818(messageId, bodyType818, &context).wait();

    println!("{:?}", result);
}

Scopes

Parameters

Header parameters
Name Description
messageId*
String
Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
Required
Body parameters
Name Description
bodyType818

Responses


message825

Endpoint de déclenchement d'un message 825

Endpoint de déclenchement d'un message 825


/825

Usage and SDK Samples

curl -X POST \
 -H "Accept: text/plain" \
 -H "Content-Type: application/json" \
 "http://localhost/825" \
 -d '{
  "SubmittedDraftOfSplittingOperation" : {
    "MsaOfSplitting" : {
      "MemberStateCode" : "TG"
    },
    "SplittingEad" : {
      "UpstreamArc" : "aqwxsze"
    },
    "SplitDetailsEad" : [ {
      "NewConsigneeTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "EoriNumber" : "FR0123456789",
        "Traderid" : "aqwxsz",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "Postcode" : "#bp5"
      },
      "NewTransporterTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "VatNumber" : "fredc",
        "Postcode" : "#bp5"
      },
      "JourneyTime" : "H24",
      "DeliveryPlaceTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "Traderid" : "aqwxsz",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "Postcode" : "#bp5"
      },
      "TransportDetails" : [ {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "LocalReferenceNumber" : "~00J]fkDK1(VGkj>TeJ6",
      "DeliveryPlaceCustomsOffice" : {
        "ReferenceNumber" : "BWgnQuPY"
      },
      "BodyEad" : [ {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      } ],
      "DestinationChanged" : {
        "DestinationTypeCode" : null
      },
      "ChangedTransportArrangement" : null,
      "NewTransportArrangerTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "VatNumber" : "fredc",
        "Postcode" : "#bp5"
      }
    }, {
      "NewConsigneeTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "EoriNumber" : "FR0123456789",
        "Traderid" : "aqwxsz",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "Postcode" : "#bp5"
      },
      "NewTransporterTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "VatNumber" : "fredc",
        "Postcode" : "#bp5"
      },
      "JourneyTime" : "H24",
      "DeliveryPlaceTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "Traderid" : "aqwxsz",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "Postcode" : "#bp5"
      },
      "TransportDetails" : [ {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "LocalReferenceNumber" : "~00J]fkDK1(VGkj>TeJ6",
      "DeliveryPlaceCustomsOffice" : {
        "ReferenceNumber" : "BWgnQuPY"
      },
      "BodyEad" : [ {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      } ],
      "DestinationChanged" : {
        "DestinationTypeCode" : null
      },
      "ChangedTransportArrangement" : null,
      "NewTransportArrangerTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "VatNumber" : "fredc",
        "Postcode" : "#bp5"
      }
    }, {
      "NewConsigneeTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "EoriNumber" : "FR0123456789",
        "Traderid" : "aqwxsz",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "Postcode" : "#bp5"
      },
      "NewTransporterTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "VatNumber" : "fredc",
        "Postcode" : "#bp5"
      },
      "JourneyTime" : "H24",
      "DeliveryPlaceTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "Traderid" : "aqwxsz",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "Postcode" : "#bp5"
      },
      "TransportDetails" : [ {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "LocalReferenceNumber" : "~00J]fkDK1(VGkj>TeJ6",
      "DeliveryPlaceCustomsOffice" : {
        "ReferenceNumber" : "BWgnQuPY"
      },
      "BodyEad" : [ {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      } ],
      "DestinationChanged" : {
        "DestinationTypeCode" : null
      },
      "ChangedTransportArrangement" : null,
      "NewTransportArrangerTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "VatNumber" : "fredc",
        "Postcode" : "#bp5"
      }
    }, {
      "NewConsigneeTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "EoriNumber" : "FR0123456789",
        "Traderid" : "aqwxsz",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "Postcode" : "#bp5"
      },
      "NewTransporterTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "VatNumber" : "fredc",
        "Postcode" : "#bp5"
      },
      "JourneyTime" : "H24",
      "DeliveryPlaceTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "Traderid" : "aqwxsz",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "Postcode" : "#bp5"
      },
      "TransportDetails" : [ {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "LocalReferenceNumber" : "~00J]fkDK1(VGkj>TeJ6",
      "DeliveryPlaceCustomsOffice" : {
        "ReferenceNumber" : "BWgnQuPY"
      },
      "BodyEad" : [ {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      } ],
      "DestinationChanged" : {
        "DestinationTypeCode" : null
      },
      "ChangedTransportArrangement" : null,
      "NewTransportArrangerTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "VatNumber" : "fredc",
        "Postcode" : "#bp5"
      }
    }, {
      "NewConsigneeTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "EoriNumber" : "FR0123456789",
        "Traderid" : "aqwxsz",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "Postcode" : "#bp5"
      },
      "NewTransporterTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "VatNumber" : "fredc",
        "Postcode" : "#bp5"
      },
      "JourneyTime" : "H24",
      "DeliveryPlaceTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "Traderid" : "aqwxsz",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "Postcode" : "#bp5"
      },
      "TransportDetails" : [ {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      }, {
        "ComplementaryInformation" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "SealInformation" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "TransportUnitCode" : "29",
        "IdentityOfTransportUnits" : "azertyui",
        "CommercialSealIdentification" : "azertyui"
      } ],
      "LocalReferenceNumber" : "~00J]fkDK1(VGkj>TeJ6",
      "DeliveryPlaceCustomsOffice" : {
        "ReferenceNumber" : "BWgnQuPY"
      },
      "BodyEad" : [ {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      }, {
        "GrossMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "BrandNameOfProducts" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "FiscalMarkUsedFlag" : null,
        "ExciseProductCode" : "@NM1",
        "NetMass" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
        "FiscalMark" : {
          "__language" : "tg",
          "_content_" : "qwertyazerty"
        },
        "Quantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
        "BodyRecordUniqueReference" : "553",
        "CnCode" : "29263090",
        "Package" : [ {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        }, {
          "KindOfPackages" : "D!",
          "ShippingMarks" : "azerty",
          "SealInformation" : {
            "__language" : "tg",
            "_content_" : "qwertyazerty"
          },
          "NumberOfPackages" : "50970",
          "CommercialSealIdentification" : "azertyui"
        } ],
        "CommercialDescription" : {
          "__language" : "tg",
          "_content_" : "adverty"
        },
        "Density" : "8186 ou 590.2 ou 802.66"
      } ],
      "DestinationChanged" : {
        "DestinationTypeCode" : null
      },
      "ChangedTransportArrangement" : null,
      "NewTransportArrangerTrader" : {
        "StreetName" : "azertyuio",
        "__language" : "tg",
        "TraderName" : "edcvfr",
        "StreetNumber" : "abc",
        "City" : "asxx",
        "VatNumber" : "fredc",
        "Postcode" : "#bp5"
      }
    } ]
  }
}'
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.ExpediteurApi;

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

public class ExpediteurApiExample {
    public static void main(String[] args) {

        // Create an instance of the API class
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType825 bodyType825 = ; // BodyType825 | 

        try {
            'String' result = apiInstance.message825(messageId, bodyType825);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message825");
            e.printStackTrace();
        }
    }
}
import org.openapitools.client.api.ExpediteurApi;

public class ExpediteurApiExample {
    public static void main(String[] args) {
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType825 bodyType825 = ; // BodyType825 | 

        try {
            'String' result = apiInstance.message825(messageId, bodyType825);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message825");
            e.printStackTrace();
        }
    }
}


// Create an instance of the API class
ExpediteurApi *apiInstance = [[ExpediteurApi alloc] init];
String *messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
BodyType825 *bodyType825 = ; //  (optional)

// Endpoint de déclenchement d'un message 825
[apiInstance message825With:messageId
    bodyType825:bodyType825
              completionHandler: ^('String' output, NSError* error) {
    if (output) {
        NSLog(@"%@", output);
    }
    if (error) {
        NSLog(@"Error: %@", error);
    }
}];
var ApiFaccediladeEdiVersGunGamma2 = require('api_faccedilade_edi_vers_gun__gamma_2');

// Create an instance of the API class
var api = new ApiFaccediladeEdiVersGunGamma2.ExpediteurApi()
var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // {String} Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
var opts = {
  'bodyType825':  // {BodyType825} 
};

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

namespace Example
{
    public class message825Example
    {
        public void main()
        {

            // Create an instance of the API class
            var apiInstance = new ExpediteurApi();
            var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b;  // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
            var bodyType825 = new BodyType825(); // BodyType825 |  (optional) 

            try {
                // Endpoint de déclenchement d'un message 825
                'String' result = apiInstance.message825(messageId, bodyType825);
                Debug.WriteLine(result);
            } catch (Exception e) {
                Debug.Print("Exception when calling ExpediteurApi.message825: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\ExpediteurApi();
$messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
$bodyType825 = ; // BodyType825 | 

try {
    $result = $api_instance->message825($messageId, $bodyType825);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ExpediteurApi->message825: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::ExpediteurApi;

# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::ExpediteurApi->new();
my $messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
my $bodyType825 = WWW::OPenAPIClient::Object::BodyType825->new(); # BodyType825 | 

eval {
    my $result = $api_instance->message825(messageId => $messageId, bodyType825 => $bodyType825);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling ExpediteurApi->message825: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Create an instance of the API class
api_instance = openapi_client.ExpediteurApi()
messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
bodyType825 =  # BodyType825 |  (optional)

try:
    # Endpoint de déclenchement d'un message 825
    api_response = api_instance.message825(messageId, bodyType825=bodyType825)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ExpediteurApi->message825: %s\n" % e)
extern crate ExpediteurApi;

pub fn main() {
    let messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String
    let bodyType825 = ; // BodyType825

    let mut context = ExpediteurApi::Context::default();
    let result = client.message825(messageId, bodyType825, &context).wait();

    println!("{:?}", result);
}

Scopes

Parameters

Header parameters
Name Description
messageId*
String
Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
Required
Body parameters
Name Description
bodyType825

Responses


message837

Endpoint de déclenchement d'un message 837

Endpoint de déclenchement d'un message 837


/837

Usage and SDK Samples

curl -X POST \
 -H "Accept: text/plain" \
 -H "Content-Type: application/json" \
 "http://localhost/837" \
 -d '{
  "ExplanationOnDelayForDelivery" : {
    "ExciseMovement" : {
      "AdministrativeReferenceCode" : "09GKL5BWYERZV82CJV0V1",
      "SequenceNumber" : "98"
    },
    "Attributes" : {
      "MessageRole" : null,
      "ComplementaryInformation" : {
        "__language" : "tg",
        "_content_" : "adverty"
      },
      "TypeDeclarant" : null,
      "ExplanationCode" : "33"
    }
  }
}'
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.ExpediteurApi;

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

public class ExpediteurApiExample {
    public static void main(String[] args) {

        // Create an instance of the API class
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType837 bodyType837 = ; // BodyType837 | 

        try {
            'String' result = apiInstance.message837(messageId, bodyType837);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message837");
            e.printStackTrace();
        }
    }
}
import org.openapitools.client.api.ExpediteurApi;

public class ExpediteurApiExample {
    public static void main(String[] args) {
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType837 bodyType837 = ; // BodyType837 | 

        try {
            'String' result = apiInstance.message837(messageId, bodyType837);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message837");
            e.printStackTrace();
        }
    }
}


// Create an instance of the API class
ExpediteurApi *apiInstance = [[ExpediteurApi alloc] init];
String *messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
BodyType837 *bodyType837 = ; //  (optional)

// Endpoint de déclenchement d'un message 837
[apiInstance message837With:messageId
    bodyType837:bodyType837
              completionHandler: ^('String' output, NSError* error) {
    if (output) {
        NSLog(@"%@", output);
    }
    if (error) {
        NSLog(@"Error: %@", error);
    }
}];
var ApiFaccediladeEdiVersGunGamma2 = require('api_faccedilade_edi_vers_gun__gamma_2');

// Create an instance of the API class
var api = new ApiFaccediladeEdiVersGunGamma2.ExpediteurApi()
var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // {String} Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
var opts = {
  'bodyType837':  // {BodyType837} 
};

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

namespace Example
{
    public class message837Example
    {
        public void main()
        {

            // Create an instance of the API class
            var apiInstance = new ExpediteurApi();
            var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b;  // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
            var bodyType837 = new BodyType837(); // BodyType837 |  (optional) 

            try {
                // Endpoint de déclenchement d'un message 837
                'String' result = apiInstance.message837(messageId, bodyType837);
                Debug.WriteLine(result);
            } catch (Exception e) {
                Debug.Print("Exception when calling ExpediteurApi.message837: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\ExpediteurApi();
$messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
$bodyType837 = ; // BodyType837 | 

try {
    $result = $api_instance->message837($messageId, $bodyType837);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ExpediteurApi->message837: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::ExpediteurApi;

# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::ExpediteurApi->new();
my $messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
my $bodyType837 = WWW::OPenAPIClient::Object::BodyType837->new(); # BodyType837 | 

eval {
    my $result = $api_instance->message837(messageId => $messageId, bodyType837 => $bodyType837);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling ExpediteurApi->message837: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Create an instance of the API class
api_instance = openapi_client.ExpediteurApi()
messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
bodyType837 =  # BodyType837 |  (optional)

try:
    # Endpoint de déclenchement d'un message 837
    api_response = api_instance.message837(messageId, bodyType837=bodyType837)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ExpediteurApi->message837: %s\n" % e)
extern crate ExpediteurApi;

pub fn main() {
    let messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String
    let bodyType837 = ; // BodyType837

    let mut context = ExpediteurApi::Context::default();
    let result = client.message837(messageId, bodyType837, &context).wait();

    println!("{:?}", result);
}

Scopes

Parameters

Header parameters
Name Description
messageId*
String
Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
Required
Body parameters
Name Description
bodyType837

Responses


message871

Endpoint de déclenchement d'un message 871

Endpoint de déclenchement d'un message 871


/871

Usage and SDK Samples

curl -X POST \
 -H "Accept: text/plain" \
 -H "Content-Type: application/json" \
 "http://localhost/871" \
 -d '{
  "ExplanationOnReasonForShortage" : {
    "ExciseMovement" : {
      "AdministrativeReferenceCode" : "09GKL5BWYERZV82CJV0V1",
      "SequenceNumber" : "98"
    },
    "ConsignorTrader" : {
      "StreetName" : "azertyuio",
      "__language" : "tg",
      "TraderName" : "edcvfr",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "TraderExciseNumber" : "WNYmU9ai8UArd",
      "Postcode" : "#bp5"
    },
    "Analysis" : {
      "DateOfAnalysis" : "2022-01-31T00:00:00.000+00:00",
      "GlobalExplanation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      }
    },
    "ConsigneeTrader" : {
      "StreetName" : "azertyuio",
      "__language" : "tg",
      "TraderName" : "edcvfr",
      "Traderid" : "aqwxsz",
      "StreetNumber" : "abc",
      "City" : "asxx",
      "Postcode" : "#bp5"
    },
    "BodyAnalysis" : [ {
      "Explanation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "ExciseProductCode" : "@NM1",
      "BodyRecordUniqueReference" : "553",
      "ActualQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144"
    }, {
      "Explanation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "ExciseProductCode" : "@NM1",
      "BodyRecordUniqueReference" : "553",
      "ActualQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144"
    }, {
      "Explanation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "ExciseProductCode" : "@NM1",
      "BodyRecordUniqueReference" : "553",
      "ActualQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144"
    }, {
      "Explanation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "ExciseProductCode" : "@NM1",
      "BodyRecordUniqueReference" : "553",
      "ActualQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144"
    }, {
      "Explanation" : {
        "__language" : "tg",
        "_content_" : "qwertyazerty"
      },
      "ExciseProductCode" : "@NM1",
      "BodyRecordUniqueReference" : "553",
      "ActualQuantity" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144"
    } ],
    "Attributes" : {
      "TypeDeclarant" : null,
      "DateAndTimeOfValidationOfExplanationOnShortage" : "2022-01-31T14:05:01"
    }
  }
}'
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.ExpediteurApi;

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

public class ExpediteurApiExample {
    public static void main(String[] args) {

        // Create an instance of the API class
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType871 bodyType871 = ; // BodyType871 | 

        try {
            'String' result = apiInstance.message871(messageId, bodyType871);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message871");
            e.printStackTrace();
        }
    }
}
import org.openapitools.client.api.ExpediteurApi;

public class ExpediteurApiExample {
    public static void main(String[] args) {
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType871 bodyType871 = ; // BodyType871 | 

        try {
            'String' result = apiInstance.message871(messageId, bodyType871);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message871");
            e.printStackTrace();
        }
    }
}


// Create an instance of the API class
ExpediteurApi *apiInstance = [[ExpediteurApi alloc] init];
String *messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
BodyType871 *bodyType871 = ; //  (optional)

// Endpoint de déclenchement d'un message 871
[apiInstance message871With:messageId
    bodyType871:bodyType871
              completionHandler: ^('String' output, NSError* error) {
    if (output) {
        NSLog(@"%@", output);
    }
    if (error) {
        NSLog(@"Error: %@", error);
    }
}];
var ApiFaccediladeEdiVersGunGamma2 = require('api_faccedilade_edi_vers_gun__gamma_2');

// Create an instance of the API class
var api = new ApiFaccediladeEdiVersGunGamma2.ExpediteurApi()
var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // {String} Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
var opts = {
  'bodyType871':  // {BodyType871} 
};

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

namespace Example
{
    public class message871Example
    {
        public void main()
        {

            // Create an instance of the API class
            var apiInstance = new ExpediteurApi();
            var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b;  // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
            var bodyType871 = new BodyType871(); // BodyType871 |  (optional) 

            try {
                // Endpoint de déclenchement d'un message 871
                'String' result = apiInstance.message871(messageId, bodyType871);
                Debug.WriteLine(result);
            } catch (Exception e) {
                Debug.Print("Exception when calling ExpediteurApi.message871: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\ExpediteurApi();
$messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
$bodyType871 = ; // BodyType871 | 

try {
    $result = $api_instance->message871($messageId, $bodyType871);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ExpediteurApi->message871: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::ExpediteurApi;

# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::ExpediteurApi->new();
my $messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
my $bodyType871 = WWW::OPenAPIClient::Object::BodyType871->new(); # BodyType871 | 

eval {
    my $result = $api_instance->message871(messageId => $messageId, bodyType871 => $bodyType871);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling ExpediteurApi->message871: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Create an instance of the API class
api_instance = openapi_client.ExpediteurApi()
messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
bodyType871 =  # BodyType871 |  (optional)

try:
    # Endpoint de déclenchement d'un message 871
    api_response = api_instance.message871(messageId, bodyType871=bodyType871)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ExpediteurApi->message871: %s\n" % e)
extern crate ExpediteurApi;

pub fn main() {
    let messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String
    let bodyType871 = ; // BodyType871

    let mut context = ExpediteurApi::Context::default();
    let result = client.message871(messageId, bodyType871, &context).wait();

    println!("{:?}", result);
}

Scopes

Parameters

Header parameters
Name Description
messageId*
String
Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
Required
Body parameters
Name Description
bodyType871

Responses


message900

Endpoint de déclenchement d'un message 900

Endpoint de déclenchement d'un message 900


/900

Usage and SDK Samples

curl -X POST \
 -H "Accept: text/plain" \
 -H "Content-Type: application/json" \
 "http://localhost/900" \
 -d '{
  "StatusRequest" : {
    "TypeMessage" : "XXX0000",
    "AdministrativeReferenceCode" : "09GKL5BWYERZV82CJV0V1",
    "SequenceNumber" : "98"
  }
}'
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.ExpediteurApi;

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

public class ExpediteurApiExample {
    public static void main(String[] args) {

        // Create an instance of the API class
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType900 bodyType900 = ; // BodyType900 | 

        try {
            'String' result = apiInstance.message900(messageId, bodyType900);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message900");
            e.printStackTrace();
        }
    }
}
import org.openapitools.client.api.ExpediteurApi;

public class ExpediteurApiExample {
    public static void main(String[] args) {
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        BodyType900 bodyType900 = ; // BodyType900 | 

        try {
            'String' result = apiInstance.message900(messageId, bodyType900);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#message900");
            e.printStackTrace();
        }
    }
}


// Create an instance of the API class
ExpediteurApi *apiInstance = [[ExpediteurApi alloc] init];
String *messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
BodyType900 *bodyType900 = ; //  (optional)

// Endpoint de déclenchement d'un message 900
[apiInstance message900With:messageId
    bodyType900:bodyType900
              completionHandler: ^('String' output, NSError* error) {
    if (output) {
        NSLog(@"%@", output);
    }
    if (error) {
        NSLog(@"Error: %@", error);
    }
}];
var ApiFaccediladeEdiVersGunGamma2 = require('api_faccedilade_edi_vers_gun__gamma_2');

// Create an instance of the API class
var api = new ApiFaccediladeEdiVersGunGamma2.ExpediteurApi()
var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // {String} Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
var opts = {
  'bodyType900':  // {BodyType900} 
};

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

namespace Example
{
    public class message900Example
    {
        public void main()
        {

            // Create an instance of the API class
            var apiInstance = new ExpediteurApi();
            var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b;  // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
            var bodyType900 = new BodyType900(); // BodyType900 |  (optional) 

            try {
                // Endpoint de déclenchement d'un message 900
                'String' result = apiInstance.message900(messageId, bodyType900);
                Debug.WriteLine(result);
            } catch (Exception e) {
                Debug.Print("Exception when calling ExpediteurApi.message900: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\ExpediteurApi();
$messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
$bodyType900 = ; // BodyType900 | 

try {
    $result = $api_instance->message900($messageId, $bodyType900);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ExpediteurApi->message900: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::ExpediteurApi;

# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::ExpediteurApi->new();
my $messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
my $bodyType900 = WWW::OPenAPIClient::Object::BodyType900->new(); # BodyType900 | 

eval {
    my $result = $api_instance->message900(messageId => $messageId, bodyType900 => $bodyType900);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling ExpediteurApi->message900: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Create an instance of the API class
api_instance = openapi_client.ExpediteurApi()
messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
bodyType900 =  # BodyType900 |  (optional)

try:
    # Endpoint de déclenchement d'un message 900
    api_response = api_instance.message900(messageId, bodyType900=bodyType900)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ExpediteurApi->message900: %s\n" % e)
extern crate ExpediteurApi;

pub fn main() {
    let messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String
    let bodyType900 = ; // BodyType900

    let mut context = ExpediteurApi::Context::default();
    let result = client.message900(messageId, bodyType900, &context).wait();

    println!("{:?}", result);
}

Scopes

Parameters

Header parameters
Name Description
messageId*
String
Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
Required
Body parameters
Name Description
bodyType900

Responses


messageMVVDSA

Endpoint de déclenchement d'un message MVVDSA

Endpoint de déclenchement d'un message MVVDSA


/mvvdsa

Usage and SDK Samples

curl -X POST \
 -H "Accept: text/plain" \
 -H "Content-Type: application/json" \
 "http://localhost/mvvdsa" \
 -d '{
  "MVVDSA" : {
    "ReferenceTrajet" : {
      "Nfact" : "azertyui",
      "HeureDepartMarchandise" : "01:43:45",
      "DateFact" : "2022-01-31T00:00:00.000+00:00",
      "LRN" : "~00J]fkDK1(VGkj>TeJ6",
      "DateDepartMarchandises" : "2022-01-31T00:00:00.000+00:00"
    },
    "Expediteur" : {
      "VilleExp" : "asxx",
      "CPExp" : "#bp5",
      "IDExp" : "aqwxsz",
      "NomExp" : "edcvfr",
      "TVAExp" : "uV2a;{{lpy hM",
      "AdrExp" : "azertyuio",
      "NumAdrExp" : "abc"
    },
    "LieuExpedition" : {
      "NumAdrLiExp" : "abc",
      "NRefEntrFis" : "NRefEntrFis",
      "AdrLiExp" : "azertyuio",
      "CPLiExp" : "#bp5",
      "VilleLiExp" : "asxx",
      "NomLiExp" : "edcvfr"
    },
    "Certificat" : [ {
      "DescCert" : "adverty",
      "RefCert" : "qwertyazerty",
      "Preuve" : "Preuve",
      "TypeCert" : "86u",
      "TitreCert" : "azertyui"
    }, {
      "DescCert" : "adverty",
      "RefCert" : "qwertyazerty",
      "Preuve" : "Preuve",
      "TypeCert" : "86u",
      "TitreCert" : "azertyui"
    }, {
      "DescCert" : "adverty",
      "RefCert" : "qwertyazerty",
      "Preuve" : "Preuve",
      "TypeCert" : "86u",
      "TitreCert" : "azertyui"
    }, {
      "DescCert" : "adverty",
      "RefCert" : "qwertyazerty",
      "Preuve" : "Preuve",
      "TypeCert" : "86u",
      "TitreCert" : "azertyui"
    }, {
      "DescCert" : "adverty",
      "RefCert" : "qwertyazerty",
      "Preuve" : "Preuve",
      "TypeCert" : "86u",
      "TitreCert" : "azertyui"
    } ],
    "AutoriteCompetenteLieuExpedition" : {
      "CodeBurExp" : "mWVDJjg4"
    },
    "ReferenceMouvement" : {
      "NumSeq" : "98",
      "NumeroDocument" : "NumeroDocument",
      "Regularisation" : null,
      "TypeDocument" : "TypeDocument"
    },
    "Article" : [ {
      "TenAlc" : "8186 ou 590.2 ou 802.66",
      "TeneurSucre" : "TeneurSucre",
      "VolumeTotal" : "VolumeTotal",
      "Contenance" : "Contenance",
      "PoidsBrut" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "CommentaireManipulationMout" : "CommentaireManipulationMout",
      "PeriodeMaturation" : "azertys",
      "nRefArt" : "553",
      "Cepage" : "Cepage",
      "IndiceRefractometrique" : "IndiceRefractometrique",
      "AppellationOrigine" : "AppellationOrigine",
      "NomMarqProd" : "adverty",
      "PoidsNetRecipient" : "PoidsNetRecipient",
      "DescCom" : "adverty",
      "ManipulationMouts" : [ {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      } ],
      "ProduitVinicole" : {
        "WineGrowingZoneCode" : "29",
        "CategProduitVini" : null,
        "AutreInfo" : "qwertyazerty",
        "OperationVinicole" : [ {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        } ],
        "PaysT" : "Tg"
      },
      "Quantite" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "CnCode" : "29263090",
      "MarFisc" : "qwertyazerty",
      "PoidsBrutRecipient" : "PoidsBrutRecipient",
      "TypeProduit" : "TypeProduit",
      "CodeZoneViti" : "CodeZoneViti",
      "TailleProd" : "865122304357",
      "Conditionnement" : [ {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      } ],
      "DegPlat" : "8186 ou 590.2 ou 802.66",
      "VolumeTotalRecipient" : "VolumeTotalRecipient",
      "ProduitRecipient" : null,
      "UniteIndiceRefractometrique" : "UniteIndiceRefractometrique",
      "PoidsNet" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "Densite" : "8186 ou 590.2 ou 802.66",
      "CategorieProduitAccise" : "@NM1",
      "Millesime" : "Millesime",
      "Prix" : "5850130 ou 95991385 ou 1234567890",
      "AppellationAbregee" : "AppellationAbregee",
      "NbRecipient" : "NbRecipient"
    }, {
      "TenAlc" : "8186 ou 590.2 ou 802.66",
      "TeneurSucre" : "TeneurSucre",
      "VolumeTotal" : "VolumeTotal",
      "Contenance" : "Contenance",
      "PoidsBrut" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "CommentaireManipulationMout" : "CommentaireManipulationMout",
      "PeriodeMaturation" : "azertys",
      "nRefArt" : "553",
      "Cepage" : "Cepage",
      "IndiceRefractometrique" : "IndiceRefractometrique",
      "AppellationOrigine" : "AppellationOrigine",
      "NomMarqProd" : "adverty",
      "PoidsNetRecipient" : "PoidsNetRecipient",
      "DescCom" : "adverty",
      "ManipulationMouts" : [ {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      } ],
      "ProduitVinicole" : {
        "WineGrowingZoneCode" : "29",
        "CategProduitVini" : null,
        "AutreInfo" : "qwertyazerty",
        "OperationVinicole" : [ {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        } ],
        "PaysT" : "Tg"
      },
      "Quantite" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "CnCode" : "29263090",
      "MarFisc" : "qwertyazerty",
      "PoidsBrutRecipient" : "PoidsBrutRecipient",
      "TypeProduit" : "TypeProduit",
      "CodeZoneViti" : "CodeZoneViti",
      "TailleProd" : "865122304357",
      "Conditionnement" : [ {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      } ],
      "DegPlat" : "8186 ou 590.2 ou 802.66",
      "VolumeTotalRecipient" : "VolumeTotalRecipient",
      "ProduitRecipient" : null,
      "UniteIndiceRefractometrique" : "UniteIndiceRefractometrique",
      "PoidsNet" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "Densite" : "8186 ou 590.2 ou 802.66",
      "CategorieProduitAccise" : "@NM1",
      "Millesime" : "Millesime",
      "Prix" : "5850130 ou 95991385 ou 1234567890",
      "AppellationAbregee" : "AppellationAbregee",
      "NbRecipient" : "NbRecipient"
    }, {
      "TenAlc" : "8186 ou 590.2 ou 802.66",
      "TeneurSucre" : "TeneurSucre",
      "VolumeTotal" : "VolumeTotal",
      "Contenance" : "Contenance",
      "PoidsBrut" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "CommentaireManipulationMout" : "CommentaireManipulationMout",
      "PeriodeMaturation" : "azertys",
      "nRefArt" : "553",
      "Cepage" : "Cepage",
      "IndiceRefractometrique" : "IndiceRefractometrique",
      "AppellationOrigine" : "AppellationOrigine",
      "NomMarqProd" : "adverty",
      "PoidsNetRecipient" : "PoidsNetRecipient",
      "DescCom" : "adverty",
      "ManipulationMouts" : [ {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      } ],
      "ProduitVinicole" : {
        "WineGrowingZoneCode" : "29",
        "CategProduitVini" : null,
        "AutreInfo" : "qwertyazerty",
        "OperationVinicole" : [ {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        } ],
        "PaysT" : "Tg"
      },
      "Quantite" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "CnCode" : "29263090",
      "MarFisc" : "qwertyazerty",
      "PoidsBrutRecipient" : "PoidsBrutRecipient",
      "TypeProduit" : "TypeProduit",
      "CodeZoneViti" : "CodeZoneViti",
      "TailleProd" : "865122304357",
      "Conditionnement" : [ {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      } ],
      "DegPlat" : "8186 ou 590.2 ou 802.66",
      "VolumeTotalRecipient" : "VolumeTotalRecipient",
      "ProduitRecipient" : null,
      "UniteIndiceRefractometrique" : "UniteIndiceRefractometrique",
      "PoidsNet" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "Densite" : "8186 ou 590.2 ou 802.66",
      "CategorieProduitAccise" : "@NM1",
      "Millesime" : "Millesime",
      "Prix" : "5850130 ou 95991385 ou 1234567890",
      "AppellationAbregee" : "AppellationAbregee",
      "NbRecipient" : "NbRecipient"
    }, {
      "TenAlc" : "8186 ou 590.2 ou 802.66",
      "TeneurSucre" : "TeneurSucre",
      "VolumeTotal" : "VolumeTotal",
      "Contenance" : "Contenance",
      "PoidsBrut" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "CommentaireManipulationMout" : "CommentaireManipulationMout",
      "PeriodeMaturation" : "azertys",
      "nRefArt" : "553",
      "Cepage" : "Cepage",
      "IndiceRefractometrique" : "IndiceRefractometrique",
      "AppellationOrigine" : "AppellationOrigine",
      "NomMarqProd" : "adverty",
      "PoidsNetRecipient" : "PoidsNetRecipient",
      "DescCom" : "adverty",
      "ManipulationMouts" : [ {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      } ],
      "ProduitVinicole" : {
        "WineGrowingZoneCode" : "29",
        "CategProduitVini" : null,
        "AutreInfo" : "qwertyazerty",
        "OperationVinicole" : [ {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        } ],
        "PaysT" : "Tg"
      },
      "Quantite" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "CnCode" : "29263090",
      "MarFisc" : "qwertyazerty",
      "PoidsBrutRecipient" : "PoidsBrutRecipient",
      "TypeProduit" : "TypeProduit",
      "CodeZoneViti" : "CodeZoneViti",
      "TailleProd" : "865122304357",
      "Conditionnement" : [ {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      } ],
      "DegPlat" : "8186 ou 590.2 ou 802.66",
      "VolumeTotalRecipient" : "VolumeTotalRecipient",
      "ProduitRecipient" : null,
      "UniteIndiceRefractometrique" : "UniteIndiceRefractometrique",
      "PoidsNet" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "Densite" : "8186 ou 590.2 ou 802.66",
      "CategorieProduitAccise" : "@NM1",
      "Millesime" : "Millesime",
      "Prix" : "5850130 ou 95991385 ou 1234567890",
      "AppellationAbregee" : "AppellationAbregee",
      "NbRecipient" : "NbRecipient"
    }, {
      "TenAlc" : "8186 ou 590.2 ou 802.66",
      "TeneurSucre" : "TeneurSucre",
      "VolumeTotal" : "VolumeTotal",
      "Contenance" : "Contenance",
      "PoidsBrut" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "CommentaireManipulationMout" : "CommentaireManipulationMout",
      "PeriodeMaturation" : "azertys",
      "nRefArt" : "553",
      "Cepage" : "Cepage",
      "IndiceRefractometrique" : "IndiceRefractometrique",
      "AppellationOrigine" : "AppellationOrigine",
      "NomMarqProd" : "adverty",
      "PoidsNetRecipient" : "PoidsNetRecipient",
      "DescCom" : "adverty",
      "ManipulationMouts" : [ {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      }, {
        "CodeManipulationMouts" : "CodeManipulationMouts"
      } ],
      "ProduitVinicole" : {
        "WineGrowingZoneCode" : "29",
        "CategProduitVini" : null,
        "AutreInfo" : "qwertyazerty",
        "OperationVinicole" : [ {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        }, {
          "CodeManipu" : "33"
        } ],
        "PaysT" : "Tg"
      },
      "Quantite" : "5850130 ou 95991385.9 ou 32284479386.83 ou 50422051684.144",
      "CnCode" : "29263090",
      "MarFisc" : "qwertyazerty",
      "PoidsBrutRecipient" : "PoidsBrutRecipient",
      "TypeProduit" : "TypeProduit",
      "CodeZoneViti" : "CodeZoneViti",
      "TailleProd" : "865122304357",
      "Conditionnement" : [ {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      }, {
        "NbCol" : "50970",
        "TypeCol" : "D!"
      } ],
      "DegPlat" : "8186 ou 590.2 ou 802.66",
      "VolumeTotalRecipient" : "VolumeTotalRecipient",
      "ProduitRecipient" : null,
      "UniteIndiceRefractometrique" : "UniteIndiceRefractometrique",
      "PoidsNet" : "1831870521 ou 7361611.7 ou 907545.17 ou 6057.125 ou 6586454.2069 ou 35.68430 ou 3979.145140",
      "Densite" : "8186 ou 590.2 ou 802.66",
      "CategorieProduitAccise" : "@NM1",
      "Millesime" : "Millesime",
      "Prix" : "5850130 ou 95991385 ou 1234567890",
      "AppellationAbregee" : "AppellationAbregee",
      "NbRecipient" : "NbRecipient"
    } ],
    "Entete" : {
      "SIRETPrestataire" : "SIRETPrestataire",
      "TypeAction" : "TypeAction"
    },
    "LieuLivraison" : {
      "AdrOpeLiv" : "azertyuio",
      "NumAdrOpeLiv" : "abc",
      "IDOpeLiv" : "aqwxsz",
      "VilleOpeLiv" : "asxx",
      "NomOpeLiv" : "edcvfr",
      "CPOpeLiv" : "#bp5"
    },
    "BureauExport" : {
      "RefBurExport" : "mWVDJjg4"
    },
    "ModeTransport" : {
      "ModeTransp" : "33",
      "Duree" : "H24 ou J02",
      "InfoComplTransp" : "adverty"
    },
    "DetailsTransport" : [ {
      "InfoComplDetailTransp" : "adverty",
      "TransportUnitCode" : "29",
      "IDUnitTransp" : "azertyui"
    }, {
      "InfoComplDetailTransp" : "adverty",
      "TransportUnitCode" : "29",
      "IDUnitTransp" : "azertyui"
    }, {
      "InfoComplDetailTransp" : "adverty",
      "TransportUnitCode" : "29",
      "IDUnitTransp" : "azertyui"
    }, {
      "InfoComplDetailTransp" : "adverty",
      "TransportUnitCode" : "29",
      "IDUnitTransp" : "azertyui"
    }, {
      "InfoComplDetailTransp" : "adverty",
      "TransportUnitCode" : "29",
      "IDUnitTransp" : "azertyui"
    } ],
    "Destinataire" : {
      "VilleDest" : "asxx",
      "TVADest" : "TVADest",
      "AdrDest" : "azertyuio",
      "CPDest" : "#bp5",
      "NumUT" : "bZ\\%DdS1+s\\+SZd",
      "NumAdrDest" : "abc",
      "IDDest" : "aqwxsz",
      "NomDest" : "edcvfr"
    },
    "Transporteur" : {
      "NomOrgTransp" : "edcvfr",
      "CPOrgTransp" : "#bp5",
      "NumAdrOrgTransp" : "abc",
      "NumTVAOrgTransp" : "fredc",
      "AdrOrgTransp" : "azertyuio",
      "VilleOrgTransp" : "asxx"
    },
    "Annulation" : {
      "RaisonAnnulation" : "RaisonAnnulation"
    },
    "AutoriteCompetenteLieuDestination" : {
      "IdAutoriteDestIC" : "abcde",
      "CodeBurDest" : "mWVDJjg4"
    },
    "Circulation" : {
      "TypeCirculation" : "TypeCirculation"
    }
  }
}'
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.ExpediteurApi;

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

public class ExpediteurApiExample {
    public static void main(String[] args) {

        // Create an instance of the API class
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        MVVDSA mVVDSA = ; // MVVDSA | 

        try {
            'String' result = apiInstance.messageMVVDSA(messageId, mVVDSA);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#messageMVVDSA");
            e.printStackTrace();
        }
    }
}
import org.openapitools.client.api.ExpediteurApi;

public class ExpediteurApiExample {
    public static void main(String[] args) {
        ExpediteurApi apiInstance = new ExpediteurApi();
        String messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
        MVVDSA mVVDSA = ; // MVVDSA | 

        try {
            'String' result = apiInstance.messageMVVDSA(messageId, mVVDSA);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ExpediteurApi#messageMVVDSA");
            e.printStackTrace();
        }
    }
}


// Create an instance of the API class
ExpediteurApi *apiInstance = [[ExpediteurApi alloc] init];
String *messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
MVVDSA *mVVDSA = ; //  (optional)

// Endpoint de déclenchement d'un message MVVDSA
[apiInstance messageMVVDSAWith:messageId
    mVVDSA:mVVDSA
              completionHandler: ^('String' output, NSError* error) {
    if (output) {
        NSLog(@"%@", output);
    }
    if (error) {
        NSLog(@"Error: %@", error);
    }
}];
var ApiFaccediladeEdiVersGunGamma2 = require('api_faccedilade_edi_vers_gun__gamma_2');

// Create an instance of the API class
var api = new ApiFaccediladeEdiVersGunGamma2.ExpediteurApi()
var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // {String} Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
var opts = {
  'mVVDSA':  // {MVVDSA} 
};

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

namespace Example
{
    public class messageMVVDSAExample
    {
        public void main()
        {

            // Create an instance of the API class
            var apiInstance = new ExpediteurApi();
            var messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b;  // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
            var mVVDSA = new MVVDSA(); // MVVDSA |  (optional) 

            try {
                // Endpoint de déclenchement d'un message MVVDSA
                'String' result = apiInstance.messageMVVDSA(messageId, mVVDSA);
                Debug.WriteLine(result);
            } catch (Exception e) {
                Debug.Print("Exception when calling ExpediteurApi.messageMVVDSA: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\ExpediteurApi();
$messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
$mVVDSA = ; // MVVDSA | 

try {
    $result = $api_instance->messageMVVDSA($messageId, $mVVDSA);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling ExpediteurApi->messageMVVDSA: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::ExpediteurApi;

# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::ExpediteurApi->new();
my $messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
my $mVVDSA = WWW::OPenAPIClient::Object::MVVDSA->new(); # MVVDSA | 

eval {
    my $result = $api_instance->messageMVVDSA(messageId => $messageId, mVVDSA => $mVVDSA);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling ExpediteurApi->messageMVVDSA: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint

# Create an instance of the API class
api_instance = openapi_client.ExpediteurApi()
messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b # String | Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse. (default to null)
mVVDSA =  # MVVDSA |  (optional)

try:
    # Endpoint de déclenchement d'un message MVVDSA
    api_response = api_instance.message_mvvdsa(messageId, mVVDSA=mVVDSA)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling ExpediteurApi->messageMVVDSA: %s\n" % e)
extern crate ExpediteurApi;

pub fn main() {
    let messageId = 370b56ea-37e4-497b-9d03-adec0da9cf9b; // String
    let mVVDSA = ; // MVVDSA

    let mut context = ExpediteurApi::Context::default();
    let result = client.messageMVVDSA(messageId, mVVDSA, &context).wait();

    println!("{:?}", result);
}

Scopes

Parameters

Header parameters
Name Description
messageId*
String
Identifiant du message initial, sa valeur sera égale à celle du corrélé id du message en réponse.
Required
Body parameters
Name Description
mVVDSA

Responses