Swagger Enveloppes - OpenAPI 3.0.3

Description des interfaces REST de la ressource enveloppe
More information: https://helloreverb.com
Contact Info: hello@helloreverb.com
Version: 0.0.1
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

Methods

[ Jump to Models ]

Table of Contents

Default

Default

Up
post /v2/enveloppes/{numeroDossier}/declarations
Ajouter des déclarations à une enveloppe (ELO) (ajouterDeclarations)
L'utilisateur doit être identifié via RIGHT

Path parameters

numeroDossier (required)
Path Parameter — Numéro de Dossier de l'enveloppe

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Liste d'identifiant de déclaration

Return type

Enveloppe

Example data

Content-Type: application/json
{
  "numeroDossier" : "numeroDossier",
  "dateCreation" : "dateCreation",
  "dateModification" : "dateModification",
  "aUneELOValide" : true,
  "dateEmbarquement" : "dateEmbarquement",
  "estUnBrouillon" : true,
  "declarations" : [ {
    "identifiant" : "identifiant",
    "sousTypeDeclaration" : "DEPART",
    "typeDeclaration" : "IMPORT",
    "informationsValidation" : {
      "code" : "code",
      "message" : "message",
      "etat" : "CONFORME"
    },
    "dateEnregistrement" : "dateEnregistrement"
  }, {
    "identifiant" : "identifiant",
    "sousTypeDeclaration" : "DEPART",
    "typeDeclaration" : "IMPORT",
    "informationsValidation" : {
      "code" : "code",
      "message" : "message",
      "etat" : "CONFORME"
    },
    "dateEnregistrement" : "dateEnregistrement"
  } ],
  "dateDebarquement" : "dateDebarquement",
  "nombreDeclaration" : 0,
  "dateAppairage" : "dateAppairage",
  "modeCreation" : "EDI",
  "informationsAppairage" : {
    "sensTraversee" : "ENTREE",
    "typeCamion" : "VIDE",
    "estSPS" : true,
    "estProduitPeche" : true,
    "estTIRATA" : true
  },
  "jeton" : "jeton",
  "dateValidation" : "dateValidation",
  "statut" : "APPAIREE"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Ajout de déclarations réussi Enveloppe

400

Erreur Fonctionnelle ReponseErreur

401

Erreur d'authentification ReponseErreur

404

Enveloppe non trouvée ReponseErreur

500

Erreur Technique ReponseErreur

Up
post /v2/enveloppes
Créer une enveloppe (ELO) (creerEnveloppe)
L'utilisateur doit être identifié via RIGHT

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body RequeteCreerEnveloppe (optional)
Body Parameter — Données d'appairage et liste de numéro de déclaration

Return type

Enveloppe

Example data

Content-Type: application/json
{
  "numeroDossier" : "numeroDossier",
  "dateCreation" : "dateCreation",
  "dateModification" : "dateModification",
  "aUneELOValide" : true,
  "dateEmbarquement" : "dateEmbarquement",
  "estUnBrouillon" : true,
  "declarations" : [ {
    "identifiant" : "identifiant",
    "sousTypeDeclaration" : "DEPART",
    "typeDeclaration" : "IMPORT",
    "informationsValidation" : {
      "code" : "code",
      "message" : "message",
      "etat" : "CONFORME"
    },
    "dateEnregistrement" : "dateEnregistrement"
  }, {
    "identifiant" : "identifiant",
    "sousTypeDeclaration" : "DEPART",
    "typeDeclaration" : "IMPORT",
    "informationsValidation" : {
      "code" : "code",
      "message" : "message",
      "etat" : "CONFORME"
    },
    "dateEnregistrement" : "dateEnregistrement"
  } ],
  "dateDebarquement" : "dateDebarquement",
  "nombreDeclaration" : 0,
  "dateAppairage" : "dateAppairage",
  "modeCreation" : "EDI",
  "informationsAppairage" : {
    "sensTraversee" : "ENTREE",
    "typeCamion" : "VIDE",
    "estSPS" : true,
    "estProduitPeche" : true,
    "estTIRATA" : true
  },
  "jeton" : "jeton",
  "dateValidation" : "dateValidation",
  "statut" : "APPAIREE"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Création de l'enveloppe réussie Enveloppe

400

Erreur Fonctionnelle ReponseErreur

401

Erreur d'authentification ReponseErreur

500

Erreur Technique ReponseErreur

Up
get /v2/enveloppes/{numeroDossier}/pdf
Générer et récupérer le pdf d'une enveloppe (ELO) (genererPdfEnveloppe)
L'utilisateur doit être identifié via RIGHT

Path parameters

numeroDossier (required)
Path Parameter — Numéro de Dossier de l'enveloppe

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Récupération du pdf de l'enveloppe réussie String

400

Erreur Fonctionnelle ReponseErreur

401

Erreur d'authentification ReponseErreur

404

Enveloppe non trouvée ReponseErreur

500

Erreur Technique ReponseErreur

Up
patch /v2/enveloppes/{numeroDossier}
Modifier une enveloppe (ELO) (modifierEnveloppe)
L'utilisateur doit être identifié via RIGHT

Path parameters

numeroDossier (required)
Path Parameter — Numéro de Dossier de l'enveloppe

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body RequeteModifierEnveloppe (optional)
Body Parameter — Données d'appairage

Return type

Enveloppe

Example data

Content-Type: application/json
{
  "numeroDossier" : "numeroDossier",
  "dateCreation" : "dateCreation",
  "dateModification" : "dateModification",
  "aUneELOValide" : true,
  "dateEmbarquement" : "dateEmbarquement",
  "estUnBrouillon" : true,
  "declarations" : [ {
    "identifiant" : "identifiant",
    "sousTypeDeclaration" : "DEPART",
    "typeDeclaration" : "IMPORT",
    "informationsValidation" : {
      "code" : "code",
      "message" : "message",
      "etat" : "CONFORME"
    },
    "dateEnregistrement" : "dateEnregistrement"
  }, {
    "identifiant" : "identifiant",
    "sousTypeDeclaration" : "DEPART",
    "typeDeclaration" : "IMPORT",
    "informationsValidation" : {
      "code" : "code",
      "message" : "message",
      "etat" : "CONFORME"
    },
    "dateEnregistrement" : "dateEnregistrement"
  } ],
  "dateDebarquement" : "dateDebarquement",
  "nombreDeclaration" : 0,
  "dateAppairage" : "dateAppairage",
  "modeCreation" : "EDI",
  "informationsAppairage" : {
    "sensTraversee" : "ENTREE",
    "typeCamion" : "VIDE",
    "estSPS" : true,
    "estProduitPeche" : true,
    "estTIRATA" : true
  },
  "jeton" : "jeton",
  "dateValidation" : "dateValidation",
  "statut" : "APPAIREE"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Modification de l'enveloppe réussie / Validation de l'enveloppe demandée / Modification de l'enveloppe autorisée Enveloppe

400

Erreur Fonctionnelle ReponseErreur

401

Erreur d'authentification ReponseErreur

404

Enveloppe non trouvée ReponseErreur

500

Erreur Technique ReponseErreur

Up
post /v2/enveloppes/{numeroDossier}/statut
Modifier le statut d'un enveloppe (ELO) (modifierStatutEnveloppe)
L'utilisateur doit être identifié via RIGHT

Path parameters

numeroDossier (required)
Path Parameter — Numéro de Dossier de l'enveloppe

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Changement de statut demandé

Return type

Enveloppe

Example data

Content-Type: application/json
{
  "numeroDossier" : "numeroDossier",
  "dateCreation" : "dateCreation",
  "dateModification" : "dateModification",
  "aUneELOValide" : true,
  "dateEmbarquement" : "dateEmbarquement",
  "estUnBrouillon" : true,
  "declarations" : [ {
    "identifiant" : "identifiant",
    "sousTypeDeclaration" : "DEPART",
    "typeDeclaration" : "IMPORT",
    "informationsValidation" : {
      "code" : "code",
      "message" : "message",
      "etat" : "CONFORME"
    },
    "dateEnregistrement" : "dateEnregistrement"
  }, {
    "identifiant" : "identifiant",
    "sousTypeDeclaration" : "DEPART",
    "typeDeclaration" : "IMPORT",
    "informationsValidation" : {
      "code" : "code",
      "message" : "message",
      "etat" : "CONFORME"
    },
    "dateEnregistrement" : "dateEnregistrement"
  } ],
  "dateDebarquement" : "dateDebarquement",
  "nombreDeclaration" : 0,
  "dateAppairage" : "dateAppairage",
  "modeCreation" : "EDI",
  "informationsAppairage" : {
    "sensTraversee" : "ENTREE",
    "typeCamion" : "VIDE",
    "estSPS" : true,
    "estProduitPeche" : true,
    "estTIRATA" : true
  },
  "jeton" : "jeton",
  "dateValidation" : "dateValidation",
  "statut" : "APPAIREE"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Changement l'enveloppe pris en compte Enveloppe

400

Erreur Fonctionnelle ReponseErreur

401

Erreur d'authentification ReponseErreur

404

Enveloppe non trouvée ReponseErreur

500

Erreur Technique ReponseErreur

Up
get /v2/enveloppes/{numeroDossier}/declarations
Rechercher les déclaration d'une enveloppe (ELO) (rechercherDéclarations)
L'utilisateur doit être identifié via RIGHT

Path parameters

numeroDossier (required)
Path Parameter — Numéro de Dossier de l'enveloppe

Query parameters

typesDeclaration (optional)
Query Parameter — Critère de recherche sur les déclaration: le type de déclaration. Si présent correspond implicitement à un type de déclaration sans sous type.
sousTypesDeclaration (optional)
Query Parameter — Critère de recherche sur les déclaration: le sous type de déclaration. Ne pas préciser le type déclaration correspondant qui est implicite.
identifiantDeclaration (optional)
Query Parameter — Identifiant de la déclaration recherchée
numeroPage (optional)
Query Parameter — Numéro de la page à récupérer default: 1
taillePage (optional)
Query Parameter — Taille de la page à récupérer default: 5
ordre (optional)
Query Parameter — Choix de l'ordre du tri : date création croissant ou décroissaant

Return type

ReponseRechercherDeclarations

Example data

Content-Type: application/json
{
  "totalPages" : 0,
  "declarations" : [ {
    "identifiant" : "identifiant",
    "sousTypeDeclaration" : "DEPART",
    "typeDeclaration" : "IMPORT",
    "informationsValidation" : {
      "code" : "code",
      "message" : "message",
      "etat" : "CONFORME"
    },
    "dateEnregistrement" : "dateEnregistrement"
  }, {
    "identifiant" : "identifiant",
    "sousTypeDeclaration" : "DEPART",
    "typeDeclaration" : "IMPORT",
    "informationsValidation" : {
      "code" : "code",
      "message" : "message",
      "etat" : "CONFORME"
    },
    "dateEnregistrement" : "dateEnregistrement"
  } ],
  "totalElements" : 6
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Recherche des déclarations réussie - Résultats complets (ou aucun résultat) ReponseRechercherDeclarations

206

Recherche des déclarations réussie - Résultats partiels ReponseRechercherDeclarations

400

Erreur Fonctionnelle ReponseErreur

401

Erreur d'authentification ReponseErreur

404

Enveloppe non trouvée ReponseErreur

500

Erreur Technique ReponseErreur

Up
get /v2/enveloppes
Rechercher des enveloppes (ELO) (rechercherEnveloppes)
L'utilisateur doit être identifié via RIGHT

Query parameters

sensTraversee (optional)
Query Parameter — Critère de recherche sur les informations d'appairage: le sens de la traversé
typeCamion (optional)
Query Parameter — Critère de recherche sur les informations d'appairage: le type de camion
statutsEnveloppe (optional)
Query Parameter — Critère de recherche sur les informations de l'enveloppe: statut de l'enveloppe
periode (optional)
Query Parameter — Période de recherche: aucune, mois en cours, 1 mois au choix dans les 5 derniers
tri (optional)
Query Parameter — Choix du tri de l'enveloppe
ordre (optional)
Query Parameter — Choix de l'ordre de tri des enveloppes
numeroPage (optional)
Query Parameter — Numéro de la page à récupérer default: 1
taillePage (optional)
Query Parameter — Taille de la page à récupérer default: 5

Return type

ReponseRechercherEnveloppes

Example data

Content-Type: application/json
{
  "enveloppes" : [ {
    "numeroDossier" : "numeroDossier",
    "dateCreation" : "dateCreation",
    "dateModification" : "dateModification",
    "aUneELOValide" : true,
    "dateEmbarquement" : "dateEmbarquement",
    "estUnBrouillon" : true,
    "declarations" : [ {
      "identifiant" : "identifiant",
      "sousTypeDeclaration" : "DEPART",
      "typeDeclaration" : "IMPORT",
      "informationsValidation" : {
        "code" : "code",
        "message" : "message",
        "etat" : "CONFORME"
      },
      "dateEnregistrement" : "dateEnregistrement"
    }, {
      "identifiant" : "identifiant",
      "sousTypeDeclaration" : "DEPART",
      "typeDeclaration" : "IMPORT",
      "informationsValidation" : {
        "code" : "code",
        "message" : "message",
        "etat" : "CONFORME"
      },
      "dateEnregistrement" : "dateEnregistrement"
    } ],
    "dateDebarquement" : "dateDebarquement",
    "nombreDeclaration" : 0,
    "dateAppairage" : "dateAppairage",
    "modeCreation" : "EDI",
    "informationsAppairage" : {
      "sensTraversee" : "ENTREE",
      "typeCamion" : "VIDE",
      "estSPS" : true,
      "estProduitPeche" : true,
      "estTIRATA" : true
    },
    "jeton" : "jeton",
    "dateValidation" : "dateValidation",
    "statut" : "APPAIREE"
  }, {
    "numeroDossier" : "numeroDossier",
    "dateCreation" : "dateCreation",
    "dateModification" : "dateModification",
    "aUneELOValide" : true,
    "dateEmbarquement" : "dateEmbarquement",
    "estUnBrouillon" : true,
    "declarations" : [ {
      "identifiant" : "identifiant",
      "sousTypeDeclaration" : "DEPART",
      "typeDeclaration" : "IMPORT",
      "informationsValidation" : {
        "code" : "code",
        "message" : "message",
        "etat" : "CONFORME"
      },
      "dateEnregistrement" : "dateEnregistrement"
    }, {
      "identifiant" : "identifiant",
      "sousTypeDeclaration" : "DEPART",
      "typeDeclaration" : "IMPORT",
      "informationsValidation" : {
        "code" : "code",
        "message" : "message",
        "etat" : "CONFORME"
      },
      "dateEnregistrement" : "dateEnregistrement"
    } ],
    "dateDebarquement" : "dateDebarquement",
    "nombreDeclaration" : 0,
    "dateAppairage" : "dateAppairage",
    "modeCreation" : "EDI",
    "informationsAppairage" : {
      "sensTraversee" : "ENTREE",
      "typeCamion" : "VIDE",
      "estSPS" : true,
      "estProduitPeche" : true,
      "estTIRATA" : true
    },
    "jeton" : "jeton",
    "dateValidation" : "dateValidation",
    "statut" : "APPAIREE"
  } ],
  "totalPages" : 6,
  "totalElements" : 1
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Recherche des enveloppes réussie - Résultats complets (ou aucun résultat) ReponseRechercherEnveloppes

206

Recherche des enveloppes réussie - Résultats partiels ReponseRechercherEnveloppes

400

Erreur Fonctionnelle ReponseErreur

401

Erreur d'authentification ReponseErreur

500

Erreur Technique ReponseErreur

Up
get /v2/enveloppes/{numeroDossier}
Récupérer une enveloppe (ELO) (recupererEnveloppe)
L'utilisateur doit être identifié via RIGHT

Path parameters

numeroDossier (required)
Path Parameter — Numéro de Dossier de l'enveloppe

Return type

Enveloppe

Example data

Content-Type: application/json
{
  "numeroDossier" : "numeroDossier",
  "dateCreation" : "dateCreation",
  "dateModification" : "dateModification",
  "aUneELOValide" : true,
  "dateEmbarquement" : "dateEmbarquement",
  "estUnBrouillon" : true,
  "declarations" : [ {
    "identifiant" : "identifiant",
    "sousTypeDeclaration" : "DEPART",
    "typeDeclaration" : "IMPORT",
    "informationsValidation" : {
      "code" : "code",
      "message" : "message",
      "etat" : "CONFORME"
    },
    "dateEnregistrement" : "dateEnregistrement"
  }, {
    "identifiant" : "identifiant",
    "sousTypeDeclaration" : "DEPART",
    "typeDeclaration" : "IMPORT",
    "informationsValidation" : {
      "code" : "code",
      "message" : "message",
      "etat" : "CONFORME"
    },
    "dateEnregistrement" : "dateEnregistrement"
  } ],
  "dateDebarquement" : "dateDebarquement",
  "nombreDeclaration" : 0,
  "dateAppairage" : "dateAppairage",
  "modeCreation" : "EDI",
  "informationsAppairage" : {
    "sensTraversee" : "ENTREE",
    "typeCamion" : "VIDE",
    "estSPS" : true,
    "estProduitPeche" : true,
    "estTIRATA" : true
  },
  "jeton" : "jeton",
  "dateValidation" : "dateValidation",
  "statut" : "APPAIREE"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Récupération de l'enveloppe réussie Enveloppe

401

Erreur d'authentification ReponseErreur

404

Enveloppe non trouvée ReponseErreur

500

Erreur Technique ReponseErreur

Up
delete /v2/enveloppes/{numeroDossier}/declarations/{identifiantDeclaration}
Supprimer une déclaration (supprimerDeclaration)
L'utilisateur doit être identifié via RIGHT

Path parameters

numeroDossier (required)
Path Parameter — Numéro de Dossier de l'enveloppe
identifiantDeclaration (required)
Path Parameter — Identification de la déclaration à supprimer

Return type

Declaration

Example data

Content-Type: application/json
{
  "identifiant" : "identifiant",
  "sousTypeDeclaration" : "DEPART",
  "typeDeclaration" : "IMPORT",
  "informationsValidation" : {
    "code" : "code",
    "message" : "message",
    "etat" : "CONFORME"
  },
  "dateEnregistrement" : "dateEnregistrement"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Suppression de la déclaration réussie Declaration

400

Erreur Fonctionnelle ReponseErreur

401

Erreur d'authentification ReponseErreur

404

Enveloppe non trouvée / Déclaration non trouvée ReponseErreur

500

Erreur Technique ReponseErreur

Up
delete /v2/enveloppes/{numeroDossier}
Supprimer une enveloppe (ELO) (supprimerEnveloppe)
L'utilisateur doit être identifié via RIGHT

Path parameters

numeroDossier (required)
Path Parameter — Numéro de Dossier de l'enveloppe

Return type

Enveloppe

Example data

Content-Type: application/json
{
  "numeroDossier" : "numeroDossier",
  "dateCreation" : "dateCreation",
  "dateModification" : "dateModification",
  "aUneELOValide" : true,
  "dateEmbarquement" : "dateEmbarquement",
  "estUnBrouillon" : true,
  "declarations" : [ {
    "identifiant" : "identifiant",
    "sousTypeDeclaration" : "DEPART",
    "typeDeclaration" : "IMPORT",
    "informationsValidation" : {
      "code" : "code",
      "message" : "message",
      "etat" : "CONFORME"
    },
    "dateEnregistrement" : "dateEnregistrement"
  }, {
    "identifiant" : "identifiant",
    "sousTypeDeclaration" : "DEPART",
    "typeDeclaration" : "IMPORT",
    "informationsValidation" : {
      "code" : "code",
      "message" : "message",
      "etat" : "CONFORME"
    },
    "dateEnregistrement" : "dateEnregistrement"
  } ],
  "dateDebarquement" : "dateDebarquement",
  "nombreDeclaration" : 0,
  "dateAppairage" : "dateAppairage",
  "modeCreation" : "EDI",
  "informationsAppairage" : {
    "sensTraversee" : "ENTREE",
    "typeCamion" : "VIDE",
    "estSPS" : true,
    "estProduitPeche" : true,
    "estTIRATA" : true
  },
  "jeton" : "jeton",
  "dateValidation" : "dateValidation",
  "statut" : "APPAIREE"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Suppression de l'enveloppe réussie Enveloppe

400

Erreur Fonctionnelle ReponseErreur

401

Erreur d'authentification ReponseErreur

404

Enveloppe non trouvée ReponseErreur

500

Erreur Technique ReponseErreur

Models

[ Jump to Methods ]

Table of Contents

  1. Declaration
  2. Enveloppe
  3. EnveloppeFormatPdf
  4. EtatValidation
  5. InformationsAppairage
  6. InformationsValidation
  7. ModeCreation
  8. Ordre
  9. ParametresRequeteRechercherDeclarations
  10. ParametresRequeteRechercherEnveloppes
  11. ReponseErreur
  12. ReponseRechercherDeclarations
  13. ReponseRechercherEnveloppes
  14. RequeteAjouterDeclarations
  15. RequeteCreerEnveloppe
  16. RequeteModifierEnveloppe
  17. RequeteModifierStatutEnveloppe
  18. SensTraversee
  19. SousTypeDeclaration
  20. StatutEnveloppe
  21. TriRechercherDeclarations
  22. TriRechercherEnveloppes
  23. TypeCamion
  24. TypeDeclaration

Declaration Up

identifiant (optional)
typeDeclaration (optional)
sousTypeDeclaration (optional)
informationsValidation (optional)
dateEnregistrement (optional)

Enveloppe Up

jeton (optional)
numeroDossier (optional)
statut (optional)
modeCreation (optional)
informationsAppairage (optional)
declarations (optional)
nombreDeclaration (optional)
dateCreation (optional)
dateModification (optional)
dateValidation (optional)
dateAppairage (optional)
dateEmbarquement (optional)
dateDebarquement (optional)
estUnBrouillon (optional)
aUneELOValide (optional)

EnveloppeFormatPdf Up

numeroDossier (optional)
jeton (optional)
dateTelechargement (optional)
informationsAppairage (optional)
nombreENS (optional)
nombreDeclarations (optional)
declarationsImportAnticipe (optional)
declarationsTransitAnticipe (optional)
declarationsTransitPassage (optional)
declarationsECS (optional)
imageCodeBarre (optional)

EtatValidation Up

InformationsAppairage Up

sensTraversee (optional)
typeCamion (optional)
estTIRATA (optional)
estSPS (optional)
estProduitPeche (optional)

InformationsValidation Up

etat (optional)
code (optional)
message (optional)

ModeCreation Up

Ordre Up

ParametresRequeteRechercherDeclarations Up

typesDeclaration (optional)
sousTypesDeclaration (optional)
identifiantDeclaration (optional)
tri (optional)
ordre (optional)
numeroPage (optional)
taillePage (optional)

ParametresRequeteRechercherEnveloppes Up

sensTraversee (optional)
typeCamion (optional)
statutsEnveloppe (optional)
periode (optional)
tri (optional)
ordre (optional)
numeroPage (optional)
taillePage (optional)

ReponseErreur Up

message (optional)
code (optional)

ReponseRechercherDeclarations Up

declarations (optional)
totalPages (optional)
totalElements (optional)
Long format: int64

ReponseRechercherEnveloppes Up

enveloppes (optional)
totalPages (optional)
totalElements (optional)
Long format: int64

RequeteAjouterDeclarations Up

identifiantsDeclaration (optional)

RequeteCreerEnveloppe Up

informationsAppairage (optional)
identifiantsDeclaration (optional)

RequeteModifierEnveloppe Up

informationsAppairage (optional)

RequeteModifierStatutEnveloppe Up

changementStatut (optional)
Enum:
OUVRIR
FERMER
ANNULER_MODIFICATIONS

SensTraversee Up

SousTypeDeclaration Up

StatutEnveloppe Up

TriRechercherDeclarations Up

TriRechercherEnveloppes Up

TypeCamion Up

TypeDeclaration Up