{
  "swagger": "2.0",
  "info": {
    "version": "v1",
    "title": "Silae Paie Rest Api"
  },
  "host": "payroll-api.silae.fr",
  "basePath": "/payroll",
  "schemes": [
    "https"
  ],
  "paths": {
    "/v1/Absences/SalarieSupprimerAbsence": {
      "post": {
        "tags": [
          "Absences"
        ],
        "summary": "SalarieSupprimerAbsence",
        "operationId": "SalarieSupprimerAbsence",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieSupprimerAbsenceRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/Absences/SalarieAjouterAbsence": {
      "post": {
        "tags": [
          "Absences"
        ],
        "summary": "SalarieAjouterAbsence",
        "operationId": "SalarieAjouterAbsence",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieAjouterAbsenceRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/Absences/SalarieAjouterAbsenceV2": {
      "post": {
        "tags": [
          "Absences"
        ],
        "summary": "SalarieAjouterAbsenceV2",
        "operationId": "SalarieAjouterAbsenceV2",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieAjouterAbsenceV2Request"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/Absences/SalarieModifierAbsence": {
      "post": {
        "tags": [
          "Absences"
        ],
        "summary": "SalarieModifierAbsence",
        "operationId": "SalarieModifierAbsence",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieModifierAbsenceRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/Absences/SalarieModifierAbsenceV2": {
      "post": {
        "tags": [
          "Absences"
        ],
        "summary": "SalarieModifierAbsenceV2",
        "operationId": "SalarieModifierAbsenceV2",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieModifierAbsenceV2Request"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/Absences/SalarieAbsences": {
      "post": {
        "tags": [
          "Absences"
        ],
        "summary": "SalarieAbsences",
        "operationId": "SalarieAbsences",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieAbsencesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalarieAbsencesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/Absences/SalarieAbsencesV2": {
      "post": {
        "tags": [
          "Absences"
        ],
        "summary": "SalarieAbsencesV2",
        "operationId": "SalarieAbsencesV2",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieAbsencesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalarieAbsencesV2Response"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ActivitesEtHeures/SalarieAjouterHeures": {
      "post": {
        "tags": [
          "ActivitesEtHeures"
        ],
        "summary": "SalarieAjouterHeures",
        "operationId": "SalarieAjouterHeures",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieAjouterHeuresRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ActivitesEtHeures/SalarieAjouterHeuresSurEmploi": {
      "post": {
        "tags": [
          "ActivitesEtHeures"
        ],
        "summary": "SalarieAjouterHeuresSurEmploi",
        "operationId": "SalarieAjouterHeuresSurEmploi",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieAjouterHeuresSurEmploiRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ActivitesEtHeures/SalarieAjouterActiviteJournaliere": {
      "post": {
        "tags": [
          "ActivitesEtHeures"
        ],
        "summary": "SalarieAjouterActiviteJournaliere",
        "operationId": "SalarieAjouterActiviteJournaliere",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieAjouterActiviteJournaliereRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ActivitesEtHeures/SalarieActiviteJournaliere": {
      "post": {
        "tags": [
          "ActivitesEtHeures"
        ],
        "summary": "SalarieActiviteJournaliere",
        "operationId": "SalarieActiviteJournaliere",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieActiviteJournaliereRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalarieActiviteJournaliereResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ActivitesEtHeures/SalarieAjouterActiviteJournaliereSurEmploi": {
      "post": {
        "tags": [
          "ActivitesEtHeures"
        ],
        "summary": "SalarieAjouterActiviteJournaliereSurEmploi",
        "operationId": "SalarieAjouterActiviteJournaliereSurEmploi",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieAjouterActiviteJournaliereSurEmploiRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ActivitesEtHeures/SalarieAjouterHeuresNatives": {
      "post": {
        "tags": [
          "ActivitesEtHeures"
        ],
        "summary": "SalarieAjouterHeuresNatives",
        "operationId": "SalarieAjouterHeuresNatives",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieAjouterHeuresNativesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ActivitesEtHeures/SalarieAjouterHeuresNativesSurEmploi": {
      "post": {
        "tags": [
          "ActivitesEtHeures"
        ],
        "summary": "SalarieAjouterHeuresNativesSurEmploi",
        "operationId": "SalarieAjouterHeuresNativesSurEmploi",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieAjouterHeuresNativesSurEmploiRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ActivitesEtHeures/SalarieReinitialiserSaisies": {
      "post": {
        "tags": [
          "ActivitesEtHeures"
        ],
        "summary": "SalarieReinitialiserSaisies",
        "operationId": "SalarieReinitialiserSaisies",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieReinitialiserSaisiesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalarieReinitialiserSaisiesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminAgences/ListeAgences": {
      "get": {
        "tags": [
          "AdminAgences"
        ],
        "summary": "ListeAgences",
        "operationId": "ListeAgences",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeAgencesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminAgences/ListeDossiersAgence": {
      "post": {
        "tags": [
          "AdminAgences"
        ],
        "summary": "ListeDossiersAgence",
        "operationId": "ListeDossiersAgence",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ListeDossiersAgenceRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeDossiersAgenceResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminAgences/LectureFicheAgence": {
      "post": {
        "tags": [
          "AdminAgences"
        ],
        "summary": "LectureFicheAgence",
        "operationId": "LectureFicheAgence",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LectureFicheAgenceRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AgenceDetail"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminCollaborateurs/AffectationDossierPaie": {
      "post": {
        "tags": [
          "AdminCollaborateurs"
        ],
        "summary": "AffectationDossierPaie",
        "operationId": "AffectationDossierPaie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AffectationDossierPaieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminCollaborateurs/AffectationDossierPaieLecture": {
      "post": {
        "tags": [
          "AdminCollaborateurs"
        ],
        "summary": "AffectationDossierPaieLecture",
        "operationId": "AffectationDossierPaieLecture",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AffectationDossierPaieLectureResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminCollaborateurs/AdministrationCollaborateurLecture": {
      "post": {
        "tags": [
          "AdminCollaborateurs"
        ],
        "summary": "AdministrationCollaborateurLecture",
        "operationId": "AdministrationCollaborateurLecture",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AdministrationCollaborateurLectureRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/UtilisateurCollaborateur"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminCollaborateurs/AdministrationCollaborateurLectureParIdentifiant": {
      "post": {
        "tags": [
          "AdminCollaborateurs"
        ],
        "summary": "AdministrationCollaborateurLectureParIdentifiant",
        "operationId": "AdministrationCollaborateurLectureParIdentifiant",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AdministrationCollaborateurLectureParIdentifiantRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/UtilisateurCollaborateur"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminCollaborateurs/AdministrationCollaborateurEnregistrement": {
      "post": {
        "tags": [
          "AdminCollaborateurs"
        ],
        "summary": "AdministrationCollaborateurEnregistrement",
        "operationId": "AdministrationCollaborateurEnregistrement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AdministrationCollaborateurEnregistrementRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminCollaborateurs/ModificationDroitsFonctionnelsProductionPaie": {
      "post": {
        "tags": [
          "AdminCollaborateurs"
        ],
        "summary": "ModificationDroitsFonctionnelsProductionPaie",
        "operationId": "ModificationDroitsFonctionnelsProductionPaie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationDroitsFonctionnelsProductionPaieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminCollaborateurs/LectureCompteCollaborateur": {
      "post": {
        "tags": [
          "AdminCollaborateurs"
        ],
        "summary": "LectureCompteCollaborateur",
        "operationId": "LectureCompteCollaborateur",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LectureCompteCollaborateurRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/CompteCollaborateur"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminCollaborateurs/LectureCompteCollaborateurModeles": {
      "get": {
        "tags": [
          "AdminCollaborateurs"
        ],
        "summary": "LectureCompteCollaborateurModeles",
        "operationId": "LectureCompteCollaborateurModeles",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureCompteCollaborateurModelesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminCollaborateurs/CreationCompteCollaborateur": {
      "post": {
        "tags": [
          "AdminCollaborateurs"
        ],
        "summary": "CreationCompteCollaborateur",
        "operationId": "CreationCompteCollaborateur",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/CreationCompteCollaborateurRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/CompteCollaborateur"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminCollaborateurs/CreationCompteCollaborateurDepuisModele": {
      "post": {
        "tags": [
          "AdminCollaborateurs"
        ],
        "summary": "CreationCompteCollaborateurDepuisModele",
        "operationId": "CreationCompteCollaborateurDepuisModele",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/CreationCompteCollaborateurDepuisModeleRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/CompteCollaborateur"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminCollaborateurs/AppliquerModeleCollaborateur": {
      "post": {
        "tags": [
          "AdminCollaborateurs"
        ],
        "summary": "AppliquerModeleCollaborateur",
        "operationId": "AppliquerModeleCollaborateur",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AppliquerModeleCollaborateurRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/CompteCollaborateur"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminDossier/AffecterCleDossier": {
      "post": {
        "tags": [
          "AdminDossier"
        ],
        "summary": "AffecterCleDossier",
        "operationId": "AffecterCleDossier",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AffecterCleDossierRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminDossier/GererEtatDossierPaie": {
      "post": {
        "tags": [
          "AdminDossier"
        ],
        "summary": "GererEtatDossierPaie",
        "operationId": "GererEtatDossierPaie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/GererEtatDossierPaieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminDossier/GererEtatRobotDePaie": {
      "post": {
        "tags": [
          "AdminDossier"
        ],
        "summary": "GererEtatRobotDePaie",
        "operationId": "GererEtatRobotDePaie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/GererEtatRobotDePaieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminDossier/GererCycleDePaie": {
      "post": {
        "tags": [
          "AdminDossier"
        ],
        "summary": "GererCycleDePaie",
        "operationId": "GererCycleDePaie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/GererCycleDePaieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminDossier/ListeDossiersDemoSilae": {
      "get": {
        "tags": [
          "AdminDossier"
        ],
        "summary": "ListeDossiersDemoSilae",
        "operationId": "ListeDossiersDemoSilae",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeDossiersDemoSilaeResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminDossier/ImportDossierDemoAsynchrone": {
      "post": {
        "tags": [
          "AdminDossier"
        ],
        "summary": "ImportDossierDemoAsynchrone",
        "operationId": "ImportDossierDemoAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ImportDossierDemoRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdminDossier/StatutImportDossierDemoAsynchrone": {
      "get": {
        "tags": [
          "AdminDossier"
        ],
        "summary": "StatutImportDossierDemoAsynchrone",
        "operationId": "StatutImportDossierDemoAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdministrationAPI/AnalyseConfigurationAccesApi": {
      "post": {
        "tags": [
          "AdministrationAPI"
        ],
        "summary": "AnalyseConfigurationAccesApi",
        "operationId": "AnalyseConfigurationAccesApi",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseConfigurationAccesApiRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AnalyseConfigurationAccesApiResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdministrationAPI/CreationConfigurationAccesApi": {
      "post": {
        "tags": [
          "AdministrationAPI"
        ],
        "summary": "CreationConfigurationAccesApi",
        "operationId": "CreationConfigurationAccesApi",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/CreationConfigurationAccesApiRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/CreationConfigurationAccesApi"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdministrationAPI/ListeComptesApi": {
      "get": {
        "tags": [
          "AdministrationAPI"
        ],
        "summary": "ListeComptesApi",
        "operationId": "ListeComptesApi",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeComptesApiResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdministrationPortail/Domaines": {
      "get": {
        "tags": [
          "AdministrationPortail"
        ],
        "summary": "Domaines",
        "operationId": "Domaines",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "idEntite",
            "in": "query",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Domain"
              }
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdministrationPortail/Entites": {
      "get": {
        "tags": [
          "AdministrationPortail"
        ],
        "summary": "Entites",
        "operationId": "Entites",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Entity"
              }
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AdministrationPortail/Agencies": {
      "get": {
        "tags": [
          "AdministrationPortail"
        ],
        "summary": "Agencies",
        "operationId": "Agencies",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "domNomBase",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Agency"
              }
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaie": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaie",
        "operationId": "AnalyseProductionPaie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieV2Request"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieAsynchrone": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieAsynchrone",
        "operationId": "AnalyseProductionPaieAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieV2Request"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/StatutAnalyseProductionPaieAsynchrone": {
      "get": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "StatutAnalyseProductionPaieAsynchrone",
        "operationId": "StatutAnalyseProductionPaieAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAnalyseProductionPaieAsynchroneResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAnalyseProductionPaieAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieBulletinsOriginaux": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieBulletinsOriginaux",
        "operationId": "AnalyseProductionPaieBulletinsOriginaux",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieV2Request"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieBulletinsOriginauxResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieBulletinsOriginauxAsynchrone": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieBulletinsOriginauxAsynchrone",
        "operationId": "AnalyseProductionPaieBulletinsOriginauxAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieV2Request"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/StatutAnalyseProductionPaieBulletinsOriginauxAsynchrone": {
      "get": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "StatutAnalyseProductionPaieBulletinsOriginauxAsynchrone",
        "operationId": "StatutAnalyseProductionPaieBulletinsOriginauxAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAnalyseProductionPaieBulletinsOriginauxAsynchroneResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAnalyseProductionPaieBulletinsOriginauxAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieBulletinsCoffresForts": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieBulletinsCoffresForts",
        "operationId": "AnalyseProductionPaieBulletinsCoffresForts",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieV2Request"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieBulletinsCoffresFortsResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieBulletinsCoffresFortsAsynchrone": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieBulletinsCoffresFortsAsynchrone",
        "operationId": "AnalyseProductionPaieBulletinsCoffresFortsAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieV2Request"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/StatutAnalyseProductionPaieBulletinsCoffresFortsAsynchrone": {
      "get": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "StatutAnalyseProductionPaieBulletinsCoffresFortsAsynchrone",
        "operationId": "StatutAnalyseProductionPaieBulletinsCoffresFortsAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAnalyseProductionPaieBulletinsCoffresFortsAsynchroneResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAnalyseProductionPaieBulletinsCoffresFortsAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieDocumentsSignes": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieDocumentsSignes",
        "operationId": "AnalyseProductionPaieDocumentsSignes",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieDocumentsSignesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieDocumentsSignesAsynchrone": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieDocumentsSignesAsynchrone",
        "operationId": "AnalyseProductionPaieDocumentsSignesAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/StatutAnalyseProductionPaieDocumentsSignesAsynchrone": {
      "get": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "StatutAnalyseProductionPaieDocumentsSignesAsynchrone",
        "operationId": "StatutAnalyseProductionPaieDocumentsSignesAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAnalyseProductionPaieDocumentsSignesAsynchroneResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAnalyseProductionPaieDocumentsSignesAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieRevenus": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieRevenus",
        "operationId": "AnalyseProductionPaieRevenus",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieRevenusRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieRevenusResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieRevenusAsynchrone": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieRevenusAsynchrone",
        "operationId": "AnalyseProductionPaieRevenusAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieRevenusRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/StatutAnalyseProductionPaieRevenusAsynchrone": {
      "get": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "StatutAnalyseProductionPaieRevenusAsynchrone",
        "operationId": "StatutAnalyseProductionPaieRevenusAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAnalyseProductionPaieRevenusAsynchroneResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAnalyseProductionPaieRevenusAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieDetail": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieDetail",
        "operationId": "AnalyseProductionPaieDetail",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieDetailRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieDetailResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieUtilisateurs": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieUtilisateurs",
        "operationId": "AnalyseProductionPaieUtilisateurs",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieUtilisateursRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieUtilisateursResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieUtilisateursV2": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieUtilisateursV2",
        "operationId": "AnalyseProductionPaieUtilisateursV2",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieUtilisateursRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieUtilisateursV2Response"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieUtilisateursV2Asynchrone": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieUtilisateursV2Asynchrone",
        "operationId": "AnalyseProductionPaieUtilisateursV2Asynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieUtilisateursRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/StatutAnalyseProductionPaieUtilisateursV2Asynchrone": {
      "get": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "StatutAnalyseProductionPaieUtilisateursV2Asynchrone",
        "operationId": "StatutAnalyseProductionPaieUtilisateursV2Asynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAnalyseProductionPaieUtilisateursV2AsynchroneResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAnalyseProductionPaieUtilisateursV2AsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieUtilisateursV3": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieUtilisateursV3",
        "operationId": "AnalyseProductionPaieUtilisateursV3",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieUtilisateursV3Request"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieUtilisateursV3Response"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieUtilisateursV3Asynchrone": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieUtilisateursV3Asynchrone",
        "operationId": "AnalyseProductionPaieUtilisateursV3Asynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieUtilisateursV3Request"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/StatutAnalyseProductionPaieUtilisateursV3Asynchrone": {
      "get": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "StatutAnalyseProductionPaieUtilisateursV3Asynchrone",
        "operationId": "StatutAnalyseProductionPaieUtilisateursV3Asynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAnalyseProductionPaieUtilisateursV3AsynchroneResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAnalyseProductionPaieUtilisateursV3AsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieEffectifs": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieEffectifs",
        "operationId": "AnalyseProductionPaieEffectifs",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieEffectifsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieEffectifsResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieEffectifsAsynchrone": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieEffectifsAsynchrone",
        "operationId": "AnalyseProductionPaieEffectifsAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieEffectifsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/StatutAnalyseProductionPaieEffectifsAsynchrone": {
      "get": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "StatutAnalyseProductionPaieEffectifsAsynchrone",
        "operationId": "StatutAnalyseProductionPaieEffectifsAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAnalyseProductionPaieEffectifsAsynchroneResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAnalyseProductionPaieEffectifsAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieEntreesSorties": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieEntreesSorties",
        "operationId": "AnalyseProductionPaieEntreesSorties",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieEntreesSortiesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieEntreesSortiesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/AnalyseProductionPaieEntreesSortiesAsynchrone": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "AnalyseProductionPaieEntreesSortiesAsynchrone",
        "operationId": "AnalyseProductionPaieEntreesSortiesAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AnalyseProductionPaieEntreesSortiesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/StatutAnalyseProductionPaieEntreesSortiesAsynchrone": {
      "get": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "StatutAnalyseProductionPaieEntreesSortiesAsynchrone",
        "operationId": "StatutAnalyseProductionPaieEntreesSortiesAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAnalyseProductionPaieEntreesSortiesAsynchroneResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAnalyseProductionPaieEntreesSortiesAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/BureautiquePaieNombreDocumentsCrees": {
      "post": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "BureautiquePaieNombreDocumentsCrees",
        "operationId": "BureautiquePaieNombreDocumentsCrees",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/BureautiquePaieNombreDocumentsCreesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/BureautiquePaieNombreDocumentsCreesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/ListeModulesActifs": {
      "get": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "ListeModulesActifs",
        "operationId": "ListeModulesActifs",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "codeAgence",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeModulesActifsResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AnalyseProduction/ListeModulesMySilae": {
      "get": {
        "tags": [
          "AnalyseProduction"
        ],
        "summary": "ListeModulesMySilae",
        "operationId": "ListeModulesMySilae",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "codeAgence",
            "in": "query",
            "required": false,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeModulesMySilaeResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AxesAnalytiques/LectureAxesAnalytiques": {
      "post": {
        "tags": [
          "AxesAnalytiques"
        ],
        "summary": "LectureAxesAnalytiques",
        "operationId": "LectureAxesAnalytiques",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureAxesAnalytiquesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AxesAnalytiques/AjoutSousCategorieAxeAnalytique": {
      "post": {
        "tags": [
          "AxesAnalytiques"
        ],
        "summary": "AjoutSousCategorieAxeAnalytique",
        "operationId": "AjoutSousCategorieAxeAnalytique",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AjoutSousCategorieAxeAnalytiqueRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/AxesAnalytiques/LectureAxesAnalytiquesSalaries": {
      "post": {
        "tags": [
          "AxesAnalytiques"
        ],
        "summary": "LectureAxesAnalytiquesSalaries",
        "operationId": "LectureAxesAnalytiquesSalaries",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LectureAxesAnalytiquesSalariesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureAxesAnalytiquesSalariesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ClassificationMetier/SalarieEmploiClassificationMetier": {
      "post": {
        "tags": [
          "ClassificationMetier"
        ],
        "summary": "SalarieEmploiClassificationMetier",
        "operationId": "SalarieEmploiClassificationMetier",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieEmploiClassificationMetierRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EmploiClassificationMetier"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ClassificationMetier/ClassificationMetierComplete": {
      "post": {
        "tags": [
          "ClassificationMetier"
        ],
        "summary": "ClassificationMetierComplete",
        "operationId": "ClassificationMetierComplete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ClassificationMetierCompleteRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ClassificationMetierCompleteResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/CompteRenduDSN/AjouteCompteRenduEdi": {
      "post": {
        "tags": [
          "CompteRenduDSN"
        ],
        "summary": "AjouteCompteRenduEdi",
        "operationId": "AjouteCompteRenduEdi",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AjouteCompteRenduEdiRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/CompteRenduDSN/AjouteCompteRenduEdi94": {
      "post": {
        "tags": [
          "CompteRenduDSN"
        ],
        "summary": "AjouteCompteRenduEdi94",
        "operationId": "AjouteCompteRenduEdi94",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AjouteCompteRenduEdi94Request"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AjouteCompteRenduEdi94Response"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ConfigurationDSN/CreationEmetteurDSN": {
      "post": {
        "tags": [
          "ConfigurationDSN"
        ],
        "summary": "CreationEmetteurDSN",
        "operationId": "CreationEmetteurDSN",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/CreationEmetteurDSNRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ConfigurationDSN/LectureContactEmetteurDSN": {
      "post": {
        "tags": [
          "ConfigurationDSN"
        ],
        "summary": "LectureContactEmetteurDSN",
        "operationId": "LectureContactEmetteurDSN",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LectureContactEmetteurDSNRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureContactEmetteurDSNResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ConfigurationDSN/ImportXmlParametrageOrganismeDSN": {
      "post": {
        "tags": [
          "ConfigurationDSN"
        ],
        "summary": "ImportXmlParametrageOrganismeDSN",
        "operationId": "ImportXmlParametrageOrganismeDSN",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ImportXmlParametrageOrganismeDSNRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ImportXmlParametrageOrganismeDSNResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ConfigurationDSN/InitialisationAncienNumeroContratDSN": {
      "post": {
        "tags": [
          "ConfigurationDSN"
        ],
        "summary": "InitialisationAncienNumeroContratDSN",
        "operationId": "InitialisationAncienNumeroContratDSN",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/InitialisationAncienNumeroContratDSNRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ConfigurationDSN/ActivationDSN": {
      "post": {
        "tags": [
          "ConfigurationDSN"
        ],
        "summary": "ActivationDSN",
        "operationId": "ActivationDSN",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ActivationDSNRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/Connexion/ValideCleDossier": {
      "post": {
        "tags": [
          "Connexion"
        ],
        "summary": "ValideCleDossier",
        "operationId": "ValideCleDossier",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ValideCleDossierRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/Contacts/CreationUtilisateurClientPaie": {
      "post": {
        "tags": [
          "Contacts"
        ],
        "summary": "CreationUtilisateurClientPaie",
        "operationId": "CreationUtilisateurClientPaie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/CreationUtilisateurClientPaieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/Contacts/ListeUtilisateursDossierPaie": {
      "post": {
        "tags": [
          "Contacts"
        ],
        "summary": "ListeUtilisateursDossierPaie",
        "operationId": "ListeUtilisateursDossierPaie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeUtilisateursDossierPaieResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/Contacts/ListeUtilisateursDossierPaieV2": {
      "post": {
        "tags": [
          "Contacts"
        ],
        "summary": "ListeUtilisateursDossierPaieV2",
        "operationId": "ListeUtilisateursDossierPaieV2",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeUtilisateursDossierPaieV2Response"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ContratComplementaire/AcquisitionQuestionnaireContratComplementaire": {
      "post": {
        "tags": [
          "ContratComplementaire"
        ],
        "summary": "AcquisitionQuestionnaireContratComplementaire",
        "operationId": "AcquisitionQuestionnaireContratComplementaire",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AcquisitionQuestionnaireContratComplementaireRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AcquisitionQuestionnaireContratComplementaireResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ContratComplementaire/CreationQuestionnaireContratComplementaire": {
      "post": {
        "tags": [
          "ContratComplementaire"
        ],
        "summary": "CreationQuestionnaireContratComplementaire",
        "operationId": "CreationQuestionnaireContratComplementaire",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/CreationQuestionnaireContratComplementaireRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/QuestionnaireContratComplementaire"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ControleBulletins/ControlerBulletinsPeriode": {
      "post": {
        "tags": [
          "ControleBulletins"
        ],
        "summary": "ControlerBulletinsPeriode",
        "operationId": "ControlerBulletinsPeriode",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ControlerBulletinsPeriodeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ControlerBulletinsPeriodeResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/CreationDossier/CreationDossierPaie": {
      "post": {
        "tags": [
          "CreationDossier"
        ],
        "summary": "CreationDossierPaie",
        "operationId": "CreationDossierPaie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/CreationDossierPaieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/CreationDossierPaieResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/CreationDossier/ImportFichierDSN": {
      "post": {
        "tags": [
          "CreationDossier"
        ],
        "summary": "ImportFichierDSN",
        "operationId": "ImportFichierDSN",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ImportFichierDSNRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/RetourImportDSN"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/CreationDossier/CreationDossierParImportFichierDSN": {
      "post": {
        "tags": [
          "CreationDossier"
        ],
        "summary": "CreationDossierParImportFichierDSN",
        "operationId": "CreationDossierParImportFichierDSN",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/CreationDossierParImportFichierDSNRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/RetourImportDSN"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/Cumuls/SalarieInitialiserCumuls": {
      "post": {
        "tags": [
          "Cumuls"
        ],
        "summary": "SalarieInitialiserCumuls",
        "operationId": "SalarieInitialiserCumuls",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieInitialiserCumulsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/DeclarationPDF/RecupererDeclarations": {
      "post": {
        "tags": [
          "DeclarationPDF"
        ],
        "summary": "RecupererDeclarations",
        "operationId": "RecupererDeclarations",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierPeriodeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/RecupererDeclarationsResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/DeclarationPDF/RecupererDeclarationsAsynchrone": {
      "post": {
        "tags": [
          "DeclarationPDF"
        ],
        "summary": "RecupererDeclarationsAsynchrone",
        "operationId": "RecupererDeclarationsAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierPeriodeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/DeclarationPDF/StatutRecupererDeclarationsAsynchrone": {
      "get": {
        "tags": [
          "DeclarationPDF"
        ],
        "summary": "StatutRecupererDeclarationsAsynchrone",
        "operationId": "StatutRecupererDeclarationsAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EcrituresComptables/EcrituresComptables": {
      "post": {
        "tags": [
          "EcrituresComptables"
        ],
        "summary": "EcrituresComptables",
        "operationId": "EcrituresComptables",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierPeriodeRangeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EcrituresComptables"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EcrituresComptables/EcrituresComptables2": {
      "post": {
        "tags": [
          "EcrituresComptables"
        ],
        "summary": "EcrituresComptables2",
        "operationId": "EcrituresComptables2",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EcrituresComptables2Request"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EcrituresComptables"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EcrituresComptables/EcrituresComptables3": {
      "post": {
        "tags": [
          "EcrituresComptables"
        ],
        "summary": "EcrituresComptables3",
        "operationId": "EcrituresComptables3",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EcrituresComptables3Request"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EcrituresComptables"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EcrituresComptables/EcrituresComptables4": {
      "post": {
        "tags": [
          "EcrituresComptables"
        ],
        "summary": "EcrituresComptables4",
        "operationId": "EcrituresComptables4",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EcrituresComptables4Request"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EcrituresComptablesAvecRuptures"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EcrituresComptables/EcrituresComptablesPaiementSalaires": {
      "post": {
        "tags": [
          "EcrituresComptables"
        ],
        "summary": "EcrituresComptablesPaiementSalaires",
        "operationId": "EcrituresComptablesPaiementSalaires",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EcrituresComptablesPaiementSalairesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EcrituresComptablesAvecRuptures"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EcrituresComptables/EcrituresComptablesPaiementAcomptes": {
      "post": {
        "tags": [
          "EcrituresComptables"
        ],
        "summary": "EcrituresComptablesPaiementAcomptes",
        "operationId": "EcrituresComptablesPaiementAcomptes",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierPeriodeRangeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EcrituresComptablesAvecRuptures"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EcrituresComptables/EcrituresComptablesAsynchrone": {
      "post": {
        "tags": [
          "EcrituresComptables"
        ],
        "summary": "EcrituresComptablesAsynchrone",
        "operationId": "EcrituresComptablesAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EcrituresComptables3Request"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EcrituresComptables/StatutEcrituresComptablesAsynchrone": {
      "get": {
        "tags": [
          "EcrituresComptables"
        ],
        "summary": "StatutEcrituresComptablesAsynchrone",
        "operationId": "StatutEcrituresComptablesAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutEcrituresComptablesAsynchroneResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutEcrituresComptablesAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EcrituresComptables/EcrituresComptables4Asynchrone": {
      "post": {
        "tags": [
          "EcrituresComptables"
        ],
        "summary": "EcrituresComptables4Asynchrone",
        "operationId": "EcrituresComptables4Asynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EcrituresComptables4Request"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EcrituresComptables/StatutEcrituresComptables4Asynchrone": {
      "get": {
        "tags": [
          "EcrituresComptables"
        ],
        "summary": "StatutEcrituresComptables4Asynchrone",
        "operationId": "StatutEcrituresComptables4Asynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutEcrituresComptables4AsynchroneResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutEcrituresComptables4AsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EcrituresComptables/RecupererFichiersEcrituresComptables": {
      "post": {
        "tags": [
          "EcrituresComptables"
        ],
        "summary": "RecupererFichiersEcrituresComptables",
        "operationId": "RecupererFichiersEcrituresComptables",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierPeriodeRangeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/RecupererFichiersEcrituresComptablesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EcrituresComptables/RecupererFichiersEcrituresComptablesAsynchrone": {
      "post": {
        "tags": [
          "EcrituresComptables"
        ],
        "summary": "RecupererFichiersEcrituresComptablesAsynchrone",
        "operationId": "RecupererFichiersEcrituresComptablesAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierPeriodeRangeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EcrituresComptables/StatutRecupererFichiersEcrituresComptablesAsynchrone": {
      "get": {
        "tags": [
          "EcrituresComptables"
        ],
        "summary": "StatutRecupererFichiersEcrituresComptablesAsynchrone",
        "operationId": "StatutRecupererFichiersEcrituresComptablesAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutRecupererFichiersEcrituresComptablesAsynchroneResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutRecupererFichiersEcrituresComptablesAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EcrituresComptables/EcrituresComptablesPaiementSalairesLotsVirement": {
      "post": {
        "tags": [
          "EcrituresComptables"
        ],
        "summary": "EcrituresComptablesPaiementSalairesLotsVirement",
        "operationId": "EcrituresComptablesPaiementSalairesLotsVirement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierPeriodePaiementSalairesLotsVirementRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/EcrituresComptablesPaiementSalairesLotsVirementResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/SoldeRepos": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "SoldeRepos",
        "operationId": "SoldeRepos",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SoldeReposRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SoldeRepos"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/SoldeReposAsynchrone": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "SoldeReposAsynchrone",
        "operationId": "SoldeReposAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SoldeReposRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/StatutSoldeReposAsynchrone": {
      "get": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "StatutSoldeReposAsynchrone",
        "operationId": "StatutSoldeReposAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutSoldeReposResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutSoldeReposResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/EditionJournalDePaie": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "EditionJournalDePaie",
        "operationId": "EditionJournalDePaie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionJournalDePaieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EditionJournalDePaieResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/EditionJournalDePaieAsynchrone": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "EditionJournalDePaieAsynchrone",
        "operationId": "EditionJournalDePaieAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionJournalDePaieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/StatutEditionJournalDePaieAsynchrone": {
      "get": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "StatutEditionJournalDePaieAsynchrone",
        "operationId": "StatutEditionJournalDePaieAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/EditionTableauDesCharges": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "EditionTableauDesCharges",
        "operationId": "EditionTableauDesCharges",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionTableauDesChargesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EditionTableauDesChargesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/EditionTableauDesChargesAsynchrone": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "EditionTableauDesChargesAsynchrone",
        "operationId": "EditionTableauDesChargesAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionTableauDesChargesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/StatutEditionTableauDesChargesAsynchrone": {
      "get": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "StatutEditionTableauDesChargesAsynchrone",
        "operationId": "StatutEditionTableauDesChargesAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/EditionEtatDesPaiements": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "EditionEtatDesPaiements",
        "operationId": "EditionEtatDesPaiements",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionEtatDesPaiementsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EditionEtatDesPaiementsResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/EditionEtatDesPaiementsAsynchrone": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "EditionEtatDesPaiementsAsynchrone",
        "operationId": "EditionEtatDesPaiementsAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionEtatDesPaiementsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/StatutEditionEtatDesPaiementsAsynchrone": {
      "get": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "StatutEditionEtatDesPaiementsAsynchrone",
        "operationId": "StatutEditionEtatDesPaiementsAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/EditionRecapDePaie": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "EditionRecapDePaie",
        "operationId": "EditionRecapDePaie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionRecapDePaieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EditionRecapDePaieResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/EditionRecapDePaieAsynchrone": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "EditionRecapDePaieAsynchrone",
        "operationId": "EditionRecapDePaieAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionRecapDePaieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/StatutEditionRecapDePaieAsynchrone": {
      "get": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "StatutEditionRecapDePaieAsynchrone",
        "operationId": "StatutEditionRecapDePaieAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/EditionRecapDePaieDetailleParSalarie": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "EditionRecapDePaieDetailleParSalarie",
        "operationId": "EditionRecapDePaieDetailleParSalarie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionRecapDePaieDetailleParSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EditionRecapDePaieDetailleParSalarieResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/EditionRecapDePaieDetailleParSalarieAsynchrone": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "EditionRecapDePaieDetailleParSalarieAsynchrone",
        "operationId": "EditionRecapDePaieDetailleParSalarieAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionRecapDePaieDetailleParSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/StatutEditionRecapDePaieDetailleParSalarieAsynchrone": {
      "get": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "StatutEditionRecapDePaieDetailleParSalarieAsynchrone",
        "operationId": "StatutEditionRecapDePaieDetailleParSalarieAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/EditionSoldeDeRepos": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "EditionSoldeDeRepos",
        "operationId": "EditionSoldeDeRepos",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionSoldeDeReposRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EditionSoldeDeReposResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/EditionSoldeDeReposAsynchrone": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "EditionSoldeDeReposAsynchrone",
        "operationId": "EditionSoldeDeReposAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionSoldeDeReposRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/StatutEditionSoldeDeReposAsynchrone": {
      "get": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "StatutEditionSoldeDeReposAsynchrone",
        "operationId": "StatutEditionSoldeDeReposAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/EditionControleCICE": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "EditionControleCICE",
        "operationId": "EditionControleCICE",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierPeriodeRangeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EditionControleCICEResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/EditionControleCICEAsynchrone": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "EditionControleCICEAsynchrone",
        "operationId": "EditionControleCICEAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierPeriodeRangeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/StatutEditionControleCICEAsynchrone": {
      "get": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "StatutEditionControleCICEAsynchrone",
        "operationId": "StatutEditionControleCICEAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/EditionDetailDesCotisations": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "EditionDetailDesCotisations",
        "operationId": "EditionDetailDesCotisations",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionDetailDesCotisationsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EditionDetailDesCotisationsResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/EditionDetailDesCotisationsAsynchrone": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "EditionDetailDesCotisationsAsynchrone",
        "operationId": "EditionDetailDesCotisationsAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionDetailDesCotisationsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/StatutEditionDetailDesCotisationsAsynchrone": {
      "get": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "StatutEditionDetailDesCotisationsAsynchrone",
        "operationId": "StatutEditionDetailDesCotisationsAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/EditionCoutsSalariaux": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "EditionCoutsSalariaux",
        "operationId": "EditionCoutsSalariaux",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionCoutsSalariauxRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EditionCoutsSalariauxResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/EditionCoutsSalariauxAsynchrone": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "EditionCoutsSalariauxAsynchrone",
        "operationId": "EditionCoutsSalariauxAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionCoutsSalariauxRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/StatutEditionCoutsSalariauxAsynchrone": {
      "get": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "StatutEditionCoutsSalariauxAsynchrone",
        "operationId": "StatutEditionCoutsSalariauxAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionEtatsPaie/GenerationFichierTR": {
      "post": {
        "tags": [
          "EditionEtatsPaie"
        ],
        "summary": "GenerationFichierTR",
        "operationId": "GenerationFichierTR",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/GenerationFichierTRRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/GenererFichierTRResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionHistoriques/EditionHistorique": {
      "post": {
        "tags": [
          "EditionHistoriques"
        ],
        "summary": "EditionHistorique",
        "operationId": "EditionHistorique",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionHistoriqueRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EditionHistoriqueResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionHistoriques/EditionHistoriqueChiffre": {
      "post": {
        "tags": [
          "EditionHistoriques"
        ],
        "summary": "EditionHistoriqueChiffre",
        "operationId": "EditionHistoriqueChiffre",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionHistoriqueChiffreRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EditionHistoriqueResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionHistoriques/EditionHistoriqueAsynchrone": {
      "post": {
        "tags": [
          "EditionHistoriques"
        ],
        "summary": "EditionHistoriqueAsynchrone",
        "operationId": "EditionHistoriqueAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionHistoriqueRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionHistoriques/StatutEditionHistoriqueAsynchrone": {
      "get": {
        "tags": [
          "EditionHistoriques"
        ],
        "summary": "StatutEditionHistoriqueAsynchrone",
        "operationId": "StatutEditionHistoriqueAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionHistoriques/EditionHistoriqueChiffreAsynchrone": {
      "post": {
        "tags": [
          "EditionHistoriques"
        ],
        "summary": "EditionHistoriqueChiffreAsynchrone",
        "operationId": "EditionHistoriqueChiffreAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EditionHistoriqueChiffreRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EditionHistoriques/StatutEditionHistoriqueChiffreAsynchrone": {
      "get": {
        "tags": [
          "EditionHistoriques"
        ],
        "summary": "StatutEditionHistoriqueChiffreAsynchrone",
        "operationId": "StatutEditionHistoriqueChiffreAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ElementsVariables/SalarieAjouterPrime": {
      "post": {
        "tags": [
          "ElementsVariables"
        ],
        "summary": "SalarieAjouterPrime",
        "operationId": "SalarieAjouterPrime",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieAjouterPrimeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ElementsVariables/SalarieAjouterPrimeSurEmploi": {
      "post": {
        "tags": [
          "ElementsVariables"
        ],
        "summary": "SalarieAjouterPrimeSurEmploi",
        "operationId": "SalarieAjouterPrimeSurEmploi",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieAjouterPrimeSurEmploiRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ElementsVariables/SalarieAjouterElementVariable": {
      "post": {
        "tags": [
          "ElementsVariables"
        ],
        "summary": "SalarieAjouterElementVariable",
        "operationId": "SalarieAjouterElementVariable",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieAjouterElementVariableRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ElementsVariables/SalarieAjouterElementVariableSurEmploi": {
      "post": {
        "tags": [
          "ElementsVariables"
        ],
        "summary": "SalarieAjouterElementVariableSurEmploi",
        "operationId": "SalarieAjouterElementVariableSurEmploi",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieAjouterElementVariableSurEmploiRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ElementsVariables/SalarieAjouterAcompte": {
      "post": {
        "tags": [
          "ElementsVariables"
        ],
        "summary": "SalarieAjouterAcompte",
        "operationId": "SalarieAjouterAcompte",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieAjouterAcompteRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ElementsVariables/SalariesConfirmerSaisies": {
      "post": {
        "tags": [
          "ElementsVariables"
        ],
        "summary": "SalariesConfirmerSaisies",
        "operationId": "SalariesConfirmerSaisies",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalariesConfirmerSaisiesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalariesConfirmerSaisiesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ElementsVariables/SalariesConfirmerSaisiesAsynchrone": {
      "post": {
        "tags": [
          "ElementsVariables"
        ],
        "summary": "SalariesConfirmerSaisiesAsynchrone",
        "operationId": "SalariesConfirmerSaisiesAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalariesConfirmerSaisiesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ElementsVariables/StatutSalariesConfirmerSaisiesAsynchrone": {
      "get": {
        "tags": [
          "ElementsVariables"
        ],
        "summary": "StatutSalariesConfirmerSaisiesAsynchrone",
        "operationId": "StatutSalariesConfirmerSaisiesAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutSalariesConfirmerSaisiesResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutSalariesConfirmerSaisiesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/EtatDeclaration/EtatDeclarations": {
      "post": {
        "tags": [
          "EtatDeclaration"
        ],
        "summary": "EtatDeclarations",
        "operationId": "EtatDeclarations",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EtatDeclarationsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EtatDeclarationsResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/ListeEtablissementsDossierPaie": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "ListeEtablissementsDossierPaie",
        "operationId": "ListeEtablissementsDossierPaie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeEtablissementsDossierPaieResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/EtablissementsAExclureCVAE": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "EtablissementsAExclureCVAE",
        "operationId": "EtablissementsAExclureCVAE",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EtablissementsAExclureCVAERequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EtablissementsAExclureCVAEResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/MiseAJourFicheSociete": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "MiseAJourFicheSociete",
        "operationId": "MiseAJourFicheSociete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/MiseAJourFicheSocieteRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/MiseAJourFicheEtablissement": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "MiseAJourFicheEtablissement",
        "operationId": "MiseAJourFicheEtablissement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/MiseAJourFicheEtablissementRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/ModificationEffectifSociete": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "ModificationEffectifSociete",
        "operationId": "ModificationEffectifSociete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationEffectifSocieteRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/ModificationCCNSociete": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "ModificationCCNSociete",
        "operationId": "ModificationCCNSociete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationCCNSocieteRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/ModificationEffortConstruction": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "ModificationEffortConstruction",
        "operationId": "ModificationEffortConstruction",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationEffortConstructionRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/ModificationFNAL": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "ModificationFNAL",
        "operationId": "ModificationFNAL",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationFNALRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/ModificationInformationBancaireSociete": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "ModificationInformationBancaireSociete",
        "operationId": "ModificationInformationBancaireSociete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationInformationBancaireSocieteRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/ModificationTaxeTransport": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "ModificationTaxeTransport",
        "operationId": "ModificationTaxeTransport",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationTaxeTransportRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/ModificationTaxeApprentissageEtablissement": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "ModificationTaxeApprentissageEtablissement",
        "operationId": "ModificationTaxeApprentissageEtablissement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationTaxeApprentissageEtablissementRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ModificationTaxeApprentissageEtablissementResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/ModificationTaxeApprentissageSociete": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "ModificationTaxeApprentissageSociete",
        "operationId": "ModificationTaxeApprentissageSociete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationTaxeApprentissageSocieteRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ModificationTaxeApprentissageSocieteResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/ModificationCCNEtablissement": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "ModificationCCNEtablissement",
        "operationId": "ModificationCCNEtablissement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationCCNEtablissementRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/ModificationEffectifEtablissement": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "ModificationEffectifEtablissement",
        "operationId": "ModificationEffectifEtablissement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationEffectifEtablissementRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/ModificationQuestionnaireCCNEtablissement": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "ModificationQuestionnaireCCNEtablissement",
        "operationId": "ModificationQuestionnaireCCNEtablissement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationQuestionnaireCCNEtablissementRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/ModificationGrilleHoraireEtablissement": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "ModificationGrilleHoraireEtablissement",
        "operationId": "ModificationGrilleHoraireEtablissement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationGrilleHoraireEtablissementRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/LectureEffectifSociete": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "LectureEffectifSociete",
        "operationId": "LectureEffectifSociete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureEffectifSocieteResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/LectureCCNSociete": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "LectureCCNSociete",
        "operationId": "LectureCCNSociete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureCCNSocieteResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/LectureEffortConstruction": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "LectureEffortConstruction",
        "operationId": "LectureEffortConstruction",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/EffortConstruction"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/LectureFNAL": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "LectureFNAL",
        "operationId": "LectureFNAL",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/FNAL"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/LectureInformationBancaireSociete": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "LectureInformationBancaireSociete",
        "operationId": "LectureInformationBancaireSociete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureInformationBancaireSocieteResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/LectureTaxeTransport": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "LectureTaxeTransport",
        "operationId": "LectureTaxeTransport",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LectureTaxeTransportRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureTaxeTransportResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/LectureTaxeApprentissageSociete": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "LectureTaxeApprentissageSociete",
        "operationId": "LectureTaxeApprentissageSociete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LectureTaxeApprentissageSocieteRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureTaxeApprentissageSocieteResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/LectureTaxeApprentissageEtablissement": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "LectureTaxeApprentissageEtablissement",
        "operationId": "LectureTaxeApprentissageEtablissement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LectureTaxeApprentissageEtablissementRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureTaxeApprentissageEtablissementResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/FicheSociete/LectureEffectifEtablissement": {
      "post": {
        "tags": [
          "FicheSociete"
        ],
        "summary": "LectureEffectifEtablissement",
        "operationId": "LectureEffectifEtablissement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LectureEffectifEtablissementRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureEffectifEtablissementResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/GenerationDeclaration/GenererDSNEvenementielleFCTUAsynchrone": {
      "post": {
        "tags": [
          "GenerationDeclaration"
        ],
        "summary": "GenererDSNEvenementielleFCTUAsynchrone",
        "operationId": "GenererDSNEvenementielleFCTUAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/GenererDSNEvenementielleFCTURequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/GenerationDeclaration/StatutGenererDSNEvenementielleFCTUAsynchrone": {
      "get": {
        "tags": [
          "GenerationDeclaration"
        ],
        "summary": "StatutGenererDSNEvenementielleFCTUAsynchrone",
        "operationId": "StatutGenererDSNEvenementielleFCTUAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutGenererDSNEvenementielleFCTUResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutGenererDSNEvenementielleFCTUResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/GenerationEnvoiDUE/SalarieRecupererDUE": {
      "post": {
        "tags": [
          "GenerationEnvoiDUE"
        ],
        "summary": "SalarieRecupererDUE",
        "operationId": "SalarieRecupererDUE",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierMatriculeSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalarieRecupererDUEResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/GenerationEnvoiDUE/SalarieRecupererRecuDPAE": {
      "post": {
        "tags": [
          "GenerationEnvoiDUE"
        ],
        "summary": "SalarieRecupererRecuDPAE",
        "operationId": "SalarieRecupererRecuDPAE",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieRecupererRecuDPAERequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalarieRecupererRecuDPAEResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/GenerationEnvoiDUE/SalarieDUE": {
      "post": {
        "tags": [
          "GenerationEnvoiDUE"
        ],
        "summary": "SalarieDUE",
        "operationId": "SalarieDUE",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieDUERequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/GenerationEnvoiDUE/SalarieDUEAsynchrone": {
      "post": {
        "tags": [
          "GenerationEnvoiDUE"
        ],
        "summary": "SalarieDUEAsynchrone",
        "operationId": "SalarieDUEAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieDUERequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/GenerationEnvoiDUE/StatutSalarieDUEAsynchrone": {
      "get": {
        "tags": [
          "GenerationEnvoiDUE"
        ],
        "summary": "StatutSalarieDUEAsynchrone",
        "operationId": "StatutSalarieDUEAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutSalariesDUEAsynchroneResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutSalariesDUEAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/GenerationEnvoiDUE/SalariesDUE": {
      "post": {
        "tags": [
          "GenerationEnvoiDUE"
        ],
        "summary": "SalariesDUE",
        "operationId": "SalariesDUE",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalariesDUERequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalariesDUEResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InformationBaseCommune/RechercheCCN": {
      "post": {
        "tags": [
          "InformationBaseCommune"
        ],
        "summary": "RechercheCCN",
        "operationId": "RechercheCCN",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RechercheCCNRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/RechercheCCNResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InformationBaseCommune/RechercheCCNParCode": {
      "post": {
        "tags": [
          "InformationBaseCommune"
        ],
        "summary": "RechercheCCNParCode",
        "operationId": "RechercheCCNParCode",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RechercheCCNParCodeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/CCN"
            }
          },
          "204": {
            "description": "NoContent"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosBulletins/SalarieBulletinEntete": {
      "post": {
        "tags": [
          "InfosBulletins"
        ],
        "summary": "SalarieBulletinEntete",
        "operationId": "SalarieBulletinEntete",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieBulletinEnteteRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalarieBulletinEnteteResult"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosBulletins/SalarieBulletinsIndices": {
      "post": {
        "tags": [
          "InfosBulletins"
        ],
        "summary": "SalarieBulletinsIndices",
        "operationId": "SalarieBulletinsIndices",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieBulletinsIndicesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalarieBulletinsIndicesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosBulletins/SalarieBulletinLignes": {
      "post": {
        "tags": [
          "InfosBulletins"
        ],
        "summary": "SalarieBulletinLignes",
        "operationId": "SalarieBulletinLignes",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieBulletinLignesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalarieBulletinLignesResult"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosBulletins/SalarieBulletinLignesSelonFiltres": {
      "post": {
        "tags": [
          "InfosBulletins"
        ],
        "summary": "SalarieBulletinLignesSelonFiltres",
        "operationId": "SalarieBulletinLignesSelonFiltres",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieBulletinLignesSelonFiltresRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalarieBulletinLignesResult"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosBulletins/SalarieBulletinDetails": {
      "post": {
        "tags": [
          "InfosBulletins"
        ],
        "summary": "SalarieBulletinDetails",
        "operationId": "SalarieBulletinDetails",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieBulletinDetailsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalarieBulletinDetailsResult"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosBulletins/SalarieBulletinStatutEtatAvancement": {
      "post": {
        "tags": [
          "InfosBulletins"
        ],
        "summary": "SalarieBulletinStatutEtatAvancement",
        "operationId": "SalarieBulletinStatutEtatAvancement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieBulletinStatutEtatAvancementRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalarieBulletinStatutEtatAvancementResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosBulletins/SalarieBulletinCumuls": {
      "post": {
        "tags": [
          "InfosBulletins"
        ],
        "summary": "SalarieBulletinCumuls",
        "operationId": "SalarieBulletinCumuls",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieBulletinCumulsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalarieBulletinCumulsResult"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosBulletins/SalariesStockVar": {
      "post": {
        "tags": [
          "InfosBulletins"
        ],
        "summary": "SalariesStockVar",
        "operationId": "SalariesStockVar",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalariesStockVarRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalariesStockVarResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosDeclaration/ListeDSNMensuelles": {
      "post": {
        "tags": [
          "InfosDeclaration"
        ],
        "summary": "ListeDSNMensuelles",
        "operationId": "ListeDSNMensuelles",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierPeriodeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeDSNMensuellesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosDeclaration/AcquisitionContenuPartielDSN": {
      "post": {
        "tags": [
          "InfosDeclaration"
        ],
        "summary": "AcquisitionContenuPartielDSN",
        "operationId": "AcquisitionContenuPartielDSN",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AcquisitionContenuPartielDSNRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AcquisitionContenuPartielDSNResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosDeclaration/RechercheDeclarationEvenementielle": {
      "post": {
        "tags": [
          "InfosDeclaration"
        ],
        "summary": "RechercheDeclarationEvenementielle",
        "operationId": "RechercheDeclarationEvenementielle",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RechercheDeclarationEvenementielleRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/RechercheDeclarationEvenementielleResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosDeclaration/ListeDSNEvenementielles": {
      "post": {
        "tags": [
          "InfosDeclaration"
        ],
        "summary": "ListeDSNEvenementielles",
        "operationId": "ListeDSNEvenementielles",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ListeDSNEvenementiellesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeDSNEvenementiellesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosDossiers/SalarieRecupererPeriodeDernierBulletinCalcule": {
      "post": {
        "tags": [
          "InfosDossiers"
        ],
        "summary": "SalarieRecupererPeriodeDernierBulletinCalcule",
        "operationId": "SalarieRecupererPeriodeDernierBulletinCalcule",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierMatriculeSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalarieRecupererPeriodeDernierBulletinCalculeResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosDossiers/LectureInformationsPaie": {
      "post": {
        "tags": [
          "InfosDossiers"
        ],
        "summary": "LectureInformationsPaie",
        "operationId": "LectureInformationsPaie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LectureInformationsPaieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureInformationsPaieResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosDossiers/HistoriqueDesModifications": {
      "post": {
        "tags": [
          "InfosDossiers"
        ],
        "summary": "HistoriqueDesModifications",
        "operationId": "HistoriqueDesModifications",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/HistoriqueDesModificationsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/HistoriqueDesModificationsResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosSalaries/SalariesBulletins": {
      "post": {
        "tags": [
          "InfosSalaries"
        ],
        "summary": "SalariesBulletins",
        "operationId": "SalariesBulletins",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalariesBulletinsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalariesBulletinsResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosSalaries/SalariesBulletinsAsynchrone": {
      "post": {
        "tags": [
          "InfosSalaries"
        ],
        "summary": "SalariesBulletinsAsynchrone",
        "operationId": "SalariesBulletinsAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalariesBulletinsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosSalaries/StatutSalariesBulletinsAsynchrone": {
      "get": {
        "tags": [
          "InfosSalaries"
        ],
        "summary": "StatutSalariesBulletinsAsynchrone",
        "operationId": "StatutSalariesBulletinsAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutSalariesBulletinsResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutSalariesBulletinsResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosSalaries/ListeSalaries": {
      "post": {
        "tags": [
          "InfosSalaries"
        ],
        "summary": "ListeSalaries",
        "operationId": "ListeSalaries",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ListeSalariesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeSalariesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosSalaries/LectureInformationsSalarie": {
      "post": {
        "tags": [
          "InfosSalaries"
        ],
        "summary": "LectureInformationsSalarie",
        "operationId": "LectureInformationsSalarie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierMatriculeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureInformationsSalarieResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosSalaries/ListeSalariesExternes": {
      "post": {
        "tags": [
          "InfosSalaries"
        ],
        "summary": "ListeSalariesExternes",
        "operationId": "ListeSalariesExternes",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ListeSalariesExternesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeSalariesExternesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosSalaries/SalarieSalaireDeBase": {
      "post": {
        "tags": [
          "InfosSalaries"
        ],
        "summary": "SalarieSalaireDeBase",
        "operationId": "SalarieSalaireDeBase",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SalarieSalaireDeBaseRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalarieSalaireDeBaseResult"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosSalaries/SalarieSyntheseCarriere": {
      "post": {
        "tags": [
          "InfosSalaries"
        ],
        "summary": "SalarieSyntheseCarriere",
        "operationId": "SalarieSyntheseCarriere",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierMatriculeSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SalarieSyntheseCarriereResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosSalaries/SalarieSyntheseCarriereAsynchrone": {
      "post": {
        "tags": [
          "InfosSalaries"
        ],
        "summary": "SalarieSyntheseCarriereAsynchrone",
        "operationId": "SalarieSyntheseCarriereAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierMatriculeSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosSalaries/StatutSalarieSyntheseCarriereAsynchrone": {
      "get": {
        "tags": [
          "InfosSalaries"
        ],
        "summary": "StatutSalarieSyntheseCarriereAsynchrone",
        "operationId": "StatutSalarieSyntheseCarriereAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutSalarieSyntheseCarriereResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutSalarieSyntheseCarriereResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosSalaries/LecturePersonnesLiees": {
      "post": {
        "tags": [
          "InfosSalaries"
        ],
        "summary": "LecturePersonnesLiees",
        "operationId": "LecturePersonnesLiees",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierMatriculeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LecturePersonnesLieesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosSalaries/LectureHandicap": {
      "post": {
        "tags": [
          "InfosSalaries"
        ],
        "summary": "LectureHandicap",
        "operationId": "LectureHandicap",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierMatriculeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureHandicapResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosSalaries/LectureSalarieProtege": {
      "post": {
        "tags": [
          "InfosSalaries"
        ],
        "summary": "LectureSalarieProtege",
        "operationId": "LectureSalarieProtege",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierMatriculeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureSalarieProtegeResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosSalaries/LectureSaisieArret": {
      "post": {
        "tags": [
          "InfosSalaries"
        ],
        "summary": "LectureSaisieArret",
        "operationId": "LectureSaisieArret",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierMatriculeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureSaisieArretResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosSalaries/LectureReponsesQuestionnaireFicheSalarie": {
      "post": {
        "tags": [
          "InfosSalaries"
        ],
        "summary": "LectureReponsesQuestionnaireFicheSalarie",
        "operationId": "LectureReponsesQuestionnaireFicheSalarie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierMatriculeSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureReponsesQuestionnaireFicheSalarieResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosTechniquesDossiers/ListeNumerosDossiers": {
      "post": {
        "tags": [
          "InfosTechniquesDossiers"
        ],
        "summary": "ListeNumerosDossiers",
        "operationId": "ListeNumerosDossiers",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeNumerosDossiersResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosTechniquesDossiers/ListeDossiers": {
      "post": {
        "tags": [
          "InfosTechniquesDossiers"
        ],
        "summary": "ListeDossiers",
        "operationId": "ListeDossiers",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ListeDossiersRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeDossiersResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosTechniquesDossiers/ListeInformationsDossiersPaie": {
      "post": {
        "tags": [
          "InfosTechniquesDossiers"
        ],
        "summary": "ListeInformationsDossiersPaie",
        "operationId": "ListeInformationsDossiersPaie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeInformationsDossiersPaieResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosTechniquesDossiers/DossierRecupererPeriodeEnCours": {
      "post": {
        "tags": [
          "InfosTechniquesDossiers"
        ],
        "summary": "DossierRecupererPeriodeEnCours",
        "operationId": "DossierRecupererPeriodeEnCours",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/DossierRecupererPeriodeEnCoursResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosTechniquesDossiers/MatriculeSalarie": {
      "post": {
        "tags": [
          "InfosTechniquesDossiers"
        ],
        "summary": "MatriculeSalarie",
        "operationId": "MatriculeSalarie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/MatriculeSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/MatriculeSalarieResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosTechniquesDossiers/ListeMatriculesDupliques": {
      "post": {
        "tags": [
          "InfosTechniquesDossiers"
        ],
        "summary": "ListeMatriculesDupliques",
        "operationId": "ListeMatriculesDupliques",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ListeMatriculesDupliquesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeMatriculesDupliquesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosTechniquesDossiers/ListeMatriculesDupliquesDansDomaine": {
      "post": {
        "tags": [
          "InfosTechniquesDossiers"
        ],
        "summary": "ListeMatriculesDupliquesDansDomaine",
        "operationId": "ListeMatriculesDupliquesDansDomaine",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeMatriculesDupliquesDansDomaineResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/InfosTechniquesDossiers/ExistenceMatricule": {
      "post": {
        "tags": [
          "InfosTechniquesDossiers"
        ],
        "summary": "ExistenceMatricule",
        "operationId": "ExistenceMatricule",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ExistenceMatriculeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ExistenceMatriculeResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ModuleCTCD/ExtraListeManifestations": {
      "post": {
        "tags": [
          "ModuleCTCD"
        ],
        "summary": "ExtraListeManifestations",
        "operationId": "ExtraListeManifestations",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ExtraListeManifestationsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ExtraListeManifestationsResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ModuleCTCD/ExtraCreationManifestation": {
      "post": {
        "tags": [
          "ModuleCTCD"
        ],
        "summary": "ExtraCreationManifestation",
        "operationId": "ExtraCreationManifestation",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ExtraCreationManifestationRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ModuleCTCD/ExtraSalarieAcquisitionVacations": {
      "post": {
        "tags": [
          "ModuleCTCD"
        ],
        "summary": "ExtraSalarieAcquisitionVacations",
        "operationId": "ExtraSalarieAcquisitionVacations",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ExtraSalarieAcquisitionVacationsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ExtraSalarieVacations"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ModuleCTCD/ExtraSalarieAjouterVacations": {
      "post": {
        "tags": [
          "ModuleCTCD"
        ],
        "summary": "ExtraSalarieAjouterVacations",
        "operationId": "ExtraSalarieAjouterVacations",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ExtraSalarieAjouterVacationsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ModuleCTCD/ExtraSalarieReinitialiserVacations": {
      "post": {
        "tags": [
          "ModuleCTCD"
        ],
        "summary": "ExtraSalarieReinitialiserVacations",
        "operationId": "ExtraSalarieReinitialiserVacations",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ExtraSalarieReinitialiserVacationsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ExtraSalarieReinitialiserVacationsResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ModuleCTCD/ExtraSalarieCalculerBulletin": {
      "post": {
        "tags": [
          "ModuleCTCD"
        ],
        "summary": "ExtraSalarieCalculerBulletin",
        "operationId": "ExtraSalarieCalculerBulletin",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ExtraSalarieCalculerBulletinRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ModuleSpectacle/SpectacleListe": {
      "post": {
        "tags": [
          "ModuleSpectacle"
        ],
        "summary": "SpectacleListe",
        "operationId": "SpectacleListe",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SpectacleListeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SpectacleListeResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ModuleSpectacle/SpectacleCreation": {
      "post": {
        "tags": [
          "ModuleSpectacle"
        ],
        "summary": "SpectacleCreation",
        "operationId": "SpectacleCreation",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SpectacleCreationRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ModuleSpectacle/SpectacleSalarieAcquisitionAffectations": {
      "post": {
        "tags": [
          "ModuleSpectacle"
        ],
        "summary": "SpectacleSalarieAcquisitionAffectations",
        "operationId": "SpectacleSalarieAcquisitionAffectations",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SpectacleSalarieAcquisitionAffectationsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SpectacleSalarieAffectations"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ModuleSpectacle/SpectacleSalarieAjouterAffectations": {
      "post": {
        "tags": [
          "ModuleSpectacle"
        ],
        "summary": "SpectacleSalarieAjouterAffectations",
        "operationId": "SpectacleSalarieAjouterAffectations",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SpectacleSalarieAjouterAffectationsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ModuleSpectacle/SpectacleSalarieReinitialiserAffectations": {
      "post": {
        "tags": [
          "ModuleSpectacle"
        ],
        "summary": "SpectacleSalarieReinitialiserAffectations",
        "operationId": "SpectacleSalarieReinitialiserAffectations",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SpectacleSalarieReinitialiserAffectationsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SpectacleSalarieReinitialiserAffectationsResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ModuleSpectacle/SpectacleSalarieCalculerBulletin": {
      "post": {
        "tags": [
          "ModuleSpectacle"
        ],
        "summary": "SpectacleSalarieCalculerBulletin",
        "operationId": "SpectacleSalarieCalculerBulletin",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SpectacleSalarieCalculerBulletinRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ModuleSpectacle/SpectacleSalarieCalculerBulletinAsynchrone": {
      "post": {
        "tags": [
          "ModuleSpectacle"
        ],
        "summary": "SpectacleSalarieCalculerBulletinAsynchrone",
        "operationId": "SpectacleSalarieCalculerBulletinAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SpectacleSalarieCalculerBulletinRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/ModuleSpectacle/StatutSpectacleSalarieCalculerBulletinAsynchrone": {
      "get": {
        "tags": [
          "ModuleSpectacle"
        ],
        "summary": "StatutSpectacleSalarieCalculerBulletinAsynchrone",
        "operationId": "StatutSpectacleSalarieCalculerBulletinAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/Organisme/CreationOrganisme": {
      "post": {
        "tags": [
          "Organisme"
        ],
        "summary": "CreationOrganisme",
        "operationId": "CreationOrganisme",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/CreationOrganismeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/Organisme/ListeOrganismes": {
      "post": {
        "tags": [
          "Organisme"
        ],
        "summary": "ListeOrganismes",
        "operationId": "ListeOrganismes",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ListeOrganismesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeOrganismesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/Paiements/RecupererFichiersVirement": {
      "post": {
        "tags": [
          "Paiements"
        ],
        "summary": "RecupererFichiersVirement",
        "operationId": "RecupererFichiersVirement",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RecupererFichiersVirementRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/RecupererFichiersVirementResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/Paiements/RecupererFichiersVirementChiffres": {
      "post": {
        "tags": [
          "Paiements"
        ],
        "summary": "RecupererFichiersVirementChiffres",
        "operationId": "RecupererFichiersVirementChiffres",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RecupererFichiersVirementChiffresRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/RecupererFichiersVirementResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/Paiements/RecupererFichiersVirementHorsBulletin": {
      "post": {
        "tags": [
          "Paiements"
        ],
        "summary": "RecupererFichiersVirementHorsBulletin",
        "operationId": "RecupererFichiersVirementHorsBulletin",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RecupererFichiersVirementHorsBulletinRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/RecupererFichiersVirementResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/Paiements/RecupererFichiersVirementHorsBulletinChiffres": {
      "post": {
        "tags": [
          "Paiements"
        ],
        "summary": "RecupererFichiersVirementHorsBulletinChiffres",
        "operationId": "RecupererFichiersVirementHorsBulletinChiffres",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RecupererFichiersVirementHorsBulletinChiffresRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/RecupererFichiersVirementResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/QuestionnaireCCN/AcquisitionQuestionnaireEtablissementCCN": {
      "post": {
        "tags": [
          "QuestionnaireCCN"
        ],
        "summary": "AcquisitionQuestionnaireEtablissementCCN",
        "operationId": "AcquisitionQuestionnaireEtablissementCCN",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AcquisitionQuestionnaireCCNRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AcquisitionQuestionnaireCCNResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/QuestionnaireCCN/AcquisitionQuestionnaireEtablissementCCNAvecTexte": {
      "post": {
        "tags": [
          "QuestionnaireCCN"
        ],
        "summary": "AcquisitionQuestionnaireEtablissementCCNAvecTexte",
        "operationId": "AcquisitionQuestionnaireEtablissementCCNAvecTexte",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AcquisitionQuestionnaireCCNRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AcquisitionQuestionnaireCCNResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/QuestionnaireCCN/AcquisitionQuestionnaireSalarieCCN": {
      "post": {
        "tags": [
          "QuestionnaireCCN"
        ],
        "summary": "AcquisitionQuestionnaireSalarieCCN",
        "operationId": "AcquisitionQuestionnaireSalarieCCN",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AcquisitionQuestionnaireCCNRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AcquisitionQuestionnaireCCNResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/QuestionnaireCCN/AcquisitionQuestionnaireSalarieCCNAvecTexte": {
      "post": {
        "tags": [
          "QuestionnaireCCN"
        ],
        "summary": "AcquisitionQuestionnaireSalarieCCNAvecTexte",
        "operationId": "AcquisitionQuestionnaireSalarieCCNAvecTexte",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AcquisitionQuestionnaireCCNRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/AcquisitionQuestionnaireCCNResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/QuestionnaireCCN/LectureReponsesQuestionnaireConventionnelSalarie": {
      "post": {
        "tags": [
          "QuestionnaireCCN"
        ],
        "summary": "LectureReponsesQuestionnaireConventionnelSalarie",
        "operationId": "LectureReponsesQuestionnaireConventionnelSalarie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LectureReponsesQuestionnaireConventionnelSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureReponsesQuestionnaireConventionnelSalarieResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/QuestionnaireCCN/EcritureReponsesQuestionnaireConventionnelSalarie": {
      "post": {
        "tags": [
          "QuestionnaireCCN"
        ],
        "summary": "EcritureReponsesQuestionnaireConventionnelSalarie",
        "operationId": "EcritureReponsesQuestionnaireConventionnelSalarie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EcritureReponsesQuestionnaireConventionnelSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SimpleMessageResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/RecuperationBulletins/RecupererImage": {
      "post": {
        "tags": [
          "RecuperationBulletins"
        ],
        "summary": "RecupererImage",
        "operationId": "RecupererImage",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RecupererImageRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/RecupererImageResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/RecuperationBulletins/RecupererImageAsynchrone": {
      "post": {
        "tags": [
          "RecuperationBulletins"
        ],
        "summary": "RecupererImageAsynchrone",
        "operationId": "RecupererImageAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RecupererImageRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/RecuperationBulletins/StatutRecupererImageAsynchrone": {
      "get": {
        "tags": [
          "RecuperationBulletins"
        ],
        "summary": "StatutRecupererImageAsynchrone",
        "operationId": "StatutRecupererImageAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutRecupererImageAsynchroneResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutRecupererImageAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/RecuperationBulletins/RecupererDuplicatasBulletins": {
      "post": {
        "tags": [
          "RecuperationBulletins"
        ],
        "summary": "RecupererDuplicatasBulletins",
        "operationId": "RecupererDuplicatasBulletins",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RecupererDuplicatasBulletinsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/RecupererDuplicatasBulletinsResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/RecuperationBulletins/RecupererDuplicatasBulletinsAsynchrone": {
      "post": {
        "tags": [
          "RecuperationBulletins"
        ],
        "summary": "RecupererDuplicatasBulletinsAsynchrone",
        "operationId": "RecupererDuplicatasBulletinsAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RecupererDuplicatasBulletinsRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/RecuperationBulletins/StatutRecupererDuplicatasBulletinsAsynchrone": {
      "get": {
        "tags": [
          "RecuperationBulletins"
        ],
        "summary": "StatutRecupererDuplicatasBulletinsAsynchrone",
        "operationId": "StatutRecupererDuplicatasBulletinsAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutAsynchroneDocumentResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/CreationSalarieEmplois": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "CreationSalarieEmplois",
        "operationId": "CreationSalarieEmplois",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/CreationSalarieEmploisRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/CreationSalarieEmploisResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/CreationSalarieEmploisAsynchrone": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "CreationSalarieEmploisAsynchrone",
        "operationId": "CreationSalarieEmploisAsynchrone",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/CreationSalarieEmploisRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/TraitementAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/StatutCreationSalarieEmploisAsynchrone": {
      "get": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "StatutCreationSalarieEmploisAsynchrone",
        "operationId": "StatutCreationSalarieEmploisAsynchrone",
        "consumes": [],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "guidTache",
            "in": "query",
            "required": true,
            "type": "string"
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/StatutCreationSalarieEmploisAsynchroneResponse"
            }
          },
          "202": {
            "description": "Accepted",
            "schema": {
              "$ref": "#/definitions/StatutCreationSalarieEmploisAsynchroneResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/ListeSalarieEmplois": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "ListeSalarieEmplois",
        "operationId": "ListeSalarieEmplois",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ListeSalarieEmploisRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeSalarieEmploisResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/SalarieReinitialiserIdentifiantsEmplois": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "SalarieReinitialiserIdentifiantsEmplois",
        "operationId": "SalarieReinitialiserIdentifiantsEmplois",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierMatriculeSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/ListeSalarieEmploisExternes": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "ListeSalarieEmploisExternes",
        "operationId": "ListeSalarieEmploisExternes",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierMatriculeSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeSalarieEmploisExternesResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/SalarieReinitialiserIdentifiantsEmploisExternes": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "SalarieReinitialiserIdentifiantsEmploisExternes",
        "operationId": "SalarieReinitialiserIdentifiantsEmploisExternes",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierMatriculeSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/ModificationChampSalarie": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "ModificationChampSalarie",
        "operationId": "ModificationChampSalarie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationChampSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ModificationChamp"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/ModificationAxesAnalytiquesSalarie": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "ModificationAxesAnalytiquesSalarie",
        "operationId": "ModificationAxesAnalytiquesSalarie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationAxesAnalytiquesSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/ModificationPersonnesLiees": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "ModificationPersonnesLiees",
        "operationId": "ModificationPersonnesLiees",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationPersonnesLieesRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/ModificationHandicap": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "ModificationHandicap",
        "operationId": "ModificationHandicap",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationHandicapRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/ModificationSalarieProtege": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "ModificationSalarieProtege",
        "operationId": "ModificationSalarieProtege",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationSalarieProtegeRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/ModificationSaisieArret": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "ModificationSaisieArret",
        "operationId": "ModificationSaisieArret",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationSaisieArretRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/LectureQuestionnaireContratComplementaireSalarie": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "LectureQuestionnaireContratComplementaireSalarie",
        "operationId": "LectureQuestionnaireContratComplementaireSalarie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LectureQuestionnaireContratComplementaireRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureQuestionnaireContratComplementaireResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/ModificationQuestionnaireContratComplementaireSalarie": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "ModificationQuestionnaireContratComplementaireSalarie",
        "operationId": "ModificationQuestionnaireContratComplementaireSalarie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationQuestionnaireContratComplementaireRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/ModificationGrilleHoraireSalarie": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "ModificationGrilleHoraireSalarie",
        "operationId": "ModificationGrilleHoraireSalarie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationGrilleHoraireSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/LectureGrilleHoraireFicheSalarie": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "LectureGrilleHoraireFicheSalarie",
        "operationId": "LectureGrilleHoraireFicheSalarie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LectureGrilleHoraireFicheSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureGrilleHoraireFicheSalarieResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/EcritureReponsesQuestionnaireFicheSalarie": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "EcritureReponsesQuestionnaireFicheSalarie",
        "operationId": "EcritureReponsesQuestionnaireFicheSalarie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/EcritureReponsesQuestionnaireFicheSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SimpleMessageResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/LectureTeletravailFicheSalarie": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "LectureTeletravailFicheSalarie",
        "operationId": "LectureTeletravailFicheSalarie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LectureTeletravailFicheSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/LectureTeletravailFicheSalarieResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SalarieEmplois/ModificationTeletravailFicheSalarie": {
      "post": {
        "tags": [
          "SalarieEmplois"
        ],
        "summary": "ModificationTeletravailFicheSalarie",
        "operationId": "ModificationTeletravailFicheSalarie",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ModificationTeletravailFicheSalarieRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SimpleMessageResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/SSO/SiteGenereMotDePasseAlternatif": {
      "post": {
        "tags": [
          "SSO"
        ],
        "summary": "SiteGenereMotDePasseAlternatif",
        "operationId": "SiteGenereMotDePasseAlternatif",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteGenereMotDePasseAlternatifRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/SiteGenereMotDePasseAlternatifResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    },
    "/v1/VariablesASaisir/ListeVariablesASaisir": {
      "post": {
        "tags": [
          "VariablesASaisir"
        ],
        "summary": "ListeVariablesASaisir",
        "operationId": "ListeVariablesASaisir",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/DossierRequest"
            }
          },
          {
            "name": "Ocp-Apim-Subscription-Key",
            "in": "header",
            "description": "Clé d'abonnement api management",
            "required": true,
            "type": "string",
            "default": "{{subscriptionKey}}"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "$ref": "#/definitions/ListeVariablesASaisirResponse"
            }
          },
          "400": {
            "description": "BadRequest",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "401": {
            "description": "Unauthorized",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          },
          "500": {
            "description": "InternalServerError",
            "schema": {
              "$ref": "#/definitions/ApiErrors"
            }
          }
        }
      }
    }
  },
  "definitions": {
    "SalarieSupprimerAbsenceRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "dateDebutAbsence": {
          "format": "date-time",
          "type": "string"
        },
        "dateFinAbsence": {
          "format": "date-time",
          "type": "string"
        },
        "codeAbsence": {
          "type": "string"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ApiErrors": {
      "description": "Cette classe est renvoyé par l'API lorsqu'une exception est reçue dans la classe {SILAE.PaieRestApi.Filters.ExceptionHandlerAttribute} ou\r\nlorsqu'il y a une erreur de validation des données dans les objets reçus dans les requêtes http dans {SILAE.PaieRestApi.Filters.ValidateModelAttribute}.",
      "type": "object",
      "properties": {
        "errors": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ApiError"
          },
          "readOnly": true
        },
        "recoverable": {
          "description": "L'erreur irrécupérable (Recoverable=false) permet de prévenir API Management que la configuration utilisée pour appeler l'api contient une erreur qui empêchent le bon fonctionnement des appels.\r\nLorsqu'API Management reçoit cette erreur il apelle un endpoint de l'api portail pour passer le statut de la configuration en \"erreur\".\r\nLes appels suivants seront bloqués au niveau d'API Management grace au statut \"erreur\" de la configuration API.",
          "type": "boolean",
          "readOnly": true
        },
        "source": {
          "description": "Cette propriété permet d'indiquer si les erreurs proviennent de l'api ou de silaeservice.",
          "enum": [
            "Api",
            "Server",
            "Proxy"
          ],
          "type": "string",
          "readOnly": true
        }
      }
    },
    "ApiError": {
      "description": "Cette classe associe un code d'erreur à un statut HTTP.\r\nElle permet de renvoyer le statut HTTP lorsqu'une erreur se produit dans l'API.",
      "type": "object",
      "properties": {
        "code": {
          "description": "Le code de l'erreur. Cela permet de regrouper les erreurs dans des familles.",
          "type": "string",
          "readOnly": true
        },
        "message": {
          "description": "Cette propriété contient des détails concernant l'erreur.",
          "type": "string"
        },
        "metadata": {
          "description": "Cette propriété contient des données supplémentaires concernant l'erreur.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      }
    },
    "SalarieAjouterAbsenceRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "absence": {
          "$ref": "#/definitions/SalarieAbsence_V2"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieAbsence_V2": {
      "type": "object",
      "properties": {
        "dateDebutAbsence": {
          "format": "date-time",
          "type": "string"
        },
        "dateFinAbsence": {
          "format": "date-time",
          "type": "string"
        },
        "codeAbsence": {
          "type": "string"
        },
        "dureeEnHeuresSiJourUnique": {
          "format": "double",
          "type": "number"
        },
        "dureeEnJoursSiJourUnique": {
          "format": "double",
          "type": "number"
        },
        "valeurPourcentage": {
          "format": "double",
          "type": "number"
        },
        "sansInfluencePSS": {
          "type": "boolean"
        },
        "commentaire": {
          "type": "string"
        },
        "absenceRectificative": {
          "type": "boolean"
        },
        "valeur1": {
          "format": "double",
          "type": "number"
        },
        "bValeur1": {
          "type": "boolean"
        },
        "valeur2": {
          "format": "double",
          "type": "number"
        },
        "bValeur2": {
          "type": "boolean"
        },
        "valeur3": {
          "format": "double",
          "type": "number"
        },
        "bValeur3": {
          "type": "boolean"
        },
        "valeur4": {
          "format": "double",
          "type": "number"
        },
        "bValeur4": {
          "type": "boolean"
        },
        "valeur5": {
          "format": "double",
          "type": "number"
        },
        "bValeur5": {
          "type": "boolean"
        },
        "avecInfluencePSS": {
          "type": "boolean"
        }
      }
    },
    "SalarieAjouterAbsenceV2Request": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "absence": {
          "$ref": "#/definitions/SalarieAbsence_V3"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieAbsence_V3": {
      "type": "object",
      "properties": {
        "dateDebutAbsence": {
          "format": "date-time",
          "type": "string"
        },
        "dateFinAbsence": {
          "format": "date-time",
          "type": "string"
        },
        "codeAbsence": {
          "type": "string"
        },
        "dureeEnHeuresSiJourUnique": {
          "format": "double",
          "type": "number"
        },
        "dureeEnJoursSiJourUnique": {
          "format": "double",
          "type": "number"
        },
        "valeur1": {
          "format": "double",
          "type": "number"
        },
        "bValeur1": {
          "type": "boolean"
        },
        "valeur2": {
          "format": "double",
          "type": "number"
        },
        "bValeur2": {
          "type": "boolean"
        },
        "valeur3": {
          "format": "double",
          "type": "number"
        },
        "bValeur3": {
          "type": "boolean"
        },
        "valeur4": {
          "format": "double",
          "type": "number"
        },
        "bValeur4": {
          "type": "boolean"
        },
        "valeur5": {
          "format": "double",
          "type": "number"
        },
        "bValeur5": {
          "type": "boolean"
        },
        "absenceRectificative": {
          "type": "boolean"
        },
        "absencePartielleSansEffetSurPSS": {
          "type": "boolean"
        },
        "absenceCompleteAvecInfluencePSS": {
          "type": "boolean"
        },
        "absenceDebutantPartiellementTravaille": {
          "type": "boolean"
        },
        "typeArret": {
          "format": "int32",
          "type": "integer"
        },
        "pourcentageActivite": {
          "format": "double",
          "type": "number"
        },
        "commentaire": {
          "type": "string"
        },
        "absencesDemiJournee": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "SalarieModifierAbsenceRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "dateDebutAbsence": {
          "format": "date-time",
          "type": "string"
        },
        "dateFinAbsence": {
          "format": "date-time",
          "type": "string"
        },
        "codeAbsence": {
          "type": "string"
        },
        "absence_Modif": {
          "$ref": "#/definitions/SalarieAbsence_V2"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieModifierAbsenceV2Request": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "dateDebutAbsence": {
          "format": "date-time",
          "type": "string"
        },
        "dateFinAbsence": {
          "format": "date-time",
          "type": "string"
        },
        "codeAbsence": {
          "type": "string"
        },
        "absence_Modif": {
          "$ref": "#/definitions/SalarieAbsence_V3"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieAbsencesRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "requeteSalarieAbsences": {
          "$ref": "#/definitions/RequeteSalarieAbsences"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RequeteSalarieAbsences": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "optionFiltrage": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "SalarieAbsencesResponse": {
      "type": "object",
      "properties": {
        "salarieAbsences": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieAbsence"
          }
        }
      }
    },
    "SalarieAbsence": {
      "type": "object",
      "properties": {
        "dateDebutAbsence": {
          "format": "date-time",
          "type": "string"
        },
        "dateFinAbsence": {
          "format": "date-time",
          "type": "string"
        },
        "codeAbsence": {
          "type": "string"
        },
        "dureeEnHeuresSiJourUnique": {
          "format": "double",
          "type": "number"
        },
        "dureeEnJoursSiJourUnique": {
          "format": "double",
          "type": "number"
        },
        "valeur1": {
          "format": "double",
          "type": "number"
        },
        "bValeur1": {
          "type": "boolean"
        },
        "valeur2": {
          "format": "double",
          "type": "number"
        },
        "bValeur2": {
          "type": "boolean"
        },
        "valeur3": {
          "format": "double",
          "type": "number"
        },
        "bValeur3": {
          "type": "boolean"
        },
        "valeur4": {
          "format": "double",
          "type": "number"
        },
        "bValeur4": {
          "type": "boolean"
        },
        "valeur5": {
          "format": "double",
          "type": "number"
        },
        "bValeur5": {
          "type": "boolean"
        },
        "commentaire": {
          "type": "string"
        },
        "absenceRectificative": {
          "type": "boolean"
        }
      }
    },
    "SalarieAbsencesV2Response": {
      "type": "object",
      "properties": {
        "salarieAbsences": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieAbsence_V3"
          }
        }
      }
    },
    "SalarieAjouterHeuresRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "heures": {
          "$ref": "#/definitions/SalarieHeures"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieHeures": {
      "type": "object",
      "properties": {
        "periodeHeures": {
          "format": "date-time",
          "type": "string"
        },
        "codeHeures": {
          "type": "string"
        },
        "nombreHeures": {
          "format": "double",
          "type": "number"
        },
        "ajouter": {
          "type": "boolean"
        }
      }
    },
    "SalarieAjouterHeuresSurEmploiRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "heures": {
          "$ref": "#/definitions/SalarieHeures"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieAjouterActiviteJournaliereRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "activiteJournalierePeriode": {
          "$ref": "#/definitions/SalarieActiviteJournalierePeriode"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieActiviteJournalierePeriode": {
      "type": "object",
      "properties": {
        "periodeActivite": {
          "format": "date-time",
          "type": "string"
        },
        "calendrier": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieActiviteJournaliere"
          }
        }
      }
    },
    "SalarieActiviteJournaliere": {
      "type": "object",
      "properties": {
        "jour": {
          "format": "date-time",
          "type": "string"
        },
        "nombreHeures": {
          "format": "double",
          "type": "number"
        },
        "heureDebut1": {
          "format": "double",
          "type": "number"
        },
        "heureFin1": {
          "format": "double",
          "type": "number"
        },
        "heureDebut2": {
          "format": "double",
          "type": "number"
        },
        "heureFin2": {
          "format": "double",
          "type": "number"
        },
        "heureDebut3": {
          "format": "double",
          "type": "number"
        },
        "heureFin3": {
          "format": "double",
          "type": "number"
        },
        "reinitialiserJournee": {
          "type": "boolean"
        }
      }
    },
    "SalarieActiviteJournaliereRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "periodeActivite": {
          "format": "date-time",
          "type": "string"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieActiviteJournaliereResponse": {
      "type": "object",
      "properties": {
        "activiteJournalierePeriode": {
          "$ref": "#/definitions/SalarieActiviteJournalierePeriodeSaisie"
        }
      }
    },
    "SalarieActiviteJournalierePeriodeSaisie": {
      "type": "object",
      "properties": {
        "periodeActivite": {
          "format": "date-time",
          "type": "string"
        },
        "classique": {
          "type": "boolean"
        },
        "calendrier": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieActiviteJournaliereSaisie"
          }
        }
      }
    },
    "SalarieActiviteJournaliereSaisie": {
      "type": "object",
      "properties": {
        "jour": {
          "format": "date-time",
          "type": "string"
        },
        "nombreHeures": {
          "format": "double",
          "type": "number"
        },
        "heureDebut1": {
          "format": "double",
          "type": "number"
        },
        "heureFin1": {
          "format": "double",
          "type": "number"
        },
        "heureDebut2": {
          "format": "double",
          "type": "number"
        },
        "heureFin2": {
          "format": "double",
          "type": "number"
        },
        "heureDebut3": {
          "format": "double",
          "type": "number"
        },
        "heureFin3": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "SalarieAjouterActiviteJournaliereSurEmploiRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "activiteJournalierePeriode": {
          "$ref": "#/definitions/SalarieActiviteJournalierePeriode"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieAjouterHeuresNativesRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "heures": {
          "$ref": "#/definitions/SalarieHeures"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieAjouterHeuresNativesSurEmploiRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "heures": {
          "$ref": "#/definitions/SalarieHeures"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieReinitialiserSaisiesRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "reinitialisationSaisies": {
          "$ref": "#/definitions/SalarieReinitialisationSaisies"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieReinitialisationSaisies": {
      "type": "object",
      "properties": {
        "periodeReinitialisation": {
          "format": "date-time",
          "type": "string"
        },
        "reinitialiserHeures": {
          "type": "boolean"
        },
        "reinitialiserPrimes": {
          "type": "boolean"
        },
        "reinitialiserAbsences": {
          "type": "boolean"
        }
      }
    },
    "SalarieReinitialiserSaisiesResponse": {
      "type": "object",
      "properties": {
        "saisiesHeuresReinitialisees": {
          "format": "int32",
          "type": "integer"
        },
        "saisiesPrimesReinitialisees": {
          "format": "int32",
          "type": "integer"
        },
        "saisiesAbsencesReinitialisees": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "ListeAgencesResponse": {
      "type": "object",
      "properties": {
        "agences": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Agence"
          }
        }
      }
    },
    "Agence": {
      "type": "object",
      "properties": {
        "codeAgence": {
          "type": "string"
        },
        "raisonSociale": {
          "type": "string"
        },
        "siret": {
          "type": "string"
        },
        "codePostal": {
          "type": "string"
        },
        "nomVille": {
          "type": "string"
        }
      }
    },
    "ListeDossiersAgenceRequest": {
      "type": "object",
      "properties": {
        "codeAgence": {
          "type": "string"
        },
        "typeDossiers": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "ListeDossiersAgenceResponse": {
      "type": "object",
      "properties": {
        "dossiers": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DossierAgence"
          }
        }
      }
    },
    "DossierAgence": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "raisonSociale": {
          "type": "string"
        },
        "siret": {
          "type": "string"
        },
        "groupe": {
          "type": "string"
        },
        "dateCreation": {
          "format": "date-time",
          "type": "string"
        },
        "dossierInterne": {
          "type": "boolean"
        },
        "miseADisposition": {
          "type": "boolean"
        }
      }
    },
    "LectureFicheAgenceRequest": {
      "type": "object",
      "properties": {
        "codeAgence": {
          "type": "string"
        }
      }
    },
    "AgenceDetail": {
      "type": "object",
      "properties": {
        "telBureau": {
          "type": "string"
        },
        "mel": {
          "type": "string"
        },
        "affectationExpediteurCollab": {
          "type": "string"
        },
        "ediMethode": {
          "type": "string"
        },
        "ediJdcLogin": {
          "type": "string"
        },
        "ediAspOneLogin": {
          "type": "string"
        },
        "ediAutreLogin": {
          "type": "string"
        },
        "codeAgence": {
          "type": "string"
        },
        "raisonSociale": {
          "type": "string"
        },
        "siret": {
          "type": "string"
        },
        "codePostal": {
          "type": "string"
        },
        "nomVille": {
          "type": "string"
        }
      }
    },
    "AffectationDossierPaieRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "affectation": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "codeAgence": {
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "DossierRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "AffectationDossierPaieLectureResponse": {
      "type": "object",
      "properties": {
        "affectationDossier": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "codeAgence": {
          "type": "string"
        }
      }
    },
    "AdministrationCollaborateurLectureRequest": {
      "type": "object",
      "properties": {
        "codeCollaborateur": {
          "type": "string"
        }
      }
    },
    "UtilisateurCollaborateur": {
      "type": "object",
      "properties": {
        "codeCollaborateur": {
          "type": "string"
        },
        "bCivilite": {
          "type": "boolean"
        },
        "civilite": {
          "format": "int32",
          "type": "integer"
        },
        "nomNaissance": {
          "type": "string"
        },
        "nomMarital": {
          "type": "string"
        },
        "nomUsuel": {
          "type": "string"
        },
        "prenom": {
          "type": "string"
        },
        "bTelPortable": {
          "type": "boolean"
        },
        "telPortable": {
          "type": "string"
        },
        "bTelBureau": {
          "type": "boolean"
        },
        "telBureau": {
          "type": "string"
        },
        "bTelDomicile": {
          "type": "boolean"
        },
        "telDomicile": {
          "type": "string"
        },
        "bMail": {
          "type": "boolean"
        },
        "mail": {
          "type": "string"
        },
        "bCodeAgence": {
          "type": "boolean"
        },
        "codeAgence": {
          "type": "string"
        },
        "bAffectations": {
          "type": "boolean"
        },
        "affectation1": {
          "type": "boolean"
        },
        "affectation2": {
          "type": "boolean"
        },
        "affectation3": {
          "type": "boolean"
        },
        "affectation4": {
          "type": "boolean"
        },
        "affectation5": {
          "type": "boolean"
        },
        "affectation6": {
          "type": "boolean"
        },
        "affectation7": {
          "type": "boolean"
        },
        "affectation8": {
          "type": "boolean"
        },
        "affectation9": {
          "type": "boolean"
        },
        "identifiant": {
          "type": "string"
        },
        "ancienMotDePasse": {
          "type": "string"
        },
        "motDePasse": {
          "type": "string"
        },
        "debutValidite": {
          "format": "date-time",
          "type": "string"
        },
        "finValidite": {
          "format": "date-time",
          "type": "string"
        },
        "bDateEntree": {
          "type": "boolean"
        },
        "dateEntree": {
          "format": "date-time",
          "type": "string"
        },
        "bDateSortie": {
          "type": "boolean"
        },
        "dateSortie": {
          "format": "date-time",
          "type": "string"
        },
        "onglet_Production": {
          "type": "boolean"
        },
        "onglet_GestionInterne": {
          "type": "boolean"
        },
        "onglet_GestionInterneSimplifiee": {
          "type": "boolean"
        },
        "onglet_ParametragePaie": {
          "type": "boolean"
        },
        "onglet_ParametrageCompta": {
          "type": "boolean"
        },
        "onglet_RobotDePaie": {
          "type": "boolean"
        },
        "onglet_Outils": {
          "type": "boolean"
        },
        "onglet_AnalyseActivitePaie": {
          "type": "boolean"
        },
        "onglet_AnalyseActiviteCompta": {
          "type": "boolean"
        },
        "restrictionPaie_FicheSociete_EtatDossier": {
          "type": "boolean"
        },
        "niveauConfidentialiteSalarie": {
          "format": "int32",
          "type": "integer"
        },
        "droitsLimitesPaie": {
          "type": "boolean"
        },
        "droitsLimitesCompta": {
          "type": "boolean"
        },
        "listesCollaborateursDroits": {
          "type": "string"
        },
        "requeteDroits": {
          "type": "string"
        }
      }
    },
    "AdministrationCollaborateurLectureParIdentifiantRequest": {
      "type": "object",
      "properties": {
        "idUtilisateur": {
          "type": "string"
        }
      }
    },
    "AdministrationCollaborateurEnregistrementRequest": {
      "type": "object",
      "properties": {
        "utilisateurCollaborateur": {
          "$ref": "#/definitions/UtilisateurCollaborateur"
        }
      }
    },
    "ModificationDroitsFonctionnelsProductionPaieRequest": {
      "type": "object",
      "properties": {
        "loginUtilisateur": {
          "type": "string"
        },
        "ongletProductionPaie": {
          "$ref": "#/definitions/OngletProduction"
        }
      }
    },
    "OngletProduction": {
      "type": "object",
      "properties": {
        "nomOnglet": {
          "type": "string"
        },
        "aSupprimer": {
          "type": "boolean"
        },
        "ordre": {
          "format": "int32",
          "type": "integer"
        },
        "nouveauNomOnglet": {
          "type": "string"
        },
        "paramPaieGestion": {
          "type": "boolean"
        },
        "paramPaieLiaisonClient": {
          "type": "boolean"
        },
        "paramPaieComplet": {
          "type": "boolean"
        },
        "paramPaieSimplifie": {
          "type": "boolean"
        },
        "afficherLaListe": {
          "type": "boolean"
        },
        "restreindreLaListe": {
          "type": "boolean"
        },
        "requeteFiltre": {
          "type": "string"
        }
      }
    },
    "LectureCompteCollaborateurRequest": {
      "type": "object",
      "properties": {
        "idUtilisateur": {
          "type": "string"
        },
        "codeCollaborateur": {
          "type": "string"
        }
      }
    },
    "CompteCollaborateur": {
      "type": "object",
      "properties": {
        "identifiant": {
          "type": "string"
        },
        "codeCollaborateur": {
          "type": "string"
        },
        "accesDroitsFonctionnels": {
          "type": "string"
        },
        "accesDroitsFonctionnelsMode": {
          "type": "string"
        },
        "civilite": {
          "format": "int32",
          "type": "integer"
        },
        "nomNaissance": {
          "type": "string"
        },
        "nomMarital": {
          "type": "string"
        },
        "nomUsuel": {
          "type": "string"
        },
        "prenom": {
          "type": "string"
        },
        "droitsLimitesEnPaie": {
          "type": "boolean"
        },
        "email": {
          "type": "string"
        },
        "telephonePortable": {
          "type": "string"
        },
        "telephoneBureau": {
          "type": "string"
        },
        "telephoneDomicile": {
          "type": "string"
        },
        "dateDebutValidite": {
          "format": "date",
          "type": "string"
        },
        "dateFinValidite": {
          "format": "date",
          "type": "string"
        },
        "roles": {
          "$ref": "#/definitions/CompteCollaborateurRoles"
        },
        "requeteAccesDossiers": {
          "type": "string"
        },
        "niveauConfidentialite": {
          "format": "int32",
          "type": "integer"
        },
        "droits": {
          "$ref": "#/definitions/CompteCollaborateurDroits"
        },
        "codeAgence": {
          "type": "string"
        },
        "horairesAcces": {
          "$ref": "#/definitions/CompteCollaborateurHorairesAcces"
        },
        "affectations": {
          "type": "array",
          "items": {
            "format": "int32",
            "type": "integer"
          }
        },
        "domaineInterventionEmetteurDads": {
          "type": "string"
        }
      }
    },
    "CompteCollaborateurRoles": {
      "type": "object",
      "properties": {
        "dataProtectionOfficier": {
          "type": "boolean"
        },
        "dirigeant": {
          "type": "boolean"
        },
        "referentPoleSocial": {
          "type": "boolean"
        },
        "responsableCommercial": {
          "type": "boolean"
        },
        "responsableFacturation": {
          "type": "boolean"
        },
        "responsableFormation": {
          "type": "boolean"
        },
        "responsableInformatique": {
          "type": "boolean"
        },
        "responsableJuridique": {
          "type": "boolean"
        }
      }
    },
    "CompteCollaborateurDroits": {
      "type": "object",
      "properties": {
        "administration": {
          "type": "boolean"
        },
        "administrationCollaborateur": {
          "type": "boolean"
        },
        "analyseActivitePaie": {
          "type": "boolean"
        },
        "droitsUtilisateur": {
          "$ref": "#/definitions/CompteCollaborateurDroitsUtilisateur"
        },
        "gestionInterne": {
          "type": "boolean"
        },
        "gestionInterneSimplifiee": {
          "type": "boolean"
        },
        "outils": {
          "type": "boolean"
        },
        "parametragePaie": {
          "type": "boolean"
        },
        "production": {
          "type": "boolean"
        },
        "robotPaie": {
          "type": "boolean"
        },
        "pilotageProjet": {
          "type": "boolean"
        },
        "centreNotifications": {
          "type": "boolean"
        }
      }
    },
    "CompteCollaborateurHorairesAcces": {
      "type": "object",
      "properties": {
        "accesJours": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CompteCollaborateurHoraireAccesParJour"
          }
        },
        "accesJoursFeries": {
          "type": "string"
        }
      }
    },
    "CompteCollaborateurDroitsUtilisateur": {
      "type": "object",
      "properties": {
        "paieRelationClientGestionPortailCP": {
          "type": "string"
        },
        "paieRelationClientContact": {
          "type": "string"
        },
        "paieRelationClientTachesARealiser": {
          "type": "string"
        },
        "paieParametrageMtPartMtPartApplicablesAuDossier": {
          "type": "string"
        },
        "paieCotisationsTauxApplicablesAuDossier": {
          "type": "string"
        },
        "paieRelationClientCycleDePaie": {
          "type": "string"
        },
        "paieRelationClientAutomatisationDesDeclarations": {
          "type": "string"
        },
        "paieRelationClientEditionsGroupees": {
          "type": "string"
        },
        "paieRelationClientFicheSocieteEtatDossier": {
          "type": "string"
        },
        "paieParametrageLiaisonComptable": {
          "type": "string"
        },
        "paieRelationClientArchivageDossier": {
          "type": "string"
        },
        "paieParametrageCotisationsComplementLibelles": {
          "type": "string"
        },
        "paieParametrageCotisationsTaux": {
          "type": "string"
        },
        "paieParametrageCotisationsTauxAT": {
          "type": "string"
        },
        "paieParametragePrimesProfils": {
          "type": "string"
        },
        "paiePrimesCaracteristiques": {
          "type": "string"
        },
        "paieParametrageHeuresHeures": {
          "type": "string"
        },
        "paieParametrageHeuresComplementLibelles": {
          "type": "string"
        },
        "paieParametrageMtPartMtPart": {
          "type": "string"
        },
        "paieParametrageVariablesASaisir": {
          "type": "string"
        },
        "paieParametrageContratsComplementaires": {
          "type": "string"
        },
        "paieParametrageMethodes": {
          "type": "string"
        },
        "paieGestionImputationsAnalytiques": {
          "type": "string"
        },
        "paieParametrageImportExportParams": {
          "type": "string"
        },
        "paieParametrageEditionsHistoriques": {
          "type": "string"
        },
        "paieParametrageEditionsHistoriquesNoCode": {
          "type": "string"
        },
        "paieParametrageEditionsHistoriquesNoCodeHistorisation": {
          "type": "string"
        },
        "paieGestionAnalytiqueEnPourcentage": {
          "type": "string"
        },
        "analyseActiviteSpecificites": {
          "type": "string"
        },
        "analyseActiviteProductionCollaborateur": {
          "type": "string"
        },
        "analyseActiviteProductionUtilisateur": {
          "type": "string"
        },
        "analyseActiviteProduction": {
          "type": "string"
        },
        "analyseActiviteBulletins": {
          "type": "string"
        },
        "analyseActiviteDossiers": {
          "type": "string"
        },
        "analyseActiviteRelationClient": {
          "type": "string"
        },
        "analyseActiviteDADSU": {
          "type": "string"
        },
        "analyseActiviteDSN": {
          "type": "string"
        },
        "analyseActiviteInfosClients": {
          "type": "string"
        },
        "analyseActiviteListeOrganismesDSN": {
          "type": "string"
        },
        "analyseActiviteRecherches": {
          "type": "string"
        },
        "generalAccesFormulaireAssistance": {
          "type": "string"
        },
        "gestionInterneParametrages": {
          "type": "string"
        },
        "gestionInterneParametragesClients": {
          "type": "string"
        },
        "gestionInterneParametragesClientsMenuSupprimer": {
          "type": "string"
        },
        "gestionInterneParametragesClientsConfigurationAPIFichiersVirement": {
          "type": "string"
        },
        "gestionInterneParametragesAgences": {
          "type": "string"
        },
        "gestionInterneParametragesParamClesAcces": {
          "type": "string"
        },
        "gestionInterneParametragesAffectationCollaborateurs": {
          "type": "string"
        },
        "gestionInterneAnalyseProduction": {
          "type": "string"
        },
        "gestionInterneAnalyseProductionSynthetique": {
          "type": "string"
        },
        "gestionInterneAnalyseProductionDetaille": {
          "type": "string"
        },
        "gestionInterneAnalyseProductionN4DS": {
          "type": "string"
        },
        "gestionInterneInfosClients": {
          "type": "string"
        },
        "gestionInterneInfosClientsInfosClients": {
          "type": "string"
        },
        "gestionInterneInfosClientsInfosBancaires": {
          "type": "string"
        },
        "parametragePaieConfigurationAPI": {
          "type": "string"
        },
        "parametragePaieGenerationFichiersVirements": {
          "type": "string"
        },
        "administrationConnexionAuthentificationExterne": {
          "type": "string"
        },
        "administrationConnexionPersonnalisationEcranConnexion": {
          "type": "string"
        },
        "administrationParametrages": {
          "type": "string"
        },
        "administrationParametragesParametresAvances": {
          "type": "string"
        },
        "administrationPilotageActivite": {
          "type": "string"
        },
        "administrationPilotageActiviteHistoriqueConnexions": {
          "type": "string"
        },
        "administrationPilotageActiviteHistoriqueModifications": {
          "type": "string"
        },
        "administrationConfigurationExport": {
          "type": "string"
        },
        "silaeHubLienSilaeHub": {
          "type": "string"
        },
        "productionSuiviFPOC": {
          "type": "string"
        },
        "productionSuiviFPOCTelechargerPlus": {
          "type": "string"
        },
        "productionSuiviFPOCAfficherNonRattachees": {
          "type": "string"
        },
        "dossierPaieOutilsSuppressionDesDonnees": {
          "type": "string"
        },
        "dossierPaieDsnRegularisationManuelle": {
          "type": "string"
        },
        "gestionInterneParametragesClientsConfigurationAPIAccesAPIDossier": {
          "type": "string"
        },
        "gestionInterneParametragesClientsSuppressionDeDossiers": {
          "type": "string"
        },
        "outilsPaieExportV2ExportNonChiffre": {
          "type": "string"
        },
        "administrationConnexion": {
          "type": "string"
        },
        "administrationParametragesAuthentificationExterneDossier": {
          "type": "string"
        },
        "administrationPilotageActiviteBlocageAppelant": {
          "type": "string"
        },
        "administrationPilotageActiviteComptesBloques": {
          "type": "string"
        },
        "utilisationApi": {
          "type": "string"
        },
        "utilisationApiGenerationMotDePasseAlternatif": {
          "type": "string"
        },
        "dossierPaieSuiviModifications": {
          "type": "string"
        },
        "pilotageProjetGestionModeles": {
          "type": "string"
        },
        "relationClientTachesPlanifiees": {
          "type": "string"
        },
        "relationClientSyntheseCycleDePaie": {
          "type": "string"
        },
        "relationClientParametrageCycleDePaie": {
          "type": "string"
        },
        "outilsPaieExportDeDossier": {
          "type": "string"
        },
        "outilsPaieImportDeDossier": {
          "type": "string"
        },
        "outilsPaieImportDeDossierDemo": {
          "type": "string"
        }
      }
    },
    "CompteCollaborateurHoraireAccesParJour": {
      "type": "object",
      "properties": {
        "jourSemaine": {
          "type": "string"
        },
        "horaires": {
          "type": "string"
        }
      }
    },
    "LectureCompteCollaborateurModelesResponse": {
      "type": "object",
      "properties": {
        "modeles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CollaborateurModele"
          }
        }
      }
    },
    "CollaborateurModele": {
      "type": "object",
      "properties": {
        "nomModele": {
          "type": "string"
        },
        "defaut": {
          "type": "boolean"
        },
        "dateCreation": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "CreationCompteCollaborateurRequest": {
      "type": "object",
      "properties": {
        "utilisateurCollaborateur": {
          "$ref": "#/definitions/CompteCollaborateur"
        }
      }
    },
    "CreationCompteCollaborateurDepuisModeleRequest": {
      "type": "object",
      "properties": {
        "utilisateurCollaborateur": {
          "$ref": "#/definitions/CompteCollaborateurDepuisModele"
        }
      }
    },
    "CompteCollaborateurDepuisModele": {
      "type": "object",
      "properties": {
        "nomModele": {
          "type": "string"
        },
        "identifiant": {
          "type": "string"
        },
        "codeCollaborateur": {
          "type": "string"
        },
        "civilite": {
          "format": "int32",
          "type": "integer"
        },
        "nomNaissance": {
          "type": "string"
        },
        "nomMarital": {
          "type": "string"
        },
        "nomUsuel": {
          "type": "string"
        },
        "prenom": {
          "type": "string"
        },
        "email": {
          "type": "string"
        },
        "telephonePortable": {
          "type": "string"
        },
        "telephoneBureau": {
          "type": "string"
        },
        "telephoneDomicile": {
          "type": "string"
        },
        "dateDebutValidite": {
          "format": "date",
          "type": "string"
        },
        "dateFinValidite": {
          "format": "date",
          "type": "string"
        }
      }
    },
    "AppliquerModeleCollaborateurRequest": {
      "type": "object",
      "properties": {
        "identifiantCollaborateur": {
          "type": "string"
        },
        "nomModele": {
          "type": "string"
        }
      }
    },
    "AffecterCleDossierRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "nouvelleCle": {
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "GererEtatDossierPaieRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "desactiver": {
          "type": "boolean"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "GererEtatRobotDePaieRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "desactiver": {
          "type": "boolean"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "GererCycleDePaieRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "dossierTache": {
          "$ref": "#/definitions/DossierTache"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "DossierTache": {
      "type": "object",
      "properties": {
        "nature": {
          "format": "int32",
          "type": "integer"
        },
        "jour": {
          "format": "int32",
          "type": "integer"
        },
        "heure": {
          "format": "int32",
          "type": "integer"
        },
        "minute": {
          "format": "int32",
          "type": "integer"
        },
        "destinataire": {
          "type": "string"
        },
        "aFaireParLeClient": {
          "type": "boolean"
        },
        "optionBool1": {
          "type": "boolean"
        },
        "optionBool2": {
          "type": "boolean"
        },
        "optionBool3": {
          "type": "boolean"
        },
        "optionString1": {
          "type": "string"
        },
        "rappel1_Jour": {
          "format": "int32",
          "type": "integer"
        },
        "rappel1_Heure": {
          "format": "int32",
          "type": "integer"
        },
        "rappel1_Minute": {
          "format": "int32",
          "type": "integer"
        },
        "rappel1_Destinataire": {
          "type": "string"
        },
        "rappel2_Jour": {
          "format": "int32",
          "type": "integer"
        },
        "rappel2_Heure": {
          "format": "int32",
          "type": "integer"
        },
        "rappel2_Minute": {
          "format": "int32",
          "type": "integer"
        },
        "rappel2_Destinataire": {
          "type": "string"
        },
        "rappel3_Jour": {
          "format": "int32",
          "type": "integer"
        },
        "rappel3_Heure": {
          "format": "int32",
          "type": "integer"
        },
        "rappel3_Minute": {
          "format": "int32",
          "type": "integer"
        },
        "rappel3_Destinataire": {
          "type": "string"
        },
        "rappel4_Jour": {
          "format": "int32",
          "type": "integer"
        },
        "rappel4_Heure": {
          "format": "int32",
          "type": "integer"
        },
        "rappel4_Minute": {
          "format": "int32",
          "type": "integer"
        },
        "rappel4_Destinataire": {
          "type": "string"
        },
        "rappel5_Jour": {
          "format": "int32",
          "type": "integer"
        },
        "rappel5_Heure": {
          "format": "int32",
          "type": "integer"
        },
        "rappel5_Minute": {
          "format": "int32",
          "type": "integer"
        },
        "rappel5_Destinataire": {
          "type": "string"
        },
        "supprimerTache": {
          "type": "boolean"
        },
        "nomServeur": {
          "type": "string"
        },
        "nomRepertoire": {
          "type": "string"
        }
      }
    },
    "ListeDossiersDemoSilaeResponse": {
      "type": "object",
      "properties": {
        "modeles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DossierDemoSilae"
          }
        }
      }
    },
    "DossierDemoSilae": {
      "type": "object",
      "properties": {
        "tokenDossierDemo": {
          "type": "string"
        },
        "nomDossier": {
          "type": "string"
        }
      }
    },
    "ImportDossierDemoRequest": {
      "type": "object",
      "properties": {
        "tokenDossierDemo": {
          "type": "string"
        },
        "nouveauNumeroDossier": {
          "type": "string"
        },
        "changerAffectations": {
          "type": "boolean"
        },
        "affectations": {
          "$ref": "#/definitions/AffectationsDossier"
        }
      }
    },
    "AffectationsDossier": {
      "type": "object",
      "properties": {
        "codeAgence": {
          "type": "string"
        },
        "rG1": {
          "type": "string"
        },
        "rG2": {
          "type": "string"
        },
        "rG3": {
          "type": "string"
        },
        "rG4": {
          "type": "string"
        },
        "rG5": {
          "type": "string"
        },
        "rG6": {
          "type": "string"
        },
        "rG7": {
          "type": "string"
        },
        "rG8": {
          "type": "string"
        },
        "rG9": {
          "type": "string"
        }
      }
    },
    "TraitementAsynchroneResponse": {
      "type": "object",
      "properties": {
        "guidTache": {
          "type": "string"
        }
      }
    },
    "StatutAsynchroneResponse": {
      "type": "object",
      "properties": {
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "AnalyseConfigurationAccesApiRequest": {
      "type": "object",
      "properties": {
        "nomCompteAPI": {
          "type": "string"
        },
        "identifiantUtilisateurSilae": {
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "statutConfiguration": {
          "type": "string"
        }
      }
    },
    "AnalyseConfigurationAccesApiResponse": {
      "type": "object",
      "properties": {
        "statistiques": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ConfigurationAccesApi"
          }
        }
      }
    },
    "ConfigurationAccesApi": {
      "type": "object",
      "properties": {
        "nomCompteAPI": {
          "type": "string"
        },
        "identifiantUtilisateurSilae": {
          "type": "string"
        },
        "idConfiguration": {
          "type": "string"
        },
        "niveauAcces": {
          "type": "string"
        },
        "statutConfiguration": {
          "type": "string"
        },
        "dateCreation": {
          "format": "date-time",
          "type": "string"
        },
        "dateModification": {
          "format": "date-time",
          "type": "string"
        },
        "dossiers": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ConfigurationAccesApiDossier"
          }
        }
      }
    },
    "ConfigurationAccesApiDossier": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "raisonSociale": {
          "type": "string"
        },
        "agence": {
          "type": "string"
        },
        "groupe": {
          "type": "string"
        }
      }
    },
    "CreationConfigurationAccesApiRequest": {
      "type": "object",
      "properties": {
        "configuration": {
          "$ref": "#/definitions/CreationConfigurationAccesApi"
        }
      }
    },
    "CreationConfigurationAccesApi": {
      "type": "object",
      "properties": {
        "clientId": {
          "type": "string"
        },
        "identifiantUtilisateurSilae": {
          "type": "string"
        },
        "idConfiguration": {
          "type": "string"
        },
        "niveauAcces": {
          "type": "string"
        },
        "dossiers": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "ListeComptesApiResponse": {
      "type": "object",
      "properties": {
        "comptes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CompteApi"
          }
        }
      }
    },
    "CompteApi": {
      "type": "object",
      "properties": {
        "clientId": {
          "type": "string"
        },
        "nomCompteAPI": {
          "type": "string"
        }
      }
    },
    "Domain": {
      "type": "object",
      "properties": {
        "id": {
          "format": "uuid",
          "description": "Guid extrait de DOM_Nombase utilisé par le portail comme Id",
          "type": "string",
          "readOnly": true,
          "example": "00000000-0000-0000-0000-000000000000"
        },
        "internalId": {
          "format": "int32",
          "description": "ID_DOMAINE de la table domaine",
          "type": "integer"
        },
        "groupName": {
          "description": "Groupe d'appartenance du domaine",
          "type": "string"
        },
        "name": {
          "description": "Nom du domaine",
          "type": "string"
        },
        "validityStartDate": {
          "format": "date-time",
          "description": "Date de début de validité, valide si non renseignée",
          "type": "string"
        },
        "validityEndDate": {
          "format": "date-time",
          "description": "Date de fin de validité, valide si non renseignée",
          "type": "string"
        },
        "silaePaieApiUrl": {
          "description": "Url d'appel de l'api rest composée à partir du sous-domaine",
          "type": "string",
          "readOnly": true
        }
      }
    },
    "Entity": {
      "type": "object",
      "properties": {
        "id": {
          "format": "int32",
          "description": "Id de l'entité",
          "type": "integer"
        },
        "name": {
          "description": "Id de l'entité",
          "type": "string"
        },
        "validityEndDate": {
          "format": "date-time",
          "description": "Date de fin de validité, valide si non renseignée",
          "type": "string"
        },
        "validityStartDate": {
          "format": "date-time",
          "description": "Date de début de validité, valide si non renseignée",
          "type": "string"
        }
      }
    },
    "Agency": {
      "type": "object",
      "properties": {
        "internalId": {
          "format": "int32",
          "description": "ID_AGENCE de la table agence",
          "type": "integer"
        },
        "isPrincipal": {
          "description": "Gets isPrincipal : actuellement l'agence avec l'id 0 est considérée comme l'agence principale...",
          "type": "boolean",
          "readOnly": true
        },
        "codeClientFacturation": {
          "description": "CodeClientFacturation de l'agence",
          "type": "string"
        },
        "codeAgence": {
          "description": "Nom de l'agence",
          "type": "string"
        }
      }
    },
    "AnalyseProductionPaieV2Request": {
      "type": "object",
      "properties": {
        "requeteAnalyseProduction": {
          "$ref": "#/definitions/RequeteAnalyseProductionV2"
        }
      }
    },
    "RequeteAnalyseProductionV2": {
      "type": "object",
      "properties": {
        "typePeriode": {
          "format": "int32",
          "type": "integer"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "codeAgence": {
          "type": "string"
        }
      }
    },
    "AnalyseProductionPaieResponse": {
      "type": "object",
      "properties": {
        "statistiques": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesV2"
          }
        }
      }
    },
    "StatistiquesV2": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "codeAgence": {
          "type": "string"
        },
        "statistiquesProduction": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesProductionV2"
          }
        },
        "statistiquesDADS": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesDADS"
          }
        }
      }
    },
    "StatistiquesProductionV2": {
      "type": "object",
      "properties": {
        "nbBulletinsCoffresForts": {
          "format": "int32",
          "type": "integer"
        },
        "nbBulletinsCoffresFortsEditique": {
          "format": "int32",
          "type": "integer"
        },
        "nbDocsSortieCoffresForts": {
          "format": "int32",
          "type": "integer"
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "nbBulletinsOriginaux": {
          "format": "int32",
          "type": "integer"
        },
        "nbBulletinsOriginauxACalculer": {
          "format": "int32",
          "type": "integer"
        },
        "nbEntrees": {
          "format": "int32",
          "type": "integer"
        },
        "nbSorties": {
          "format": "int32",
          "type": "integer"
        },
        "nbDeclarations": {
          "format": "int32",
          "type": "integer"
        },
        "nbDUE": {
          "format": "int32",
          "type": "integer"
        },
        "nbAttestationsPoleEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "nbIJSS": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "StatistiquesDADS": {
      "type": "object",
      "properties": {
        "annee": {
          "format": "int32",
          "type": "integer"
        },
        "nbSalaries": {
          "format": "int32",
          "type": "integer"
        },
        "effectif3112": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "StatutAnalyseProductionPaieAsynchroneResponse": {
      "type": "object",
      "properties": {
        "statistiques": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesV2"
          }
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "AnalyseProductionPaieBulletinsOriginauxResponse": {
      "type": "object",
      "properties": {
        "statistiques": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesBulletin"
          }
        }
      }
    },
    "StatistiquesBulletin": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "codeAgence": {
          "type": "string"
        },
        "statistiquesProduction": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesProductionBulletin"
          }
        }
      }
    },
    "StatistiquesProductionBulletin": {
      "type": "object",
      "properties": {
        "periodePaie": {
          "format": "date",
          "type": "string"
        },
        "nbBulletinsOriginaux": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "StatutAnalyseProductionPaieBulletinsOriginauxAsynchroneResponse": {
      "type": "object",
      "properties": {
        "statistiques": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesBulletin"
          }
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "AnalyseProductionPaieBulletinsCoffresFortsResponse": {
      "type": "object",
      "properties": {
        "statistiques": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesBulletinCoffreFort"
          }
        }
      }
    },
    "StatistiquesBulletinCoffreFort": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "codeAgence": {
          "type": "string"
        },
        "statistiquesProduction": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesProductionBulletinCoffreFort"
          }
        }
      }
    },
    "StatistiquesProductionBulletinCoffreFort": {
      "type": "object",
      "properties": {
        "periodePaie": {
          "format": "date",
          "type": "string"
        },
        "nbBulletinsCoffresForts": {
          "format": "int32",
          "type": "integer"
        },
        "nbBulletinsCoffresFortsEditique": {
          "format": "int32",
          "type": "integer"
        },
        "nbDocsSortieCoffresForts": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "StatutAnalyseProductionPaieBulletinsCoffresFortsAsynchroneResponse": {
      "type": "object",
      "properties": {
        "statistiques": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesBulletinCoffreFort"
          }
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "AnalyseProductionPaieRequest": {
      "type": "object",
      "properties": {
        "requeteAnalyseProduction": {
          "$ref": "#/definitions/RequeteAnalyseProduction"
        }
      }
    },
    "RequeteAnalyseProduction": {
      "type": "object",
      "properties": {
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "codeAgence": {
          "type": "string"
        }
      }
    },
    "AnalyseProductionPaieDocumentsSignesResponse": {
      "type": "object",
      "properties": {
        "statistiques": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesDocumentsSignes"
          }
        }
      }
    },
    "StatistiquesDocumentsSignes": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "codeAgence": {
          "type": "string"
        },
        "statistiquesProduction": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesProductionDocumentsSignes"
          }
        }
      }
    },
    "StatistiquesProductionDocumentsSignes": {
      "type": "object",
      "properties": {
        "periode": {
          "format": "date",
          "type": "string"
        },
        "docSignes": {
          "format": "int32",
          "type": "integer"
        },
        "docSortie": {
          "format": "int32",
          "type": "integer"
        },
        "docSignesSantePrevoyance": {
          "format": "int32",
          "type": "integer"
        },
        "signatairesFactures": {
          "format": "int32",
          "type": "integer"
        },
        "signatairesFacturesDocSortie": {
          "format": "int32",
          "type": "integer"
        },
        "signatairesFacturesDocSantePrevoyance": {
          "format": "int32",
          "type": "integer"
        },
        "zoneSignature": {
          "format": "int32",
          "type": "integer"
        },
        "zoneSignatureDocSortie": {
          "format": "int32",
          "type": "integer"
        },
        "zoneSignatureDocSantePrevoyance": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "StatutAnalyseProductionPaieDocumentsSignesAsynchroneResponse": {
      "type": "object",
      "properties": {
        "statistiques": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesDocumentsSignes"
          }
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "AnalyseProductionPaieRevenusRequest": {
      "type": "object",
      "properties": {
        "requeteAnalyseProductionRevenus": {
          "$ref": "#/definitions/RequeteAnalyseProductionRevenus"
        }
      }
    },
    "RequeteAnalyseProductionRevenus": {
      "type": "object",
      "properties": {
        "millesime": {
          "format": "int32",
          "type": "integer"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "codeAgence": {
          "type": "string"
        },
        "typeAnalyse": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "AnalyseProductionPaieRevenusResponse": {
      "type": "object",
      "properties": {
        "statistiques": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesRevenus"
          }
        }
      }
    },
    "StatistiquesRevenus": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "codeAgence": {
          "type": "string"
        },
        "statistiquesProductionMatricule": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesRevenusSalarie"
          }
        }
      }
    },
    "StatistiquesRevenusSalarie": {
      "type": "object",
      "properties": {
        "matricule": {
          "type": "string",
          "example": "{{matricule}}"
        },
        "nomUsuel": {
          "type": "string"
        },
        "prenom": {
          "type": "string"
        },
        "netImposableN": {
          "format": "double",
          "type": "number"
        },
        "totalDeclareN": {
          "format": "double",
          "type": "number"
        },
        "pasN": {
          "format": "double",
          "type": "number"
        },
        "pasDeclareN": {
          "format": "double",
          "type": "number"
        },
        "brutALN": {
          "format": "double",
          "type": "number"
        },
        "brutALDeclareN": {
          "format": "double",
          "type": "number"
        },
        "netImposableN1": {
          "format": "double",
          "type": "number"
        },
        "totalDeclareN1": {
          "format": "double",
          "type": "number"
        },
        "pasN1": {
          "format": "double",
          "type": "number"
        },
        "pasDeclareN1": {
          "format": "double",
          "type": "number"
        },
        "brutALN1": {
          "format": "double",
          "type": "number"
        },
        "brutALDeclareN1": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "StatutAnalyseProductionPaieRevenusAsynchroneResponse": {
      "type": "object",
      "properties": {
        "statistiques": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesRevenus"
          }
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "AnalyseProductionPaieDetailRequest": {
      "type": "object",
      "properties": {
        "requeteAnalyseProductionDetail": {
          "$ref": "#/definitions/RequeteAnalyseProductionDetailV2"
        }
      }
    },
    "RequeteAnalyseProductionDetailV2": {
      "type": "object",
      "properties": {
        "typePeriode": {
          "format": "int32",
          "type": "integer"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "nomAnalyse": {
          "type": "string"
        }
      }
    },
    "AnalyseProductionPaieDetailResponse": {
      "type": "object",
      "properties": {
        "salaires": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieBase"
          }
        }
      }
    },
    "SalarieBase": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "nomAffiche": {
          "type": "string"
        }
      }
    },
    "AnalyseProductionPaieUtilisateursRequest": {
      "type": "object",
      "properties": {
        "requeteAnalyseProduction": {
          "$ref": "#/definitions/RequeteAnalyseProduction"
        }
      }
    },
    "AnalyseProductionPaieUtilisateursResponse": {
      "type": "object",
      "properties": {
        "statistiquesUtilisateurs": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesUtilisateurs"
          }
        }
      }
    },
    "StatistiquesUtilisateurs": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "codeAgence": {
          "type": "string"
        },
        "statistiquesProductionUtilisateurs": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesProductionUtilisateur"
          }
        }
      }
    },
    "StatistiquesProductionUtilisateur": {
      "type": "object",
      "properties": {
        "identifiantUtilisateur": {
          "type": "string"
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "nbBulletins": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "AnalyseProductionPaieUtilisateursV2Response": {
      "type": "object",
      "properties": {
        "statistiquesUtilisateurs": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesUtilisateursV2"
          }
        }
      }
    },
    "StatistiquesUtilisateursV2": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "codeAgence": {
          "type": "string"
        },
        "statistiquesProductionUtilisateurs": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesProductionUtilisateurV2"
          }
        }
      }
    },
    "StatistiquesProductionUtilisateurV2": {
      "type": "object",
      "properties": {
        "identifiantUtilisateur": {
          "type": "string"
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "nbBulletins": {
          "format": "int32",
          "type": "integer"
        },
        "nbEntrees": {
          "format": "int32",
          "type": "integer"
        },
        "nbSorties": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "StatutAnalyseProductionPaieUtilisateursV2AsynchroneResponse": {
      "type": "object",
      "properties": {
        "statistiques": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesUtilisateursV2"
          }
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "AnalyseProductionPaieUtilisateursV3Request": {
      "type": "object",
      "properties": {
        "requeteAnalyseProduction": {
          "$ref": "#/definitions/RequeteAnalyseProductionV2"
        }
      }
    },
    "AnalyseProductionPaieUtilisateursV3Response": {
      "type": "object",
      "properties": {
        "statistiquesUtilisateurs": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesUtilisateursV3"
          }
        }
      }
    },
    "StatistiquesUtilisateursV3": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "codeAgence": {
          "type": "string"
        },
        "statistiquesProductionUtilisateurs": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesProductionUtilisateurV3"
          }
        }
      }
    },
    "StatistiquesProductionUtilisateurV3": {
      "type": "object",
      "properties": {
        "identifiantUtilisateur": {
          "type": "string"
        },
        "periodePaie": {
          "format": "date-time",
          "type": "string"
        },
        "dateEdition": {
          "format": "date-time",
          "type": "string"
        },
        "nbBulletins": {
          "format": "int32",
          "type": "integer"
        },
        "nbEntrees": {
          "format": "int32",
          "type": "integer"
        },
        "nbEntreesCDI": {
          "format": "int32",
          "type": "integer"
        },
        "nbEntreesCDD": {
          "format": "int32",
          "type": "integer"
        },
        "nbEntreesAutres": {
          "format": "int32",
          "type": "integer"
        },
        "nbSorties": {
          "format": "int32",
          "type": "integer"
        },
        "nbSortiesCDI": {
          "format": "int32",
          "type": "integer"
        },
        "nbSortiesCDD": {
          "format": "int32",
          "type": "integer"
        },
        "nbSortiesDemission": {
          "format": "int32",
          "type": "integer"
        },
        "nbSortiesRuptureConventionnelle": {
          "format": "int32",
          "type": "integer"
        },
        "nbSortiesLicenciement": {
          "format": "int32",
          "type": "integer"
        },
        "nbSortiesAutres": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "StatutAnalyseProductionPaieUtilisateursV3AsynchroneResponse": {
      "type": "object",
      "properties": {
        "statistiqueUtilisateurs": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesUtilisateursV3"
          }
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "AnalyseProductionPaieEffectifsRequest": {
      "type": "object",
      "properties": {
        "requeteAnalyseProduction": {
          "$ref": "#/definitions/RequeteAnalyseProduction"
        }
      }
    },
    "AnalyseProductionPaieEffectifsResponse": {
      "type": "object",
      "properties": {
        "effectifs": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AnalyseEffectifs"
          }
        }
      }
    },
    "AnalyseEffectifs": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "codeAgence": {
          "type": "string"
        },
        "effectifSecuriteSociale": {
          "format": "double",
          "type": "number"
        },
        "effectifCodeDuTravail": {
          "format": "double",
          "type": "number"
        },
        "effectifOeth": {
          "format": "double",
          "type": "number"
        },
        "effectifBoeth": {
          "format": "double",
          "type": "number"
        },
        "effectifEcap": {
          "format": "double",
          "type": "number"
        },
        "effectifCsa": {
          "format": "double",
          "type": "number"
        },
        "effectifCsaCfip": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "StatutAnalyseProductionPaieEffectifsAsynchroneResponse": {
      "type": "object",
      "properties": {
        "effectifs": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AnalyseEffectifs"
          }
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "AnalyseProductionPaieEntreesSortiesRequest": {
      "type": "object",
      "properties": {
        "requeteAnalyseProduction": {
          "$ref": "#/definitions/RequeteAnalyseProduction"
        }
      }
    },
    "AnalyseProductionPaieEntreesSortiesResponse": {
      "type": "object",
      "properties": {
        "statistiquesEntreesSorties": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesEntreesSorties"
          }
        }
      }
    },
    "StatistiquesEntreesSorties": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "codeAgence": {
          "type": "string"
        },
        "statistiquesEntreesSortiesDetails": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesEntreesSortiesDetails"
          }
        }
      }
    },
    "StatistiquesEntreesSortiesDetails": {
      "type": "object",
      "properties": {
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "entreesCDI_NouveauSalarie": {
          "format": "int32",
          "type": "integer"
        },
        "entreesCDD_NouveauSalarie": {
          "format": "int32",
          "type": "integer"
        },
        "entreesAutre_NouveauSalarie": {
          "format": "int32",
          "type": "integer"
        },
        "entreesCDI_NouvelEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "entreesCDD_NouvelEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "entreesAutre_NouvelEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "sorties_FinCDD": {
          "format": "int32",
          "type": "integer"
        },
        "sorties_Demission": {
          "format": "int32",
          "type": "integer"
        },
        "sorties_RuptureConventionnelle": {
          "format": "int32",
          "type": "integer"
        },
        "sorties_Licenciement": {
          "format": "int32",
          "type": "integer"
        },
        "sorties_Autre": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "StatutAnalyseProductionPaieEntreesSortiesAsynchroneResponse": {
      "type": "object",
      "properties": {
        "statistiquesEntreesSorties": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesEntreesSorties"
          }
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "BureautiquePaieNombreDocumentsCreesRequest": {
      "type": "object",
      "properties": {
        "nomDocument": {
          "type": "string"
        },
        "dateDebut": {
          "format": "date-time",
          "type": "string"
        },
        "dateFin": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "BureautiquePaieNombreDocumentsCreesResponse": {
      "type": "object",
      "properties": {
        "statistiquesBureautique": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/StatistiquesBureautique"
          }
        }
      }
    },
    "StatistiquesBureautique": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "nbDocumentsCrees": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "ListeModulesActifsResponse": {
      "type": "object",
      "properties": {
        "listeDossiers": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ModulesActifsParDossier"
          }
        }
      }
    },
    "ModulesActifsParDossier": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "modules": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ModuleActifParDossier"
          }
        }
      }
    },
    "ModuleActifParDossier": {
      "type": "object",
      "properties": {
        "codeModule": {
          "type": "string"
        },
        "libelleModule": {
          "type": "string"
        },
        "dateDerniereModification": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "ListeModulesMySilaeResponse": {
      "type": "object",
      "properties": {
        "listeDossiers": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ModulesMySilaeParDossier"
          }
        }
      }
    },
    "ModulesMySilaeParDossier": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "modules": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ModuleMySilaeParDossier"
          }
        }
      }
    },
    "ModuleMySilaeParDossier": {
      "type": "object",
      "properties": {
        "codeModule": {
          "type": "string"
        },
        "codeEtat": {
          "format": "int32",
          "type": "integer"
        },
        "libelleEtat": {
          "type": "string"
        },
        "dateDernierChangementEtat": {
          "format": "date-time",
          "type": "string"
        },
        "utilisateurDernierChangementEtat": {
          "type": "string"
        }
      }
    },
    "LectureAxesAnalytiquesResponse": {
      "type": "object",
      "properties": {
        "axesAnalytiques": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AxeAnalytique"
          }
        }
      }
    },
    "AxeAnalytique": {
      "type": "object",
      "properties": {
        "titreCategorie": {
          "type": "string"
        },
        "sousCategorie": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SousCategorie"
          }
        }
      }
    },
    "SousCategorie": {
      "type": "object",
      "properties": {
        "nomSousCategorie": {
          "type": "string"
        },
        "nouveauNomSousCategorie": {
          "type": "string"
        }
      }
    },
    "AjoutSousCategorieAxeAnalytiqueRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "nomAxe": {
          "type": "string"
        },
        "nomSousCategorie": {
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "LectureAxesAnalytiquesSalariesRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "LectureAxesAnalytiquesSalariesResponse": {
      "type": "object",
      "properties": {
        "axesAnalytiqueSalarie": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AxesAnalytiqueSalarie"
          }
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "AxesAnalytiqueSalarie": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "nomAffiche": {
          "type": "string"
        },
        "affectationAnalytique": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DonneesAxeAnalytiqueSalarie"
          }
        }
      }
    },
    "DonneesAxeAnalytiqueSalarie": {
      "type": "object",
      "properties": {
        "titreCategorie": {
          "type": "string"
        },
        "sousCategorieParDefaut": {
          "type": "string"
        },
        "sousCategoriesEnPC": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SousCategoriesEnPC"
          }
        }
      }
    },
    "SousCategoriesEnPC": {
      "type": "object",
      "properties": {
        "sousCategorie": {
          "type": "string"
        },
        "pc": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "SalarieEmploiClassificationMetierRequest": {
      "type": "object",
      "properties": {
        "codeClassificationMetier": {
          "type": "string"
        }
      }
    },
    "EmploiClassificationMetier": {
      "type": "object",
      "properties": {
        "codeClassificationMetier": {
          "type": "string"
        },
        "clM_Libelle": {
          "type": "string"
        },
        "clM_CodeConventionCollective": {
          "type": "string"
        },
        "clM_CodesCSP": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "clM_CodesStatutProfessionnel": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "clM_CodesStatutCategoriel": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "clM_CodesStatutCategorielAgircArrco": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "clM_CodesCPNDUC": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "clM_Coefficients1": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "clM_Coefficients2": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "clM_Coefficients3": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "clM_Coefficients4": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "dateDebut": {
          "format": "date-time",
          "type": "string"
        },
        "dateFin": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "ClassificationMetierCompleteRequest": {
      "type": "object",
      "properties": {
        "codeConventionCollective": {
          "type": "string"
        }
      }
    },
    "ClassificationMetierCompleteResponse": {
      "type": "object",
      "properties": {
        "emploisClassificationsMetiers": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/EmploiClassificationMetier"
          }
        }
      }
    },
    "AjouteCompteRenduEdiRequest": {
      "type": "object",
      "properties": {
        "numeroADS": {
          "type": "string"
        },
        "adsacsars": {
          "type": "string"
        },
        "statutDeclaration": {
          "type": "string"
        },
        "statutTelepaiement": {
          "type": "string"
        },
        "typeMessage": {
          "type": "string"
        },
        "messageTexte": {
          "type": "string"
        },
        "messageBa": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "AjouteCompteRenduEdi94Request": {
      "type": "object",
      "properties": {
        "numeroADS": {
          "type": "string"
        },
        "adsacsars": {
          "type": "string"
        },
        "statutDeclaration": {
          "type": "string"
        },
        "statutTelepaiement": {
          "type": "string"
        },
        "typeMessage": {
          "type": "string"
        },
        "messageTexte": {
          "type": "string"
        },
        "messageBa": {
          "format": "byte",
          "type": "string"
        },
        "crm94NomFichier": {
          "type": "string"
        },
        "crm94Xml": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "AjouteCompteRenduEdi94Response": {
      "type": "object",
      "properties": {
        "nbSalariesPresentsXML": {
          "format": "int32",
          "type": "integer"
        },
        "nbSalariesTrouves": {
          "format": "int32",
          "type": "integer"
        },
        "nbTauxSalariesCrees": {
          "format": "int32",
          "type": "integer"
        },
        "nbTauxSalariesMisAJour": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "CreationEmetteurDSNRequest": {
      "type": "object",
      "properties": {
        "emetteur": {
          "$ref": "#/definitions/EmetteurDSN"
        }
      }
    },
    "EmetteurDSN": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "civilite": {
          "format": "int32",
          "type": "integer"
        },
        "nom": {
          "type": "string"
        },
        "prenom": {
          "type": "string"
        },
        "siret": {
          "type": "string"
        },
        "affectation": {
          "format": "int32",
          "type": "integer"
        },
        "mail": {
          "type": "string"
        },
        "telephone": {
          "type": "string"
        },
        "choixAdresse": {
          "format": "int32",
          "type": "integer"
        },
        "codeAgence": {
          "type": "string"
        },
        "raisonSociale": {
          "type": "string"
        },
        "numVoie": {
          "type": "string"
        },
        "btqc": {
          "type": "string"
        },
        "nomVoie": {
          "type": "string"
        },
        "codePostal": {
          "type": "string"
        },
        "nomVille": {
          "type": "string"
        }
      }
    },
    "LectureContactEmetteurDSNRequest": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "siren": {
          "type": "string"
        }
      }
    },
    "LectureContactEmetteurDSNResponse": {
      "type": "object",
      "properties": {
        "emetteurDSN": {
          "$ref": "#/definitions/LectureContactEmetteurDSN"
        }
      }
    },
    "LectureContactEmetteurDSN": {
      "type": "object",
      "properties": {
        "siret": {
          "type": "string"
        },
        "nom": {
          "type": "string"
        },
        "prenom": {
          "type": "string"
        },
        "mail": {
          "type": "string"
        }
      }
    },
    "ImportXmlParametrageOrganismeDSNRequest": {
      "type": "object",
      "properties": {
        "xmlEnByteArray": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "ImportXmlParametrageOrganismeDSNResponse": {
      "type": "object",
      "properties": {
        "compteRendu": {
          "type": "string"
        },
        "traitementGlobal": {
          "type": "string"
        }
      }
    },
    "InitialisationAncienNumeroContratDSNRequest": {
      "type": "object",
      "properties": {
        "initAncienContratDSN": {
          "$ref": "#/definitions/InitialisationAncienNumeroContratDSN"
        }
      }
    },
    "InitialisationAncienNumeroContratDSN": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "numeroContratDSN": {
          "type": "string"
        },
        "siretDOrigine": {
          "type": "string"
        },
        "periodeDeclaration": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "ActivationDSNRequest": {
      "type": "object",
      "properties": {
        "activationDSN": {
          "$ref": "#/definitions/ActivationDSN"
        }
      }
    },
    "ActivationDSN": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "periodeDemarrageDsnMensuelle": {
          "format": "date-time",
          "type": "string"
        },
        "periodeDemarrageDsnArretDeTravail": {
          "format": "date-time",
          "type": "string"
        },
        "periodeDemarrageDsnFinDeContrat": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "ValideCleDossierRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "cle": {
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "CreationUtilisateurClientPaieRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "utilisateurClient": {
          "$ref": "#/definitions/UtilisateurClient"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "UtilisateurClient": {
      "type": "object",
      "properties": {
        "nom": {
          "type": "string"
        },
        "prenom": {
          "type": "string"
        },
        "mail": {
          "type": "string"
        },
        "identifiant": {
          "type": "string"
        },
        "debutValidite": {
          "format": "date-time",
          "type": "string"
        },
        "finValidite": {
          "format": "date-time",
          "type": "string"
        },
        "accesComplet": {
          "type": "boolean"
        },
        "accesComplet_AvecParametrageSimplifie": {
          "type": "boolean"
        },
        "accesComplet_AvecParametrageComplet": {
          "type": "boolean"
        },
        "accesComplet_AccesBureautique": {
          "type": "boolean"
        },
        "accesComplet_AccesRelationClient": {
          "type": "boolean"
        },
        "telBureau": {
          "type": "string"
        },
        "fonction": {
          "type": "string"
        },
        "typeContact": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "ListeUtilisateursDossierPaieResponse": {
      "type": "object",
      "properties": {
        "listeUtilisateursDossierPaie": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "ListeUtilisateursDossierPaieV2Response": {
      "type": "object",
      "properties": {
        "listeUtilisateursDossierPaie": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ContactInformations"
          }
        }
      }
    },
    "ContactInformations": {
      "type": "object",
      "properties": {
        "identifiant": {
          "type": "string"
        },
        "nom": {
          "type": "string"
        },
        "prenom": {
          "type": "string"
        },
        "fonction": {
          "type": "string"
        },
        "telBureau": {
          "type": "string"
        },
        "eMail": {
          "type": "string"
        },
        "typeContact": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "AcquisitionQuestionnaireContratComplementaireRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "codeStatutCategoriel": {
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "AcquisitionQuestionnaireContratComplementaireResponse": {
      "type": "object",
      "properties": {
        "qContratComplementaire": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/QuestionnaireContratComplementaire"
          }
        }
      }
    },
    "QuestionnaireContratComplementaire": {
      "type": "object",
      "properties": {
        "code": {
          "type": "string"
        },
        "libelle": {
          "type": "string"
        },
        "listeChoix": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/LibelleValeurComplete"
          }
        },
        "codeLibelleCotisation": {
          "type": "string"
        },
        "selectionSalarie": {
          "format": "int32",
          "type": "integer"
        },
        "action": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "LibelleValeurComplete": {
      "type": "object",
      "properties": {
        "libelle": {
          "type": "string"
        },
        "valeur": {
          "format": "int32",
          "type": "integer"
        },
        "reference": {
          "type": "string"
        }
      }
    },
    "CreationQuestionnaireContratComplementaireRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "questionnaireContratComplementaire": {
          "$ref": "#/definitions/QuestionnaireContratComplementaire"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ControlerBulletinsPeriodeRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ControlerBulletinsPeriodeResponse": {
      "type": "object",
      "properties": {
        "nbBulletinsControles": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "CreationDossierPaieRequest": {
      "type": "object",
      "properties": {
        "dossier": {
          "$ref": "#/definitions/Dossier"
        }
      }
    },
    "Dossier": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "numeroDossierModele": {
          "type": "string"
        },
        "dateDebutMontage": {
          "format": "date-time",
          "type": "string"
        },
        "codeAgence": {
          "type": "string"
        },
        "longueurMatricule": {
          "format": "int32",
          "type": "integer"
        },
        "employeurCivilite": {
          "format": "int32",
          "type": "integer"
        },
        "employeurNom": {
          "type": "string"
        },
        "employeurPrenom": {
          "type": "string"
        },
        "employeurQualite": {
          "format": "int32",
          "type": "integer"
        },
        "employeurQualiteAutre": {
          "type": "string"
        },
        "groupe": {
          "type": "string"
        },
        "etablissements": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Etablissement"
          }
        }
      }
    },
    "Etablissement": {
      "type": "object",
      "properties": {
        "nomInterne": {
          "type": "string"
        },
        "raisonSociale": {
          "type": "string"
        },
        "numVoie": {
          "type": "string"
        },
        "btqc": {
          "type": "string"
        },
        "nomVoie": {
          "type": "string"
        },
        "complement": {
          "type": "string"
        },
        "codePostal": {
          "type": "string"
        },
        "nomVille": {
          "type": "string"
        },
        "codeOfficielCommune": {
          "type": "string"
        },
        "commune": {
          "type": "string"
        },
        "siret": {
          "type": "string"
        },
        "codeNaf": {
          "type": "string"
        },
        "paysISO": {
          "type": "string"
        },
        "nomPays": {
          "type": "string"
        },
        "tel": {
          "type": "string"
        },
        "fax": {
          "type": "string"
        },
        "numeroAffiliationURSSAF": {
          "type": "string"
        },
        "nbHeuresTravaillees": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "nbHeuresDeNuitTravaillees": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "bNbHeuresTravaillees": {
          "type": "boolean"
        },
        "employeurCivilite": {
          "format": "int32",
          "type": "integer"
        },
        "employeurNom": {
          "type": "string"
        },
        "employeurPrenom": {
          "type": "string"
        },
        "employeurQualite": {
          "format": "int32",
          "type": "integer"
        },
        "employeurQualiteAutre": {
          "type": "string"
        }
      }
    },
    "CreationDossierPaieResponse": {
      "type": "object",
      "properties": {
        "nomsInternesEtablissements": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "ImportFichierDSNRequest": {
      "type": "object",
      "properties": {
        "dsnEnByteArray": {
          "format": "byte",
          "type": "string"
        },
        "numeroDossierSiCreation": {
          "type": "string"
        }
      }
    },
    "RetourImportDSN": {
      "type": "object",
      "properties": {
        "existenceErreur": {
          "type": "boolean"
        },
        "importDansDossier": {
          "type": "boolean"
        },
        "importDansDomaine": {
          "type": "boolean"
        },
        "importDansEtablissement": {
          "type": "boolean"
        },
        "dsnMensuelleExistante": {
          "type": "boolean"
        },
        "erreurAnalyse": {
          "type": "string"
        },
        "erreurImport": {
          "type": "boolean"
        },
        "erreurBlocanteImport": {
          "type": "boolean"
        },
        "compteRendu": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "nomInterneEtablissementPricipal": {
          "type": "string"
        },
        "nomInterneEtablissementDeclare": {
          "type": "string"
        }
      }
    },
    "CreationDossierParImportFichierDSNRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "dsnEnByteArray": {
          "format": "byte",
          "type": "string"
        },
        "periodeMin": {
          "format": "date-time",
          "type": "string"
        },
        "periodeMax": {
          "format": "date-time",
          "type": "string"
        },
        "dernierFichier": {
          "type": "boolean"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieInitialiserCumulsRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "salarieCumuls": {
          "$ref": "#/definitions/SalarieCumuls"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieCumuls": {
      "type": "object",
      "properties": {
        "cp_ModifierCumuls": {
          "type": "boolean"
        },
        "cp_AcquisParReportN1": {
          "format": "double",
          "type": "number"
        },
        "cp_AcquisParAncienneteN1": {
          "format": "double",
          "type": "number"
        },
        "cp_AcquisParFractionnementN1": {
          "format": "double",
          "type": "number"
        },
        "cp_TotalAcquisN1": {
          "format": "double",
          "type": "number"
        },
        "cp_TotalPrisN1": {
          "format": "double",
          "type": "number"
        },
        "cp_ProvisionAcquiseParReportN1": {
          "format": "double",
          "type": "number"
        },
        "cp_TotalProvisionAcquiseN1": {
          "format": "double",
          "type": "number"
        },
        "cp_TotalProvisionConsommeeN1": {
          "format": "double",
          "type": "number"
        },
        "cp_TotalAcquisN": {
          "format": "double",
          "type": "number"
        },
        "cp_TotalPrisN": {
          "format": "double",
          "type": "number"
        },
        "cp_TotalProvisionAcquiseN": {
          "format": "double",
          "type": "number"
        },
        "cp_TotalProvisionConsommeeN": {
          "format": "double",
          "type": "number"
        },
        "rtt_ModifierCumuls": {
          "type": "boolean"
        },
        "rtt_JoursAcquis": {
          "format": "double",
          "type": "number"
        },
        "rtt_JoursPris": {
          "format": "double",
          "type": "number"
        },
        "rcr_ModifierCumuls": {
          "type": "boolean"
        },
        "rcr_HeuresAcquises": {
          "format": "double",
          "type": "number"
        },
        "rcr_HeuresPrises": {
          "format": "double",
          "type": "number"
        },
        "rcc_ModifierCumuls": {
          "type": "boolean"
        },
        "rcc_HeuresAcquises": {
          "format": "double",
          "type": "number"
        },
        "rcc_HeuresPrises": {
          "format": "double",
          "type": "number"
        },
        "rco_ModifierCumuls": {
          "type": "boolean"
        },
        "rco_HeuresAcquises": {
          "format": "double",
          "type": "number"
        },
        "rco_HeuresPrises": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "DossierPeriodeRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "periode": {
          "format": "date",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RecupererDeclarationsResponse": {
      "type": "object",
      "properties": {
        "document": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "StatutAsynchroneDocumentResponse": {
      "type": "object",
      "properties": {
        "document": {
          "format": "byte",
          "type": "string"
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "DossierPeriodeRangeRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EcrituresComptables": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "ecritures": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/EcrituresComptablesLigne"
          }
        }
      }
    },
    "EcrituresComptablesLigne": {
      "type": "object",
      "properties": {
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "compte": {
          "type": "string"
        },
        "libelle": {
          "type": "string"
        },
        "sens": {
          "type": "string"
        },
        "indexRepartition": {
          "format": "int32",
          "type": "integer"
        },
        "valeur": {
          "format": "double",
          "type": "number"
        },
        "pctRepartition": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "EcrituresComptables2Request": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "avecLibelleParDefautDesEcritures": {
          "type": "boolean"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EcrituresComptables3Request": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "avecLibelleParDefautDesEcritures": {
          "type": "boolean"
        },
        "avecToutesLesRepartitionsAnalytiques": {
          "type": "boolean"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EcrituresComptables4Request": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "avecToutesLesRepartitionsAnalytiques": {
          "type": "boolean"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EcrituresComptablesAvecRuptures": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "ruptures": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/EcrituresComptablesRupture"
          }
        }
      }
    },
    "EcrituresComptablesRupture": {
      "type": "object",
      "properties": {
        "libelle": {
          "type": "string"
        },
        "totalDebit": {
          "format": "double",
          "type": "number"
        },
        "totalCredit": {
          "format": "double",
          "type": "number"
        },
        "ecritures": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/EcrituresComptablesLigneRupture"
          }
        }
      }
    },
    "EcrituresComptablesLigneRupture": {
      "type": "object",
      "properties": {
        "codeJournal": {
          "type": "string"
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "compte": {
          "type": "string"
        },
        "libelle": {
          "type": "string"
        },
        "sens": {
          "type": "string"
        },
        "indexRepartition": {
          "format": "int32",
          "type": "integer"
        },
        "valeur": {
          "format": "double",
          "type": "number"
        },
        "pctRepartition": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "EcrituresComptablesPaiementSalairesRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "numeroLotVirement": {
          "format": "int32",
          "type": "integer"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "StatutEcrituresComptablesAsynchroneResponse": {
      "type": "object",
      "properties": {
        "ecrituresComptables": {
          "$ref": "#/definitions/EcrituresComptables"
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "StatutEcrituresComptables4AsynchroneResponse": {
      "type": "object",
      "properties": {
        "ecrituresComptables": {
          "$ref": "#/definitions/EcrituresComptablesAvecRuptures"
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "RecupererFichiersEcrituresComptablesResponse": {
      "type": "object",
      "properties": {
        "fichiers": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/EcrituresComptablesFichier"
          }
        }
      }
    },
    "EcrituresComptablesFichier": {
      "type": "object",
      "properties": {
        "nomFichier": {
          "type": "string"
        },
        "document": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "StatutRecupererFichiersEcrituresComptablesAsynchroneResponse": {
      "type": "object",
      "properties": {
        "fichiers": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/EcrituresComptablesFichier"
          }
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "DossierPeriodePaiementSalairesLotsVirementRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "dateDebut": {
          "format": "date",
          "type": "string"
        },
        "dateFin": {
          "format": "date",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EcrituresComptablesPaiementSalairesLotsVirementResponse": {
      "type": "object",
      "properties": {
        "listeLotsVirement": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/LotsVirement"
          }
        }
      }
    },
    "LotsVirement": {
      "type": "object",
      "properties": {
        "numeroLotVirement": {
          "format": "int32",
          "type": "integer"
        },
        "date": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "SoldeReposRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "periode": {
          "format": "date",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SoldeRepos": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "soldeReposSalaries": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SoldeReposSalarie"
          }
        }
      }
    },
    "SoldeReposSalarie": {
      "type": "object",
      "properties": {
        "matricule": {
          "type": "string",
          "example": "{{matricule}}"
        },
        "nomAffiche": {
          "type": "string"
        },
        "cpN1Acquis": {
          "format": "double",
          "type": "number"
        },
        "cpN1Pris": {
          "format": "double",
          "type": "number"
        },
        "cpN1Solde": {
          "format": "double",
          "type": "number"
        },
        "cpN1Provision": {
          "format": "double",
          "type": "number"
        },
        "cpnAcquis": {
          "format": "double",
          "type": "number"
        },
        "cpnPris": {
          "format": "double",
          "type": "number"
        },
        "cpnSolde": {
          "format": "double",
          "type": "number"
        },
        "cpnProvision": {
          "format": "double",
          "type": "number"
        },
        "cpProvision": {
          "format": "double",
          "type": "number"
        },
        "cpTauxChargesPatronales": {
          "format": "double",
          "type": "number"
        },
        "cpMontantChargesPatronales": {
          "format": "double",
          "type": "number"
        },
        "cpTotalProvision": {
          "format": "double",
          "type": "number"
        },
        "rttAcquis": {
          "format": "double",
          "type": "number"
        },
        "rttPris": {
          "format": "double",
          "type": "number"
        },
        "rttSolde": {
          "format": "double",
          "type": "number"
        },
        "rttProvision": {
          "format": "double",
          "type": "number"
        },
        "rttMontantChargesPatronales": {
          "format": "double",
          "type": "number"
        },
        "rttTotalProvision": {
          "format": "double",
          "type": "number"
        },
        "cpSupAcquis": {
          "format": "double",
          "type": "number"
        },
        "cpSupPris": {
          "format": "double",
          "type": "number"
        },
        "cpSupSolde": {
          "format": "double",
          "type": "number"
        },
        "cpSupProvision": {
          "format": "double",
          "type": "number"
        },
        "cpSupMontantChargesPatronales": {
          "format": "double",
          "type": "number"
        },
        "cpSupTotalProvision": {
          "format": "double",
          "type": "number"
        },
        "cpSup2Acquis": {
          "format": "double",
          "type": "number"
        },
        "cpSup2Pris": {
          "format": "double",
          "type": "number"
        },
        "cpSup2Solde": {
          "format": "double",
          "type": "number"
        },
        "cpSup2Provision": {
          "format": "double",
          "type": "number"
        },
        "cpSup2MontantChargesPatronales": {
          "format": "double",
          "type": "number"
        },
        "cpSup2TotalProvision": {
          "format": "double",
          "type": "number"
        },
        "rcrAcquis": {
          "format": "double",
          "type": "number"
        },
        "rcrPris": {
          "format": "double",
          "type": "number"
        },
        "rcrSolde": {
          "format": "double",
          "type": "number"
        },
        "rcrProvision": {
          "format": "double",
          "type": "number"
        },
        "rccAcquis": {
          "format": "double",
          "type": "number"
        },
        "rccPris": {
          "format": "double",
          "type": "number"
        },
        "rccSolde": {
          "format": "double",
          "type": "number"
        },
        "rccProvision": {
          "format": "double",
          "type": "number"
        },
        "rcoAcquis": {
          "format": "double",
          "type": "number"
        },
        "rcoPris": {
          "format": "double",
          "type": "number"
        },
        "rcoSolde": {
          "format": "double",
          "type": "number"
        },
        "rcoProvision": {
          "format": "double",
          "type": "number"
        },
        "rcAcquis": {
          "format": "double",
          "type": "number"
        },
        "rcPris": {
          "format": "double",
          "type": "number"
        },
        "rcSolde": {
          "format": "double",
          "type": "number"
        },
        "rcProvision": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "StatutSoldeReposResponse": {
      "type": "object",
      "properties": {
        "soldeRepos": {
          "$ref": "#/definitions/SoldeRepos"
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "EditionJournalDePaieRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "format": {
          "enum": [
            "Pdf",
            "Excel",
            "ExcelXLSX"
          ],
          "type": "string"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EditionJournalDePaieResponse": {
      "type": "object",
      "properties": {
        "document": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "EditionTableauDesChargesRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "format": {
          "enum": [
            "Pdf",
            "Excel",
            "ExcelXLSX"
          ],
          "type": "string"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EditionTableauDesChargesResponse": {
      "type": "object",
      "properties": {
        "document": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "EditionEtatDesPaiementsRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "format": {
          "enum": [
            "Pdf",
            "Excel",
            "ExcelXLSX"
          ],
          "type": "string"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EditionEtatDesPaiementsResponse": {
      "type": "object",
      "properties": {
        "document": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "EditionRecapDePaieRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "format": {
          "enum": [
            "Pdf",
            "Excel",
            "ExcelXLSX"
          ],
          "type": "string"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EditionRecapDePaieResponse": {
      "type": "object",
      "properties": {
        "document": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "EditionRecapDePaieDetailleParSalarieRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "nomInterneEtablissement": {
          "type": "string"
        },
        "format": {
          "enum": [
            "Pdf",
            "Excel",
            "ExcelXLSX"
          ],
          "type": "string"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EditionRecapDePaieDetailleParSalarieResponse": {
      "type": "object",
      "properties": {
        "document": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "EditionSoldeDeReposRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "format": {
          "enum": [
            "Pdf",
            "Excel",
            "ExcelXLSX"
          ],
          "type": "string"
        },
        "optionEdition": {
          "enum": [
            "Classique",
            "JoursCP",
            "Detaillee",
            "DetailleeCF",
            "DetailleePP",
            "RepartitionAnalytique"
          ],
          "type": "string"
        },
        "titreCategorie": {
          "type": "string"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EditionSoldeDeReposResponse": {
      "type": "object",
      "properties": {
        "document": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "EditionControleCICEResponse": {
      "type": "object",
      "properties": {
        "document": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "EditionDetailDesCotisationsRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "detailSalaries": {
          "type": "boolean"
        },
        "format": {
          "enum": [
            "Pdf",
            "Excel",
            "ExcelXLSX"
          ],
          "type": "string"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EditionDetailDesCotisationsResponse": {
      "type": "object",
      "properties": {
        "document": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "EditionCoutsSalariauxRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "format": {
          "enum": [
            "Pdf",
            "Excel",
            "ExcelXLSX"
          ],
          "type": "string"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EditionCoutsSalariauxResponse": {
      "type": "object",
      "properties": {
        "document": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "GenerationFichierTRRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "codeFonction": {
          "type": "string"
        },
        "periode": {
          "format": "date",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "GenererFichierTRResponse": {
      "type": "object",
      "properties": {
        "nomFichier": {
          "type": "string"
        },
        "document": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "EditionHistoriqueRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "codeEditionHistorique": {
          "type": "string"
        },
        "motDePasse": {
          "type": "string"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EditionHistoriqueResponse": {
      "type": "object",
      "properties": {
        "document": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "EditionHistoriqueChiffreRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "proprietesChiffrement": {
          "$ref": "#/definitions/ProprietesChiffrement"
        },
        "codeEditionHistorique": {
          "type": "string"
        },
        "motDePasse": {
          "type": "string"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ProprietesChiffrement": {
      "type": "object",
      "properties": {
        "cle": {
          "type": "string"
        },
        "algorithmeSymetrique": {
          "type": "string"
        }
      }
    },
    "SalarieAjouterPrimeRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "prime": {
          "$ref": "#/definitions/SalariePrime"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalariePrime": {
      "type": "object",
      "properties": {
        "periodePrime": {
          "format": "date-time",
          "type": "string"
        },
        "codePrime": {
          "type": "string"
        },
        "montantPrime": {
          "format": "double",
          "type": "number"
        },
        "valeurChainePrime": {
          "type": "string"
        },
        "primeNette": {
          "type": "boolean"
        },
        "intituleBulletin": {
          "type": "string"
        },
        "intituleCourt": {
          "type": "string"
        }
      }
    },
    "SalarieAjouterPrimeSurEmploiRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "prime": {
          "$ref": "#/definitions/SalariePrime"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieAjouterElementVariableRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "elementVariable": {
          "$ref": "#/definitions/SalarieElementVariable"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieElementVariable": {
      "type": "object",
      "properties": {
        "periodeElementVariable": {
          "format": "date-time",
          "type": "string"
        },
        "codeElementVariable": {
          "type": "string"
        },
        "montantElementVariable": {
          "format": "double",
          "type": "number"
        },
        "valeurChaineElementVariable": {
          "type": "string"
        }
      }
    },
    "SalarieAjouterElementVariableSurEmploiRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "elementVariable": {
          "$ref": "#/definitions/SalarieElementVariable"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieAjouterAcompteRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "acompte": {
          "$ref": "#/definitions/SalarieAcompte"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieAcompte": {
      "type": "object",
      "properties": {
        "dateAcompte": {
          "format": "date-time",
          "type": "string"
        },
        "jourNonSignificatif": {
          "type": "boolean"
        },
        "montantAcompte": {
          "format": "double",
          "type": "number"
        },
        "libelleAcompte": {
          "type": "string"
        }
      }
    },
    "SalariesConfirmerSaisiesRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "confirmationSaisies": {
          "$ref": "#/definitions/SalariesConfirmerSaisies"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalariesConfirmerSaisies": {
      "type": "object",
      "properties": {
        "periodeConfirmation": {
          "format": "date-time",
          "type": "string"
        },
        "confirmerHeures": {
          "type": "boolean"
        },
        "confirmerPrimes": {
          "type": "boolean"
        }
      }
    },
    "SalariesConfirmerSaisiesResponse": {
      "type": "object",
      "properties": {
        "saisiesHeuresConfirmees": {
          "format": "int32",
          "type": "integer"
        },
        "saisiesPrimesConfirmees": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "StatutSalariesConfirmerSaisiesResponse": {
      "type": "object",
      "properties": {
        "saisiesHeuresConfirmees": {
          "format": "int32",
          "type": "integer"
        },
        "saisiesPrimesConfirmees": {
          "format": "int32",
          "type": "integer"
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "EtatDeclarationsRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "typeDeclaration": {
          "type": "string"
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EtatDeclarationsResponse": {
      "type": "object",
      "properties": {
        "etatDeclarations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/EtatDeclaration"
          }
        }
      }
    },
    "EtatDeclaration": {
      "type": "object",
      "properties": {
        "numeroADS": {
          "type": "string"
        },
        "date": {
          "format": "date-time",
          "type": "string"
        },
        "typeDeclaration": {
          "type": "string"
        },
        "nomInterneEtablissement": {
          "type": "string"
        },
        "destinataire": {
          "type": "string"
        },
        "obsolete": {
          "type": "boolean"
        },
        "test": {
          "type": "boolean"
        },
        "retour": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/EtatDeclarationRetour"
          }
        }
      }
    },
    "EtatDeclarationRetour": {
      "type": "object",
      "properties": {
        "date": {
          "format": "date-time",
          "type": "string"
        },
        "nature": {
          "type": "string"
        },
        "etat": {
          "type": "string"
        }
      }
    },
    "ListeEtablissementsDossierPaieResponse": {
      "type": "object",
      "properties": {
        "informationsEtablissements": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/InformationsEtablissement"
          }
        }
      }
    },
    "InformationsEtablissement": {
      "type": "object",
      "properties": {
        "nomInterne": {
          "type": "string"
        },
        "siret": {
          "type": "string"
        },
        "etablissementPrincipal": {
          "type": "boolean"
        }
      }
    },
    "EtablissementsAExclureCVAERequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "nomsInterneEtablissements": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "exclure": {
          "type": "boolean"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EtablissementsAExclureCVAEResponse": {
      "type": "object",
      "properties": {
        "etablissementsTraites": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "MiseAJourFicheSocieteRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "societeInfoSup": {
          "$ref": "#/definitions/SocieteInfoSup"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SocieteInfoSup": {
      "type": "object",
      "properties": {
        "bCLI_AffilieCCP": {
          "type": "boolean"
        },
        "clI_AffilieCCP": {
          "type": "boolean"
        },
        "bCLI_BaseCalculAnciennete": {
          "type": "boolean"
        },
        "clI_BaseCalculAnciennete": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_CalcAutoESInactif": {
          "type": "boolean"
        },
        "clI_CalcAutoESInactif": {
          "type": "boolean"
        },
        "bCLI_CalcAutoIJSSInactif": {
          "type": "boolean"
        },
        "clI_CalcAutoIJSSInactif": {
          "type": "boolean"
        },
        "bCLI_CalcAutoMaintienInactif": {
          "type": "boolean"
        },
        "clI_CalcAutoMaintienInactif": {
          "type": "boolean"
        },
        "bCLI_CalcAutoRegulInactif": {
          "type": "boolean"
        },
        "clI_CalcAutoRegulInactif": {
          "type": "boolean"
        },
        "bCLI_ChaineFabricationDateLimiteAbsences": {
          "type": "boolean"
        },
        "clI_ChaineFabricationDateLimiteAbsences": {
          "type": "string"
        },
        "bCLI_ConfSalActive": {
          "type": "boolean"
        },
        "clI_ConfSalActive": {
          "type": "boolean"
        },
        "bCLI_DFPTepa": {
          "type": "boolean"
        },
        "clI_DFPTepa": {
          "type": "boolean"
        },
        "bCLI_DFPTepaDebut": {
          "type": "boolean"
        },
        "clI_DFPTepaDebut": {
          "format": "date-time",
          "type": "string"
        },
        "bCLI_DtDebChangePaieDecalee": {
          "type": "boolean"
        },
        "clI_DtDebChangePaieDecalee": {
          "format": "date-time",
          "type": "string"
        },
        "bCLI_DtDebExerciceComptable": {
          "type": "boolean"
        },
        "clI_DtDebExerciceComptable": {
          "format": "date-time",
          "type": "string"
        },
        "bCLI_DtFinExerciceComptable": {
          "type": "boolean"
        },
        "clI_DtFinExerciceComptable": {
          "format": "date-time",
          "type": "string"
        },
        "bCLI_EmployeurCivilite": {
          "type": "boolean"
        },
        "clI_EmployeurCivilite": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_EmployeurNom": {
          "type": "boolean"
        },
        "clI_EmployeurNom": {
          "type": "string"
        },
        "bCLI_EmployeurPrenom": {
          "type": "boolean"
        },
        "clI_EmployeurPrenom": {
          "type": "string"
        },
        "bCLI_EmployeurQualite": {
          "type": "boolean"
        },
        "clI_EmployeurQualite": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_EmployeurQualiteAutre": {
          "type": "boolean"
        },
        "clI_EmployeurQualiteAutre": {
          "type": "string"
        },
        "bCLI_EtatDossierPaie": {
          "type": "boolean"
        },
        "clI_EtatDossierPaie": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_FormaProfTranche": {
          "type": "boolean"
        },
        "clI_FormaProfTranche": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_FormaProfTrancheAnnee": {
          "type": "boolean"
        },
        "clI_FormaProfTrancheAnnee": {
          "format": "date-time",
          "type": "string"
        },
        "bCLI_FormaProfTrancheAnnee2": {
          "type": "boolean"
        },
        "clI_FormaProfTrancheAnnee2": {
          "format": "date-time",
          "type": "string"
        },
        "bCLI_FormaProfTrancheAnnee3": {
          "type": "boolean"
        },
        "clI_FormaProfTrancheAnnee3": {
          "format": "date-time",
          "type": "string"
        },
        "bCLI_FormaProfTrancheAnnee4": {
          "type": "boolean"
        },
        "clI_FormaProfTrancheAnnee4": {
          "format": "date-time",
          "type": "string"
        },
        "bCLI_GestionCPExclEnJours": {
          "type": "boolean"
        },
        "clI_GestionCPExclEnJours": {
          "type": "boolean"
        },
        "bCLI_JourVersementSalaires": {
          "type": "boolean"
        },
        "clI_JourVersementSalaires": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_ListesTriSalaries": {
          "type": "boolean"
        },
        "clI_ListesTriSalaries": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_MatriculeAuto": {
          "type": "boolean"
        },
        "clI_MatriculeAuto": {
          "type": "boolean"
        },
        "bCLI_MatriculeLongueur": {
          "type": "boolean"
        },
        "clI_MatriculeLongueur": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_MethodeArbitrage": {
          "type": "boolean"
        },
        "clI_MethodeArbitrage": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_MethodeCalculMaintien": {
          "type": "boolean"
        },
        "clI_MethodeCalculMaintien": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_MethodeCalculMaintienNbM": {
          "type": "boolean"
        },
        "clI_MethodeCalculMaintienNbM": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_MethodeRetenueCP": {
          "type": "boolean"
        },
        "clI_MethodeRetenueCP": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_MethodesSuiviAbsencesDansEta": {
          "type": "boolean"
        },
        "clI_MethodesSuiviAbsencesDansEta": {
          "type": "boolean"
        },
        "bCLI_MethodeSuiviAbsences": {
          "type": "boolean"
        },
        "clI_MethodeSuiviAbsences": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_MethodeSuiviAbsencesDeductionHM": {
          "type": "boolean"
        },
        "clI_MethodeSuiviAbsencesDeductionHM": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_MethodeSuiviAbsencesJC": {
          "type": "boolean"
        },
        "clI_MethodeSuiviAbsencesJC": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_MethodeSuiviCP": {
          "type": "boolean"
        },
        "clI_MethodeSuiviCP": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_MethodeSuiviCPAcqMois": {
          "type": "boolean"
        },
        "clI_MethodeSuiviCPAcqMois": {
          "format": "double",
          "type": "number"
        },
        "bCLI_ModuleCTCDActif": {
          "type": "boolean"
        },
        "clI_ModuleCTCDActif": {
          "type": "boolean"
        },
        "bCLI_MontagePaiePeriodeDebut": {
          "type": "boolean"
        },
        "clI_MontagePaiePeriodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "bCLI_PaieDecalee": {
          "type": "boolean"
        },
        "clI_PaieDecalee": {
          "type": "boolean"
        },
        "bCLI_PersonneAContacterMel": {
          "type": "boolean"
        },
        "clI_PersonneAContacterMel": {
          "type": "string"
        },
        "bCLI_PersonneAContacterNom": {
          "type": "boolean"
        },
        "clI_PersonneAContacterNom": {
          "type": "string"
        },
        "bCLI_PersonneAContacterPrenom": {
          "type": "boolean"
        },
        "clI_PersonneAContacterPrenom": {
          "type": "string"
        },
        "bCLI_PersonneAContacterTel": {
          "type": "boolean"
        },
        "clI_PersonneAContacterTel": {
          "type": "string"
        },
        "bCLI_ReductionFillon19": {
          "type": "boolean"
        },
        "clI_ReductionFillon19": {
          "type": "boolean"
        },
        "bCLI_ReductionFillon19Debut": {
          "type": "boolean"
        },
        "clI_ReductionFillon19Debut": {
          "format": "date-time",
          "type": "string"
        },
        "bCLI_SepaModeComptabilisation": {
          "type": "boolean"
        },
        "clI_SepaModeComptabilisation": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_SortieAppliJourVersementSalaires": {
          "type": "boolean"
        },
        "clI_SortieAppliJourVersementSalaires": {
          "type": "boolean"
        },
        "bCLI_SortieAppliModeReglementNormal": {
          "type": "boolean"
        },
        "clI_SortieAppliModeReglementNormal": {
          "type": "boolean"
        },
        "bCLI_SousMethodeSuiviAbsences": {
          "type": "boolean"
        },
        "clI_SousMethodeSuiviAbsences": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_SousMethodeSuiviAbsencesFJ": {
          "type": "boolean"
        },
        "clI_SousMethodeSuiviAbsencesFJ": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_Subrogation": {
          "type": "boolean"
        },
        "clI_Subrogation": {
          "type": "boolean"
        },
        "bCLI_SubrogationVersEtaPrincipal": {
          "type": "boolean"
        },
        "clI_SubrogationVersEtaPrincipal": {
          "type": "boolean"
        },
        "bCLI_TassageAbsencesJours": {
          "type": "boolean"
        },
        "clI_TassageAbsencesJours": {
          "format": "int32",
          "type": "integer"
        },
        "bCLI_TaxeApprentissagePayeeCCP": {
          "type": "boolean"
        },
        "clI_TaxeApprentissagePayeeCCP": {
          "type": "boolean"
        },
        "bCLI_TaxeCotPPrev": {
          "type": "boolean"
        },
        "clI_TaxeCotPPrev": {
          "type": "boolean"
        }
      }
    },
    "MiseAJourFicheEtablissementRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "nomInterne": {
          "type": "string"
        },
        "etablissementInfoSup": {
          "$ref": "#/definitions/EtablissementInfoSup"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EtablissementInfoSup": {
      "type": "object",
      "properties": {
        "bETA_AcquisitionHeuresDIF": {
          "type": "boolean"
        },
        "etA_AcquisitionHeuresDIF": {
          "format": "double",
          "type": "number"
        },
        "bETA_AssimiliesCadresPrevoyanceNonCadre": {
          "type": "boolean"
        },
        "etA_AssimiliesCadresPrevoyanceNonCadre": {
          "type": "boolean"
        },
        "bETA_BulletinEditionDIF": {
          "type": "boolean"
        },
        "etA_BulletinEditionDIF": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_CalcAutoIJSSInactif": {
          "type": "boolean"
        },
        "etA_CalcAutoIJSSInactif": {
          "type": "boolean"
        },
        "bETA_CalcAutoMaintienInactif": {
          "type": "boolean"
        },
        "etA_CalcAutoMaintienInactif": {
          "type": "boolean"
        },
        "bETA_CDDPaiMensIndCP": {
          "type": "boolean"
        },
        "etA_CDDPaiMensIndCP": {
          "type": "boolean"
        },
        "bETA_CDDPaiMensIndPrecarite": {
          "type": "boolean"
        },
        "etA_CDDPaiMensIndPrecarite": {
          "type": "boolean"
        },
        "bETA_ChaineFabricationDateLimiteAbsences": {
          "type": "boolean"
        },
        "etA_ChaineFabricationDateLimiteAbsences": {
          "type": "string"
        },
        "bETA_ClotureCPArrondiInactif": {
          "type": "boolean"
        },
        "etA_ClotureCPArrondiInactif": {
          "type": "boolean"
        },
        "bETA_ClotureCPReport": {
          "type": "boolean"
        },
        "etA_ClotureCPReport": {
          "type": "boolean"
        },
        "bETA_ClotureRTTReport": {
          "type": "boolean"
        },
        "etA_ClotureRTTReport": {
          "type": "boolean"
        },
        "bETA_CodeBTAPEMSA": {
          "type": "boolean"
        },
        "etA_CodeBTAPEMSA": {
          "type": "string"
        },
        "bETA_CodeRegion": {
          "type": "boolean"
        },
        "etA_CodeRegion": {
          "type": "string"
        },
        "bETA_DadsInactive": {
          "type": "boolean"
        },
        "etA_DadsInactive": {
          "type": "boolean"
        },
        "bETA_DecalageActiviteJournaliere": {
          "type": "boolean"
        },
        "etA_DecalageActiviteJournaliere": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_DecoupageActiviteJournaliere": {
          "type": "boolean"
        },
        "etA_DecoupageActiviteJournaliere": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_DureeHebdo": {
          "type": "boolean"
        },
        "etA_DureeHebdo": {
          "format": "double",
          "type": "number"
        },
        "bETA_EmployeurCivilite": {
          "type": "boolean"
        },
        "etA_EmployeurCivilite": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_EmployeurNom": {
          "type": "boolean"
        },
        "etA_EmployeurNom": {
          "type": "string"
        },
        "bETA_EmployeurPrenom": {
          "type": "boolean"
        },
        "etA_EmployeurPrenom": {
          "type": "string"
        },
        "bETA_EmployeurQualite": {
          "type": "boolean"
        },
        "etA_EmployeurQualite": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_EmployeurQualiteAutre": {
          "type": "boolean"
        },
        "etA_EmployeurQualiteAutre": {
          "type": "string"
        },
        "bETA_ExoJEIDateDebut": {
          "type": "boolean"
        },
        "etA_ExoJEIDateDebut": {
          "format": "date-time",
          "type": "string"
        },
        "bETA_ForceDroitCICE": {
          "type": "boolean"
        },
        "etA_ForceDroitCICE": {
          "type": "boolean"
        },
        "bETA_FractionnementCP": {
          "type": "boolean"
        },
        "etA_FractionnementCP": {
          "type": "boolean"
        },
        "bETA_FractionnementCPMoisCalcSpe": {
          "type": "boolean"
        },
        "etA_FractionnementCPMoisCalcSpe": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_FractionnementCPMoisDebut": {
          "type": "boolean"
        },
        "etA_FractionnementCPMoisDebut": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_FractionnementCPMoisFin": {
          "type": "boolean"
        },
        "etA_FractionnementCPMoisFin": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_FSConserverCondAnc": {
          "type": "boolean"
        },
        "etA_FSConserverCondAnc": {
          "type": "boolean"
        },
        "bETA_FSMethode": {
          "type": "boolean"
        },
        "etA_FSMethode": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_GestionCPExclEnJours": {
          "type": "boolean"
        },
        "etA_GestionCPExclEnJours": {
          "type": "boolean"
        },
        "bETA_JourDebSemActiviteJournaliere": {
          "type": "boolean"
        },
        "etA_JourDebSemActiviteJournaliere": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_JourneeSolidarite": {
          "type": "boolean"
        },
        "etA_JourneeSolidarite": {
          "type": "string"
        },
        "bETA_JoursFeriesTravailles": {
          "type": "boolean"
        },
        "etA_JoursFeriesTravailles": {
          "type": "string"
        },
        "bETA_MethodeArbitrage": {
          "type": "boolean"
        },
        "etA_MethodeArbitrage": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_MethodeCalculMaintien": {
          "type": "boolean"
        },
        "etA_MethodeCalculMaintien": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_MethodeCalculMaintienNbM": {
          "type": "boolean"
        },
        "etA_MethodeCalculMaintienNbM": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_MethodeRetenueCP": {
          "type": "boolean"
        },
        "etA_MethodeRetenueCP": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_MethodeSuiviAbsences": {
          "type": "boolean"
        },
        "etA_MethodeSuiviAbsences": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_MethodeSuiviAbsencesDeductionHM": {
          "type": "boolean"
        },
        "etA_MethodeSuiviAbsencesDeductionHM": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_MethodeSuiviAbsencesJC": {
          "type": "boolean"
        },
        "etA_MethodeSuiviAbsencesJC": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_MethodeSuiviCP": {
          "type": "boolean"
        },
        "etA_MethodeSuiviCP": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_MethodeSuiviCPAcqMois": {
          "type": "boolean"
        },
        "etA_MethodeSuiviCPAcqMois": {
          "format": "double",
          "type": "number"
        },
        "bETA_ModeSaisieActiviteJournaliere": {
          "type": "boolean"
        },
        "etA_ModeSaisieActiviteJournaliere": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_MoisAcquisitionDIF": {
          "type": "boolean"
        },
        "etA_MoisAcquisitionDIF": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_MoisClotureCP": {
          "type": "boolean"
        },
        "etA_MoisClotureCP": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_MoisClotureFJ": {
          "type": "boolean"
        },
        "etA_MoisClotureFJ": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_MoisClotureRepos": {
          "type": "boolean"
        },
        "etA_MoisClotureRepos": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_MoisClotureRTT": {
          "type": "boolean"
        },
        "etA_MoisClotureRTT": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_NomInterne": {
          "type": "boolean"
        },
        "etA_NomInterne": {
          "type": "string"
        },
        "bETA_NonSoumisCVAE": {
          "type": "boolean"
        },
        "etA_NonSoumisCVAE": {
          "type": "boolean"
        },
        "bETA_PeriodeRegulTauxAT_1": {
          "type": "boolean"
        },
        "etA_PeriodeRegulTauxAT_1": {
          "format": "date-time",
          "type": "string"
        },
        "bETA_PeriodeRegulTauxAT_2": {
          "type": "boolean"
        },
        "etA_PeriodeRegulTauxAT_2": {
          "format": "date-time",
          "type": "string"
        },
        "bETA_PeriodeRegulTauxAT_3": {
          "type": "boolean"
        },
        "etA_PeriodeRegulTauxAT_3": {
          "format": "date-time",
          "type": "string"
        },
        "bETA_PeriodeRegulTauxAT_4": {
          "type": "boolean"
        },
        "etA_PeriodeRegulTauxAT_4": {
          "format": "date-time",
          "type": "string"
        },
        "bETA_PeriodeRegulTauxAT_5": {
          "type": "boolean"
        },
        "etA_PeriodeRegulTauxAT_5": {
          "format": "date-time",
          "type": "string"
        },
        "bETA_PeriodeRegulTauxAT_6": {
          "type": "boolean"
        },
        "etA_PeriodeRegulTauxAT_6": {
          "format": "date-time",
          "type": "string"
        },
        "bETA_PeriodeRegulTauxAT_7": {
          "type": "boolean"
        },
        "etA_PeriodeRegulTauxAT_7": {
          "format": "date-time",
          "type": "string"
        },
        "bETA_PersonneAContacterMel": {
          "type": "boolean"
        },
        "etA_PersonneAContacterMel": {
          "type": "string"
        },
        "bETA_PersonneAContacterNom": {
          "type": "boolean"
        },
        "etA_PersonneAContacterNom": {
          "type": "string"
        },
        "bETA_PersonneAContacterPrenom": {
          "type": "boolean"
        },
        "etA_PersonneAContacterPrenom": {
          "type": "string"
        },
        "bETA_PersonneAContacterTel": {
          "type": "boolean"
        },
        "etA_PersonneAContacterTel": {
          "type": "string"
        },
        "bETA_PrefixeMatriculesSalaries": {
          "type": "boolean"
        },
        "etA_PrefixeMatriculesSalaries": {
          "type": "string"
        },
        "bETA_RTTEnHeures": {
          "type": "boolean"
        },
        "etA_RTTEnHeures": {
          "format": "double",
          "type": "number"
        },
        "bETA_S41_G01_00_018_001": {
          "type": "boolean"
        },
        "etA_S41_G01_00_018_001": {
          "type": "string"
        },
        "bETA_S41_G01_00_018_006": {
          "type": "boolean"
        },
        "etA_S41_G01_00_018_006": {
          "type": "string"
        },
        "bETA_S41_G01_00_025_1": {
          "type": "boolean"
        },
        "etA_S41_G01_00_025_1": {
          "type": "string"
        },
        "bETA_S41_G01_00_025_2": {
          "type": "boolean"
        },
        "etA_S41_G01_00_025_2": {
          "type": "string"
        },
        "bETA_S41_G01_00_025_3": {
          "type": "boolean"
        },
        "etA_S41_G01_00_025_3": {
          "type": "string"
        },
        "bETA_S41_G01_00_025_4": {
          "type": "boolean"
        },
        "etA_S41_G01_00_025_4": {
          "type": "string"
        },
        "bETA_S41_G01_00_025_5": {
          "type": "boolean"
        },
        "etA_S41_G01_00_025_5": {
          "type": "string"
        },
        "bETA_S41_G01_00_025_6": {
          "type": "boolean"
        },
        "etA_S41_G01_00_025_6": {
          "type": "string"
        },
        "bETA_S41_G01_00_025_7": {
          "type": "boolean"
        },
        "etA_S41_G01_00_025_7": {
          "type": "string"
        },
        "bETA_S41_G01_00_026_1": {
          "type": "boolean"
        },
        "etA_S41_G01_00_026_1": {
          "type": "string"
        },
        "bETA_S41_G01_00_026_2": {
          "type": "boolean"
        },
        "etA_S41_G01_00_026_2": {
          "type": "string"
        },
        "bETA_S41_G01_00_026_3": {
          "type": "boolean"
        },
        "etA_S41_G01_00_026_3": {
          "type": "string"
        },
        "bETA_S41_G01_00_026_4": {
          "type": "boolean"
        },
        "etA_S41_G01_00_026_4": {
          "type": "string"
        },
        "bETA_S41_G01_00_026_5": {
          "type": "boolean"
        },
        "etA_S41_G01_00_026_5": {
          "type": "string"
        },
        "bETA_S41_G01_00_026_6": {
          "type": "boolean"
        },
        "etA_S41_G01_00_026_6": {
          "type": "string"
        },
        "bETA_S41_G01_00_026_7": {
          "type": "boolean"
        },
        "etA_S41_G01_00_026_7": {
          "type": "string"
        },
        "bETA_S41_G01_00_027_1": {
          "type": "boolean"
        },
        "etA_S41_G01_00_027_1": {
          "type": "string"
        },
        "bETA_S41_G01_00_027_2": {
          "type": "boolean"
        },
        "etA_S41_G01_00_027_2": {
          "type": "string"
        },
        "bETA_S41_G01_00_027_3": {
          "type": "boolean"
        },
        "etA_S41_G01_00_027_3": {
          "type": "string"
        },
        "bETA_S41_G01_00_027_4": {
          "type": "boolean"
        },
        "etA_S41_G01_00_027_4": {
          "type": "string"
        },
        "bETA_S41_G01_00_027_5": {
          "type": "boolean"
        },
        "etA_S41_G01_00_027_5": {
          "type": "string"
        },
        "bETA_S41_G01_00_027_6": {
          "type": "boolean"
        },
        "etA_S41_G01_00_027_6": {
          "type": "string"
        },
        "bETA_S41_G01_00_027_7": {
          "type": "boolean"
        },
        "etA_S41_G01_00_027_7": {
          "type": "string"
        },
        "bETA_S41_G01_00_028_1": {
          "type": "boolean"
        },
        "etA_S41_G01_00_028_1": {
          "format": "double",
          "type": "number"
        },
        "bETA_S41_G01_00_028_2": {
          "type": "boolean"
        },
        "etA_S41_G01_00_028_2": {
          "format": "double",
          "type": "number"
        },
        "bETA_S41_G01_00_028_3": {
          "type": "boolean"
        },
        "etA_S41_G01_00_028_3": {
          "format": "double",
          "type": "number"
        },
        "bETA_S41_G01_00_028_4": {
          "type": "boolean"
        },
        "etA_S41_G01_00_028_4": {
          "format": "double",
          "type": "number"
        },
        "bETA_S41_G01_00_028_5": {
          "type": "boolean"
        },
        "etA_S41_G01_00_028_5": {
          "format": "double",
          "type": "number"
        },
        "bETA_S41_G01_00_028_6": {
          "type": "boolean"
        },
        "etA_S41_G01_00_028_6": {
          "format": "double",
          "type": "number"
        },
        "bETA_S41_G01_00_028_7": {
          "type": "boolean"
        },
        "etA_S41_G01_00_028_7": {
          "format": "double",
          "type": "number"
        },
        "bETA_SaisieManuelleHeuresAbsences": {
          "type": "boolean"
        },
        "etA_SaisieManuelleHeuresAbsences": {
          "type": "boolean"
        },
        "bETA_SoumisTaxeAppr": {
          "type": "boolean"
        },
        "etA_SoumisTaxeAppr": {
          "type": "boolean"
        },
        "bETA_SoumisTaxeApprAvecMajoration": {
          "type": "boolean"
        },
        "etA_SoumisTaxeApprAvecMajoration": {
          "type": "boolean"
        },
        "bETA_SoumisTaxeSalaires": {
          "type": "boolean"
        },
        "etA_SoumisTaxeSalaires": {
          "type": "boolean"
        },
        "bETA_SoumisTaxeSalairesPctImp": {
          "type": "boolean"
        },
        "etA_SoumisTaxeSalairesPctImp": {
          "format": "double",
          "type": "number"
        },
        "bETA_SousMethodeSuiviAbsences": {
          "type": "boolean"
        },
        "etA_SousMethodeSuiviAbsences": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_SousMethodeSuiviAbsencesFJ": {
          "type": "boolean"
        },
        "etA_SousMethodeSuiviAbsencesFJ": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_Subrogation": {
          "type": "boolean"
        },
        "etA_Subrogation": {
          "type": "boolean"
        },
        "bETA_SubrogationVersEtaPrincipal": {
          "type": "boolean"
        },
        "etA_SubrogationVersEtaPrincipal": {
          "type": "boolean"
        },
        "bETA_TassageAbsencesJours": {
          "type": "boolean"
        },
        "etA_TassageAbsencesJours": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_TauxVersementTrs": {
          "type": "boolean"
        },
        "etA_TauxVersementTrs": {
          "format": "double",
          "type": "number"
        },
        "bETA_TaxeSalairesAbattement": {
          "type": "boolean"
        },
        "etA_TaxeSalairesAbattement": {
          "type": "boolean"
        },
        "bETA_TaxeSalairesSurSeuilsAnnuel": {
          "type": "boolean"
        },
        "etA_TaxeSalairesSurSeuilsAnnuel": {
          "type": "boolean"
        },
        "bETA_TitresTrs": {
          "type": "boolean"
        },
        "etA_TitresTrs": {
          "type": "boolean"
        },
        "bETA_TResto": {
          "type": "boolean"
        },
        "etA_TResto": {
          "type": "boolean"
        },
        "bETA_TRestoNomVariable": {
          "type": "boolean"
        },
        "etA_TRestoNomVariable": {
          "type": "string"
        },
        "bETA_TRestoPartSalariale": {
          "type": "boolean"
        },
        "etA_TRestoPartSalariale": {
          "format": "double",
          "type": "number"
        },
        "bETA_TypeAcquisitionDIF": {
          "type": "boolean"
        },
        "etA_TypeAcquisitionDIF": {
          "format": "int32",
          "type": "integer"
        },
        "bETA_VTACodeRegion": {
          "type": "boolean"
        },
        "etA_VTACodeRegion": {
          "type": "string"
        },
        "bETA_VTATaux": {
          "type": "boolean"
        },
        "etA_VTATaux": {
          "format": "double",
          "type": "number"
        },
        "bETA_VTrsAuto": {
          "type": "boolean"
        },
        "etA_VTrsAuto": {
          "type": "boolean"
        },
        "bINT_BTQC": {
          "type": "boolean"
        },
        "inT_BTQC": {
          "type": "string"
        },
        "bINT_Civilite": {
          "type": "boolean"
        },
        "inT_Civilite": {
          "format": "int32",
          "type": "integer"
        },
        "bINT_CodePostal": {
          "type": "boolean"
        },
        "inT_CodePostal": {
          "type": "string"
        },
        "bINT_CodePostalJF": {
          "type": "boolean"
        },
        "inT_CodePostalJF": {
          "type": "string"
        },
        "bINT_Commune": {
          "type": "boolean"
        },
        "inT_Commune": {
          "type": "string"
        },
        "bINT_CommuneINSEE": {
          "type": "boolean"
        },
        "inT_CommuneINSEE": {
          "type": "string"
        },
        "bINT_ComplementAdresse": {
          "type": "boolean"
        },
        "inT_ComplementAdresse": {
          "type": "string"
        },
        "bINT_DateDeces": {
          "type": "boolean"
        },
        "inT_DateDeces": {
          "format": "date-time",
          "type": "string"
        },
        "bINT_DateNaissance": {
          "type": "boolean"
        },
        "inT_DateNaissance": {
          "format": "date-time",
          "type": "string"
        },
        "bINT_Enseigne": {
          "type": "boolean"
        },
        "inT_Enseigne": {
          "type": "string"
        },
        "bINT_Fax": {
          "type": "boolean"
        },
        "inT_Fax": {
          "type": "string"
        },
        "bINT_FormeJuridique": {
          "type": "boolean"
        },
        "inT_FormeJuridique": {
          "type": "string"
        },
        "bINT_Mel": {
          "type": "boolean"
        },
        "inT_Mel": {
          "type": "string"
        },
        "bINT_NAF": {
          "type": "boolean"
        },
        "inT_NAF": {
          "type": "string"
        },
        "bINT_NomPays": {
          "type": "boolean"
        },
        "inT_NomPays": {
          "type": "string"
        },
        "bINT_NomUsuel": {
          "type": "boolean"
        },
        "inT_NomUsuel": {
          "type": "string"
        },
        "bINT_NomVille": {
          "type": "boolean"
        },
        "inT_NomVille": {
          "type": "string"
        },
        "bINT_NomVoie": {
          "type": "boolean"
        },
        "inT_NomVoie": {
          "type": "string"
        },
        "bINT_NumVoie": {
          "type": "boolean"
        },
        "inT_NumVoie": {
          "type": "string"
        },
        "bINT_PaysISO": {
          "type": "boolean"
        },
        "inT_PaysISO": {
          "type": "string"
        },
        "bINT_PaysISOJF": {
          "type": "boolean"
        },
        "inT_PaysISOJF": {
          "type": "string"
        },
        "bINT_Prenom": {
          "type": "boolean"
        },
        "inT_Prenom": {
          "type": "string"
        },
        "bINT_RaisonSociale": {
          "type": "boolean"
        },
        "inT_RaisonSociale": {
          "type": "string"
        },
        "bINT_Siret": {
          "type": "boolean"
        },
        "inT_Siret": {
          "type": "string"
        },
        "bINT_SiteWeb": {
          "type": "boolean"
        },
        "inT_SiteWeb": {
          "type": "string"
        },
        "bINT_TelBureau": {
          "type": "boolean"
        },
        "inT_TelBureau": {
          "type": "string"
        }
      }
    },
    "ModificationEffectifSocieteRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "effectifSociete": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/EffectifSociete"
          }
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EffectifSociete": {
      "type": "object",
      "properties": {
        "annee": {
          "format": "date-time",
          "type": "string"
        },
        "effectif1_GlobalURSSAF": {
          "format": "double",
          "type": "number"
        },
        "effectif2_MoyenURSAFF": {
          "format": "double",
          "type": "number"
        },
        "effectif_DADSU": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "ModificationCCNSocieteRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "pasDeCCSiege": {
          "type": "boolean"
        },
        "ccnSociete": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CCNSociete"
          }
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "CCNSociete": {
      "type": "object",
      "properties": {
        "codeCCN": {
          "type": "string"
        },
        "idcc": {
          "type": "string"
        },
        "codeJO": {
          "type": "string"
        },
        "forceApplicationExtension": {
          "type": "boolean"
        },
        "syndicat": {
          "type": "string"
        },
        "ccSiege": {
          "type": "boolean"
        }
      }
    },
    "ModificationEffortConstructionRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "effortConstruction": {
          "$ref": "#/definitions/EffortConstruction"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EffortConstruction": {
      "type": "object",
      "properties": {
        "assujettissement": {
          "type": "boolean"
        },
        "anneeN": {
          "format": "date-time",
          "type": "string"
        },
        "pourcentageAnneeN": {
          "format": "double",
          "type": "number"
        },
        "pourcentageAnneeNPlus1": {
          "format": "double",
          "type": "number"
        },
        "pourcentageAnneeNPlus2": {
          "format": "double",
          "type": "number"
        },
        "pourcentageAnneeNPlus3": {
          "format": "double",
          "type": "number"
        },
        "pourcentageAnneeNPlus4": {
          "format": "double",
          "type": "number"
        },
        "pourcentageAnneeNPlus5": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "ModificationFNALRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "fnal": {
          "$ref": "#/definitions/FNAL"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "FNAL": {
      "type": "object",
      "properties": {
        "assujettissement": {
          "type": "boolean"
        },
        "anneeN": {
          "format": "date-time",
          "type": "string"
        },
        "pourcentageAnneeN": {
          "format": "double",
          "type": "number"
        },
        "pourcentageAnneeNPlus1": {
          "format": "double",
          "type": "number"
        },
        "pourcentageAnneeNPlus2": {
          "format": "double",
          "type": "number"
        },
        "pourcentageAnneeNPlus3": {
          "format": "double",
          "type": "number"
        },
        "pourcentageAnneeNPlus4": {
          "format": "double",
          "type": "number"
        },
        "pourcentageAnneeNPlus5": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "ModificationInformationBancaireSocieteRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "sepaModeComptabilisation": {
          "format": "int32",
          "type": "integer"
        },
        "informationBancaireSociete": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/InformationBancaireSociete"
          }
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "InformationBancaireSociete": {
      "type": "object",
      "properties": {
        "nomInterneEtablissement": {
          "type": "string"
        },
        "rib": {
          "type": "string"
        },
        "formatFichiers": {
          "format": "int32",
          "type": "integer"
        },
        "iban": {
          "type": "string"
        },
        "bic": {
          "type": "string"
        },
        "numeroEmetteur": {
          "type": "string"
        }
      }
    },
    "ModificationTaxeTransportRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "nomInterneEtablissement": {
          "type": "string"
        },
        "taxeTransport": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/TaxeTransport"
          }
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "TaxeTransport": {
      "type": "object",
      "properties": {
        "moisDebut": {
          "format": "date-time",
          "type": "string"
        },
        "pourcentageAbattement": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "ModificationTaxeApprentissageEtablissementRequest": {
      "required": [
        "nomInterneEtablissement",
        "anneeMillesime",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "nomInterneEtablissement": {
          "type": "string"
        },
        "etablissementDiffereSociete": {
          "description": "L'établissement diffère de la société",
          "type": "boolean"
        },
        "anneeMillesime": {
          "format": "date-time",
          "description": "Annee d'application",
          "type": "string"
        },
        "soumisTaxeApprentissage": {
          "description": "Etablissement/Societe assujettis à la taxe d'apprentissage",
          "type": "boolean"
        },
        "motifNonAssujettissement": {
          "description": "Si non soumis : code de non assujettissement",
          "type": "string"
        },
        "operateurCompetences": {
          "description": "Si soumis : code d'operateur de compétences",
          "type": "string"
        },
        "soumisTaxeApprentissageAvecMajoration": {
          "description": "Contribution suppl. à l'apprentissage (Majoration)",
          "type": "boolean"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ModificationTaxeApprentissageEtablissementResponse": {
      "type": "object",
      "properties": {
        "taxeApprentissage": {
          "$ref": "#/definitions/TaxeApprentissage"
        },
        "etablissementDiffereSociete": {
          "type": "boolean"
        }
      }
    },
    "TaxeApprentissage": {
      "type": "object",
      "properties": {
        "anneeMillesime": {
          "format": "date-time",
          "type": "string"
        },
        "soumisTaxeApprentissage": {
          "type": "boolean"
        },
        "motifNonAssujettissement": {
          "type": "string"
        },
        "operateurCompetences": {
          "type": "string"
        },
        "soumisTaxeApprentissageAvecMajoration": {
          "type": "boolean"
        }
      }
    },
    "ModificationTaxeApprentissageSocieteRequest": {
      "required": [
        "anneeMillesime",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "anneeMillesime": {
          "format": "date-time",
          "description": "Annee d'application",
          "type": "string"
        },
        "soumisTaxeApprentissage": {
          "description": "Etablissement/Societe assujettis à la taxe d'apprentissage",
          "type": "boolean"
        },
        "motifNonAssujettissement": {
          "description": "Si non soumis : code de non assujettissement",
          "type": "string"
        },
        "operateurCompetences": {
          "description": "Si soumis : code d'operateur de compétences",
          "type": "string"
        },
        "soumisTaxeApprentissageAvecMajoration": {
          "description": "Contribution suppl. à l'apprentissage (Majoration)",
          "type": "boolean"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ModificationTaxeApprentissageSocieteResponse": {
      "type": "object",
      "properties": {
        "taxeApprentissage": {
          "$ref": "#/definitions/TaxeApprentissage"
        }
      }
    },
    "ModificationCCNEtablissementRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "nomInterne": {
          "type": "string"
        },
        "codeCCN": {
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ModificationEffectifEtablissementRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "nomInterneEtablissement": {
          "type": "string"
        },
        "effectifEtablissement": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/EffectifEtablissement"
          }
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "EffectifEtablissement": {
      "type": "object",
      "properties": {
        "annee": {
          "format": "date-time",
          "type": "string"
        },
        "effectifCT": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "ModificationQuestionnaireCCNEtablissementRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "nomInterneEtablissement": {
          "type": "string"
        },
        "code_CCN": {
          "type": "string"
        },
        "listeChamps": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ModificationChampValeursTypees"
          }
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ModificationChampValeursTypees": {
      "type": "object",
      "properties": {
        "nomChamp": {
          "type": "string"
        },
        "typeValeur": {
          "type": "string"
        },
        "valeurINT32": {
          "format": "int32",
          "type": "integer"
        },
        "valeurDOUBLE": {
          "format": "double",
          "type": "number"
        },
        "valeurSTRING": {
          "type": "string"
        },
        "valeurDATETIME": {
          "format": "date-time",
          "type": "string"
        },
        "valeurBYTE": {
          "format": "int32",
          "type": "integer"
        },
        "valeurBOOL": {
          "type": "boolean"
        }
      }
    },
    "ModificationGrilleHoraireEtablissementRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "nomEtablissement": {
          "type": "string"
        },
        "horaire": {
          "$ref": "#/definitions/ModificationHoraireEtablissement"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ModificationHoraireEtablissement": {
      "type": "object",
      "properties": {
        "bNomGrilleHoraire": {
          "type": "boolean"
        },
        "nomGrilleHoraire": {
          "type": "string"
        },
        "bHeuresTravaillees": {
          "type": "boolean"
        },
        "heuresTravaillees": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "heuresDeNuit": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "bHeuresPayees": {
          "type": "boolean"
        },
        "heuresPayeesNormales": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "heuresPayeesMajorees": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "bHeuresLibres1": {
          "type": "boolean"
        },
        "codeHeuresLibres1": {
          "type": "string"
        },
        "heuresLibres1": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "bHeuresLibres2": {
          "type": "boolean"
        },
        "codeHeuresLibres2": {
          "type": "string"
        },
        "heuresLibres2": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "bHeuresLibres3": {
          "type": "boolean"
        },
        "codeHeuresLibres3": {
          "type": "string"
        },
        "heuresLibres3": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "bTotalMensuelHeuresNormales": {
          "type": "boolean"
        },
        "totalMensuelHeuresNormales": {
          "format": "double",
          "type": "number"
        },
        "bTotalMensuelHeuresMajorees": {
          "type": "boolean"
        },
        "totalMensuelHeuresMajorees": {
          "format": "double",
          "type": "number"
        },
        "pourcentageHeuresMajorees": {
          "format": "double",
          "type": "number"
        },
        "bTotalMensuelHeuresLibres1": {
          "type": "boolean"
        },
        "totalMensuelHeuresLibres1": {
          "format": "double",
          "type": "number"
        },
        "bTotalMensuelHeuresLibres2": {
          "type": "boolean"
        },
        "totalMensuelHeuresLibres2": {
          "format": "double",
          "type": "number"
        },
        "bTotalMensuelHeuresLibres3": {
          "type": "boolean"
        },
        "totalMensuelHeuresLibres3": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "LectureEffectifSocieteResponse": {
      "type": "object",
      "properties": {
        "effectifSociete": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/EffectifSociete"
          }
        }
      }
    },
    "LectureCCNSocieteResponse": {
      "type": "object",
      "properties": {
        "ccnSociete": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CCNSociete"
          }
        },
        "pasDeCCSiege": {
          "type": "boolean"
        }
      }
    },
    "LectureInformationBancaireSocieteResponse": {
      "type": "object",
      "properties": {
        "sepaModeComptabilisation": {
          "format": "int32",
          "type": "integer"
        },
        "informationBancaireSociete": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/InformationBancaireSociete"
          }
        }
      }
    },
    "LectureTaxeTransportRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "nomInterneEtablissement": {
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "LectureTaxeTransportResponse": {
      "type": "object",
      "properties": {
        "taxeTransport": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/TaxeTransport"
          }
        }
      }
    },
    "LectureTaxeApprentissageSocieteRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "LectureTaxeApprentissageSocieteResponse": {
      "type": "object",
      "properties": {
        "taxeApprentissage": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/TaxeApprentissage"
          }
        }
      }
    },
    "LectureTaxeApprentissageEtablissementRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "nomInterneEtablissement": {
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "LectureTaxeApprentissageEtablissementResponse": {
      "type": "object",
      "properties": {
        "taxeApprentissage": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/TaxeApprentissage"
          }
        },
        "etablissementDiffereSociete": {
          "type": "boolean"
        }
      }
    },
    "LectureEffectifEtablissementRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "nomInterneEtablissement": {
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "LectureEffectifEtablissementResponse": {
      "type": "object",
      "properties": {
        "effectifEtablissement": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/EffectifEtablissement"
          }
        }
      }
    },
    "GenererDSNEvenementielleFCTURequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "envoiEdi": {
          "type": "boolean"
        },
        "matricule": {
          "type": "string",
          "example": "{{matricule}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "StatutGenererDSNEvenementielleFCTUResponse": {
      "type": "object",
      "properties": {
        "fichiers": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/FichierResult"
          }
        },
        "erreurs": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "message": {
          "type": "string"
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "FichierResult": {
      "type": "object",
      "properties": {
        "fichier": {
          "type": "string"
        },
        "contenu": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "DossierMatriculeSalarieRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieRecupererDUEResponse": {
      "type": "object",
      "properties": {
        "document": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "SalarieRecupererRecuDPAERequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "emploiArchive": {
          "type": "boolean"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieRecupererRecuDPAEResponse": {
      "type": "object",
      "properties": {
        "recusDPAEParEmploi": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/RecupererRecuDPAEResult"
          }
        }
      }
    },
    "RecupererRecuDPAEResult": {
      "type": "object",
      "properties": {
        "idEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "recuDPAE": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "SalarieDUERequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "salarieDUE": {
          "$ref": "#/definitions/SalarieDUE"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieDUE": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "nomInterneEtablissement": {
          "type": "string"
        },
        "dateEmbauche": {
          "format": "date-time",
          "type": "string"
        },
        "dateFinContrat": {
          "format": "date-time",
          "type": "string"
        },
        "typeContrat": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "StatutSalariesDUEAsynchroneResponse": {
      "type": "object",
      "properties": {
        "nbDUEEnvoyees": {
          "format": "int32",
          "type": "integer"
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "SalariesDUERequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "requeteSalariesDUE": {
          "$ref": "#/definitions/RequeteSalariesDUE"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RequeteSalariesDUE": {
      "type": "object",
      "properties": {
        "matriculesSalaries": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "dateMinEmploi": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "SalariesDUEResponse": {
      "type": "object",
      "properties": {
        "nbDUEEnvoyees": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "RechercheCCNRequest": {
      "type": "object",
      "properties": {
        "critere": {
          "$ref": "#/definitions/CritereRechercheCCN"
        }
      }
    },
    "CritereRechercheCCN": {
      "type": "object",
      "properties": {
        "listeCodesNAF": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "codeIDCC": {
          "type": "string"
        },
        "codeJO": {
          "type": "string"
        },
        "texteLibre": {
          "type": "string"
        }
      }
    },
    "RechercheCCNResponse": {
      "type": "object",
      "properties": {
        "ccn": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CCN"
          }
        }
      }
    },
    "CCN": {
      "type": "object",
      "properties": {
        "codeCCN": {
          "type": "string"
        },
        "libelleCCN": {
          "type": "string"
        },
        "codeIDCC": {
          "type": "string"
        },
        "libelleIDCC": {
          "type": "string"
        },
        "codeJO": {
          "type": "string"
        },
        "libelleJO": {
          "type": "string"
        }
      }
    },
    "RechercheCCNParCodeRequest": {
      "type": "object",
      "properties": {
        "codeCCN": {
          "type": "string"
        }
      }
    },
    "SalarieBulletinEnteteRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "requeteSalarieBulletinEntete": {
          "$ref": "#/definitions/RequeteSalarieBulletinEntete"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RequeteSalarieBulletinEntete": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "indicePeriode": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "SalarieBulletinEnteteResult": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "bulletinOriginal": {
          "type": "boolean"
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "intituleEmploi": {
          "type": "string"
        },
        "codeContratTravail": {
          "type": "string"
        },
        "brut": {
          "format": "double",
          "type": "number"
        },
        "netAPayer": {
          "format": "double",
          "type": "number"
        },
        "cumulRetenuesSD": {
          "format": "double",
          "type": "number"
        },
        "cumulRetenuesSND": {
          "format": "double",
          "type": "number"
        },
        "cumulRetenuesP": {
          "format": "double",
          "type": "number"
        },
        "supplementCoutGlobal": {
          "format": "double",
          "type": "number"
        },
        "netImposable": {
          "format": "double",
          "type": "number"
        },
        "heuresNormales": {
          "format": "double",
          "type": "number"
        },
        "heuresMajorees": {
          "format": "double",
          "type": "number"
        },
        "indicePeriode": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "SalarieBulletinsIndicesRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "requeteSalariesBulletins": {
          "$ref": "#/definitions/RequeteSalarieBulletinIndices"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RequeteSalarieBulletinIndices": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "bulletinsOriginauxSeulement": {
          "type": "boolean"
        }
      }
    },
    "SalarieBulletinsIndicesResponse": {
      "type": "object",
      "properties": {
        "salariesBulletins": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieBulletinsIndicesResult"
          }
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        }
      }
    },
    "SalarieBulletinsIndicesResult": {
      "type": "object",
      "properties": {
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "indices": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieBulletinIndiceResult"
          }
        }
      }
    },
    "SalarieBulletinIndiceResult": {
      "type": "object",
      "properties": {
        "indicePeriode": {
          "format": "int32",
          "type": "integer"
        },
        "bul_Com1": {
          "type": "string"
        }
      }
    },
    "SalarieBulletinLignesRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "requeteSalarieBulletinLignes": {
          "$ref": "#/definitions/RequeteSalarieBulletinLignes"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RequeteSalarieBulletinLignes": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "indicePeriode": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "SalarieBulletinLignesResult": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "intituleEmploi": {
          "type": "string"
        },
        "lignesBulletin": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/LigneBulletin"
          }
        }
      }
    },
    "LigneBulletin": {
      "type": "object",
      "properties": {
        "codeLibelle": {
          "type": "string"
        },
        "libelle": {
          "type": "string"
        },
        "baseSalariale": {
          "format": "double",
          "type": "number"
        },
        "tauxOuMontantSalarial": {
          "format": "double",
          "type": "number"
        },
        "resultatSalarial": {
          "format": "double",
          "type": "number"
        },
        "basePatronale": {
          "format": "double",
          "type": "number"
        },
        "tauxOuMontantPatronal": {
          "format": "double",
          "type": "number"
        },
        "resultatPatronal": {
          "format": "double",
          "type": "number"
        },
        "codeDucs": {
          "type": "string"
        },
        "csg": {
          "format": "double",
          "type": "number"
        },
        "taxe8pc": {
          "format": "double",
          "type": "number"
        },
        "rs": {
          "format": "double",
          "type": "number"
        },
        "rf": {
          "format": "double",
          "type": "number"
        },
        "fs": {
          "format": "double",
          "type": "number"
        },
        "tauxReference": {
          "type": "string"
        },
        "marqueCodeCCN": {
          "type": "string"
        },
        "marque1": {
          "type": "string"
        },
        "marque2": {
          "type": "string"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "SalarieBulletinLignesSelonFiltresRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "requeteSalarieBulletinLignes": {
          "$ref": "#/definitions/RequeteSalarieBulletinLignes"
        },
        "requeteSalarieBulletinLignesFiltres": {
          "$ref": "#/definitions/RequeteSalarieBulletinLignesFiltres"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RequeteSalarieBulletinLignesFiltres": {
      "type": "object",
      "properties": {
        "codeLibelle": {
          "type": "string"
        },
        "libelle": {
          "type": "string"
        },
        "codeDucs": {
          "type": "string"
        },
        "zone": {
          "format": "int32",
          "type": "integer"
        },
        "marqueInterne": {
          "type": "string"
        },
        "marque1": {
          "type": "string"
        },
        "marque2": {
          "type": "string"
        },
        "marqueDtDeb": {
          "format": "date-time",
          "type": "string"
        },
        "marqueDtFin": {
          "format": "date-time",
          "type": "string"
        },
        "compte4": {
          "type": "string"
        },
        "compte6": {
          "type": "string"
        },
        "exclureLignesNeutres": {
          "type": "boolean"
        },
        "exclureLignesNonNeutres": {
          "type": "boolean"
        }
      }
    },
    "SalarieBulletinDetailsRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "requeteSalarieBulletinDetails": {
          "$ref": "#/definitions/RequeteSalarieBulletinDetails"
        },
        "requeteSalarieBulletinFiltres": {
          "$ref": "#/definitions/RequeteSalarieBulletinLignesFiltres"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RequeteSalarieBulletinDetails": {
      "type": "object",
      "properties": {
        "typeDetails": {
          "format": "int32",
          "type": "integer"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "indicePeriode": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "SalarieBulletinDetailsResult": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "intituleEmploi": {
          "type": "string"
        },
        "codeContratTravail": {
          "type": "string"
        },
        "bulletins": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieBulletinResult"
          }
        }
      }
    },
    "SalarieBulletinResult": {
      "type": "object",
      "properties": {
        "identifiantBulletin": {
          "format": "int32",
          "type": "integer"
        },
        "entete": {
          "$ref": "#/definitions/SalarieBulletinEnteteSimpleResult"
        },
        "lignesBulletin": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/LigneBulletin"
          }
        }
      }
    },
    "SalarieBulletinEnteteSimpleResult": {
      "type": "object",
      "properties": {
        "bulletinOriginal": {
          "type": "boolean"
        },
        "brut": {
          "format": "double",
          "type": "number"
        },
        "netAPayer": {
          "format": "double",
          "type": "number"
        },
        "cumulRetenuesSD": {
          "format": "double",
          "type": "number"
        },
        "cumulRetenuesSND": {
          "format": "double",
          "type": "number"
        },
        "cumulRetenuesP": {
          "format": "double",
          "type": "number"
        },
        "supplementCoutGlobal": {
          "format": "double",
          "type": "number"
        },
        "netImposable": {
          "format": "double",
          "type": "number"
        },
        "heuresNormales": {
          "format": "double",
          "type": "number"
        },
        "heuresMajorees": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "SalarieBulletinStatutEtatAvancementRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "periode": {
          "format": "date",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieBulletinStatutEtatAvancementResponse": {
      "type": "object",
      "properties": {
        "listeSalarieBulletinStatutEtatAvancement": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieBulletinStatutEtatAvancementReponse"
          }
        }
      }
    },
    "SalarieBulletinStatutEtatAvancementReponse": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "statutEtatAvancement": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "SalarieBulletinCumulsRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieBulletinCumulsResult": {
      "type": "object",
      "properties": {
        "salaireDeBase": {
          "format": "double",
          "type": "number"
        },
        "brut": {
          "format": "double",
          "type": "number"
        },
        "cumulRetenuesSD": {
          "format": "double",
          "type": "number"
        },
        "cumulRetenuesSND": {
          "format": "double",
          "type": "number"
        },
        "netImposable": {
          "format": "double",
          "type": "number"
        },
        "netAPayerAvantImpot": {
          "format": "double",
          "type": "number"
        },
        "netAPayer": {
          "format": "double",
          "type": "number"
        },
        "impotSurLeRevenuPreleveALaSource": {
          "format": "double",
          "type": "number"
        },
        "plafondSecuriteSocial": {
          "format": "double",
          "type": "number"
        },
        "nombreHeuresTravaillees": {
          "format": "double",
          "type": "number"
        },
        "nombreJoursTravailees": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "SalariesStockVarRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "requeteSalariesStockVar": {
          "$ref": "#/definitions/RequeteSalariesStockVar"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RequeteSalariesStockVar": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "codesStockVar": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "SalariesStockVarResponse": {
      "type": "object",
      "properties": {
        "salariesStockVar": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieStockVarResult"
          }
        }
      }
    },
    "SalarieStockVarResult": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "codesStockVar": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "valeursStockVar": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        }
      }
    },
    "ListeDSNMensuellesResponse": {
      "type": "object",
      "properties": {
        "listeDSNMensuelles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DSNMensuelle"
          }
        }
      }
    },
    "DSNMensuelle": {
      "type": "object",
      "properties": {
        "etablissement": {
          "type": "string"
        },
        "codeOrganisme": {
          "type": "string"
        },
        "numeroAffiliation": {
          "type": "string"
        },
        "typeDSN": {
          "format": "int32",
          "type": "integer"
        },
        "siret": {
          "type": "string"
        },
        "fraction": {
          "format": "int32",
          "type": "integer"
        },
        "dateEnvoiDSN": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "AcquisitionContenuPartielDSNRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "nomInterneEtablissement": {
          "type": "string"
        },
        "codeOrganisme": {
          "type": "string"
        },
        "numeroAffiliation": {
          "type": "string"
        },
        "typeDSN": {
          "format": "int32",
          "type": "integer"
        },
        "segments": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "fraction": {
          "format": "int32",
          "type": "integer"
        },
        "periode": {
          "format": "date",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "AcquisitionContenuPartielDSNResponse": {
      "type": "object",
      "properties": {
        "contenuPartiel": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "RechercheDeclarationEvenementielleRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "etatDeclaration": {
          "format": "int32",
          "type": "integer"
        },
        "periode": {
          "format": "date",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RechercheDeclarationEvenementielleResponse": {
      "type": "object",
      "properties": {
        "listeDeclarationEvenementielle": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DeclarationEvenementielle"
          }
        }
      }
    },
    "DeclarationEvenementielle": {
      "type": "object",
      "properties": {
        "typeDeclaration": {
          "type": "string"
        },
        "etatDeclaration": {
          "format": "int32",
          "type": "integer"
        },
        "etatEnvoi": {
          "format": "int32",
          "type": "integer"
        },
        "libelleEtat": {
          "type": "string"
        },
        "matricule": {
          "type": "string",
          "example": "{{matricule}}"
        },
        "nomSalarie": {
          "type": "string"
        },
        "dateDebut": {
          "format": "date-time",
          "type": "string"
        },
        "dateFin": {
          "format": "date-time",
          "type": "string"
        },
        "codeAbsence": {
          "type": "string"
        },
        "libelleAbsence": {
          "type": "string"
        }
      }
    },
    "ListeDSNEvenementiellesRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "dateDebut": {
          "format": "date-time",
          "type": "string"
        },
        "dateFin": {
          "format": "date-time",
          "type": "string"
        },
        "dateDebutDepot": {
          "format": "date-time",
          "type": "string"
        },
        "dateFinDepot": {
          "format": "date-time",
          "type": "string"
        },
        "typeDSN": {
          "type": "string"
        },
        "afficherDSIJ": {
          "type": "boolean"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ListeDSNEvenementiellesResponse": {
      "type": "object",
      "properties": {
        "declarationsEvenementielles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ListeDeclarationEvenementielle"
          }
        }
      }
    },
    "ListeDeclarationEvenementielle": {
      "type": "object",
      "properties": {
        "dateDepot": {
          "format": "date-time",
          "type": "string"
        },
        "typeDSN": {
          "type": "string"
        },
        "salarieConcerne": {
          "type": "string"
        },
        "periode": {
          "type": "string"
        },
        "statut": {
          "type": "string"
        }
      }
    },
    "SalarieRecupererPeriodeDernierBulletinCalculeResponse": {
      "type": "object",
      "properties": {
        "periodeDernierBulletinCalcule": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "LectureInformationsPaieRequest": {
      "required": [
        "requeteLectureInfos"
      ],
      "type": "object",
      "properties": {
        "requeteLectureInfos": {
          "$ref": "#/definitions/RequeteLectureInfos"
        }
      }
    },
    "RequeteLectureInfos": {
      "type": "object",
      "properties": {
        "tableInformations": {
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "nomInterneEtablissement": {
          "type": "string"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "champs": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "LectureInformationsPaieResponse": {
      "type": "object",
      "properties": {
        "reponsesInfosPaie": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/LectureInfosResult"
          }
        }
      }
    },
    "LectureInfosResult": {
      "type": "object",
      "properties": {
        "champ": {
          "type": "string"
        },
        "valeur": {
          "type": "object"
        }
      }
    },
    "HistoriqueDesModificationsRequest": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "dateDebut": {
          "format": "date-time",
          "type": "string"
        },
        "dateFin": {
          "format": "date-time",
          "type": "string"
        },
        "identifiantUtilisateur": {
          "type": "string"
        },
        "modifAPI": {
          "type": "boolean"
        },
        "elements": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "actions": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        }
      }
    },
    "HistoriqueDesModificationsResponse": {
      "type": "object",
      "properties": {
        "modifications": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/HistoriqueModification"
          }
        },
        "warning": {
          "type": "string"
        }
      }
    },
    "HistoriqueModification": {
      "type": "object",
      "properties": {
        "date": {
          "format": "date-time",
          "type": "string"
        },
        "identifiantUtilisateur": {
          "type": "string"
        },
        "modifAPI": {
          "type": "boolean"
        },
        "element": {
          "type": "string"
        },
        "action": {
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "descriptionModification": {
          "type": "string"
        }
      }
    },
    "SalariesBulletinsRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "requeteSalariesBulletins": {
          "$ref": "#/definitions/RequeteSalariesBulletins"
        },
        "nomInterneEtablissement": {
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RequeteSalariesBulletins": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "bulletinsOriginauxSeulement": {
          "type": "boolean"
        }
      }
    },
    "SalariesBulletinsResponse": {
      "type": "object",
      "properties": {
        "salariesBulletins": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieBulletinsResult"
          }
        }
      }
    },
    "SalarieBulletinsResult": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "arr_ID_PAIBULLETIN": {
          "type": "array",
          "items": {
            "format": "int32",
            "type": "integer"
          }
        },
        "arr_PresenceAttestationPoleEmploi": {
          "type": "array",
          "items": {
            "type": "boolean"
          }
        }
      }
    },
    "StatutSalariesBulletinsResponse": {
      "type": "object",
      "properties": {
        "salariesBulletins": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieBulletinsResult"
          }
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "ListeSalariesRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "listeSalariesOptions": {
          "$ref": "#/definitions/ListeSalariesOptions"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ListeSalariesOptions": {
      "type": "object",
      "properties": {
        "optionActifSurPeriode": {
          "format": "date-time",
          "type": "string"
        },
        "optionActifALaDate": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "ListeSalariesResponse": {
      "type": "object",
      "properties": {
        "listeSalariesInformations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieInformations_V3"
          }
        }
      }
    },
    "SalarieInformations_V3": {
      "type": "object",
      "properties": {
        "mel": {
          "type": "string"
        },
        "melPerso": {
          "type": "string"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroSecuriteSociale": {
          "type": "string"
        },
        "nomAffiche": {
          "type": "string"
        }
      }
    },
    "DossierMatriculeRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "matricule": {
          "type": "string",
          "example": "{{matricule}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "LectureInformationsSalarieResponse": {
      "type": "object",
      "properties": {
        "salarie": {
          "$ref": "#/definitions/LectureInformationsSalarie"
        }
      }
    },
    "LectureInformationsSalarie": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "matriculeInterne": {
          "type": "string"
        },
        "civilite": {
          "format": "int32",
          "type": "integer"
        },
        "sexe": {
          "format": "int32",
          "type": "integer"
        },
        "nomNaissance": {
          "type": "string"
        },
        "nomMarital": {
          "type": "string"
        },
        "nomUsuel": {
          "type": "string"
        },
        "prenom": {
          "type": "string"
        },
        "numeroSecuriteSociale": {
          "type": "string"
        },
        "situationFamiliale": {
          "format": "int32",
          "type": "integer"
        },
        "dateNaissance": {
          "format": "date-time",
          "type": "string"
        },
        "anneeNaissance": {
          "format": "int32",
          "type": "integer"
        },
        "departementNaissance": {
          "type": "string"
        },
        "communeNaissance": {
          "type": "string"
        },
        "paysNaissanceISO": {
          "type": "string"
        },
        "paysNaissance": {
          "type": "string"
        },
        "paysNationaliteISO": {
          "type": "string"
        },
        "paysNationalite": {
          "type": "string"
        },
        "numVoie": {
          "type": "string"
        },
        "btqc": {
          "type": "string"
        },
        "nomVoie": {
          "type": "string"
        },
        "complementAdresse": {
          "type": "string"
        },
        "codePostal": {
          "type": "string"
        },
        "nomVille": {
          "type": "string"
        },
        "frontalier": {
          "type": "boolean"
        },
        "communeINSEE": {
          "type": "string"
        },
        "commune": {
          "type": "string"
        },
        "paysISO": {
          "type": "string"
        },
        "nomPays": {
          "type": "string"
        },
        "telDomicile": {
          "type": "string"
        },
        "telPortable": {
          "type": "string"
        },
        "telBureau": {
          "type": "string"
        },
        "telPortablePro": {
          "type": "string"
        },
        "melPerso": {
          "type": "string"
        },
        "mel": {
          "type": "string"
        },
        "personneAContacterUrgenceNom": {
          "type": "string"
        },
        "personneAContacterUrgencePrenom": {
          "type": "string"
        },
        "personneAContacterUrgenceTel": {
          "type": "string"
        },
        "personneAContacterUrgenceMel": {
          "type": "string"
        },
        "enT_Code": {
          "type": "string"
        },
        "enV_Code": {
          "type": "string"
        },
        "edP_Code": {
          "type": "string"
        },
        "etudesInfosComplementaires": {
          "type": "string"
        },
        "formationPlusEleve": {
          "type": "string"
        },
        "diplomePrepare": {
          "type": "string"
        },
        "situationAvantEmbauche": {
          "type": "string"
        },
        "dureePeriodeEssai1": {
          "type": "string"
        },
        "dureePeriodeEssai2": {
          "type": "string"
        },
        "pointure": {
          "type": "string"
        },
        "tailleHaut": {
          "type": "string"
        },
        "taillePantalon": {
          "type": "string"
        },
        "tourDeTete": {
          "type": "string"
        },
        "tourDeCou": {
          "type": "string"
        },
        "titreSejourType": {
          "format": "int32",
          "type": "integer"
        },
        "titreSejourNumOrdre": {
          "type": "string"
        },
        "titreSejourDebut": {
          "format": "date-time",
          "type": "string"
        },
        "titreSejourFin": {
          "format": "date-time",
          "type": "string"
        },
        "surveillanceMedRenforcee": {
          "type": "boolean"
        },
        "emplois": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/LectureInformationsSalarieEmploi"
          }
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "LectureInformationsSalarieEmploi": {
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "dateDebut": {
          "format": "date-time",
          "type": "string"
        },
        "dateDebutContrat": {
          "format": "date-time",
          "type": "string"
        },
        "dateFin": {
          "format": "date-time",
          "type": "string"
        },
        "intituleEmploi": {
          "type": "string"
        },
        "emploiArchive": {
          "type": "boolean"
        },
        "nomInterneEtablissement": {
          "type": "string"
        }
      }
    },
    "ListeSalariesExternesRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "listeSalariesOptions": {
          "$ref": "#/definitions/ListeSalariesOptions"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ListeSalariesExternesResponse": {
      "type": "object",
      "properties": {
        "listeSalariesExternes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieBase"
          }
        }
      }
    },
    "SalarieSalaireDeBaseRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieSalaireDeBaseResult": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "salaireDeBase": {
          "format": "double",
          "type": "number"
        },
        "salaireDeBaseHeuresNormales": {
          "format": "double",
          "type": "number"
        },
        "salaireDeBaseHeuresMajorees": {
          "format": "double",
          "type": "number"
        },
        "salaireDeBaseHLibre1": {
          "format": "double",
          "type": "number"
        },
        "salaireDeBaseHLibre2": {
          "format": "double",
          "type": "number"
        },
        "salaireDeBaseHLibre3": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "SalarieSyntheseCarriereResponse": {
      "type": "object",
      "properties": {
        "syntheseCarriere": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieElementCarriere"
          }
        }
      }
    },
    "SalarieElementCarriere": {
      "type": "object",
      "properties": {
        "dateDebut": {
          "format": "date-time",
          "type": "string"
        },
        "dateFin": {
          "format": "date-time",
          "type": "string"
        },
        "libelleEmploi": {
          "type": "string"
        },
        "estCadre": {
          "type": "boolean"
        },
        "typeContrat": {
          "type": "string"
        },
        "heuresContractuelles": {
          "format": "double",
          "type": "number"
        },
        "salaireDeBase": {
          "format": "double",
          "type": "number"
        },
        "coeff1": {
          "type": "string"
        },
        "libelleCoeff1": {
          "type": "string"
        },
        "coeff2": {
          "type": "string"
        },
        "libelleCoeff2": {
          "type": "string"
        },
        "coeff3": {
          "type": "string"
        },
        "libelleCoeff3": {
          "type": "string"
        },
        "coeff4": {
          "type": "string"
        },
        "libelleCoeff4": {
          "type": "string"
        },
        "tauxHeuresNormales": {
          "format": "double",
          "type": "number"
        },
        "salaireDeBaseETP": {
          "format": "double",
          "type": "number"
        },
        "dateReelleDebutEmploi": {
          "format": "date-time",
          "type": "string"
        },
        "dateReelleFinEmploi": {
          "format": "date-time",
          "type": "string"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "StatutSalarieSyntheseCarriereResponse": {
      "type": "object",
      "properties": {
        "syntheseCarriere": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieElementCarriere"
          }
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "LecturePersonnesLieesResponse": {
      "type": "object",
      "properties": {
        "conjoint": {
          "$ref": "#/definitions/PersonneLiee"
        },
        "personnesLiees": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/PersonneLiee"
          }
        }
      }
    },
    "PersonneLiee": {
      "type": "object",
      "properties": {
        "prenom": {
          "type": "string"
        },
        "nomUsuel": {
          "type": "string"
        },
        "typeLien": {
          "format": "int32",
          "type": "integer"
        },
        "dateNaissance": {
          "format": "date-time",
          "type": "string"
        },
        "numeroSS": {
          "type": "string"
        },
        "sexe": {
          "format": "int32",
          "type": "integer"
        },
        "aCharge": {
          "type": "boolean"
        },
        "dateDeces": {
          "format": "date-time",
          "type": "string"
        },
        "handicape": {
          "type": "boolean"
        },
        "bDateDeces": {
          "type": "boolean"
        },
        "dateDebutRattachement": {
          "format": "date-time",
          "type": "string"
        },
        "bDateDebutRattachement": {
          "type": "boolean"
        },
        "dateFinRattachement": {
          "format": "date-time",
          "type": "string"
        },
        "bDateFinRattachement": {
          "type": "boolean"
        },
        "codeOrganismeAM": {
          "type": "string"
        },
        "alsaceMoselle": {
          "type": "boolean"
        },
        "bCivilite": {
          "type": "boolean"
        },
        "civilite": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "LectureHandicapResponse": {
      "type": "object",
      "properties": {
        "salarieHandicape": {
          "type": "boolean"
        },
        "handicap": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Handicap"
          }
        }
      }
    },
    "Handicap": {
      "type": "object",
      "properties": {
        "cdapH_RQTH": {
          "type": "boolean"
        },
        "cdapH_AAH": {
          "type": "boolean"
        },
        "cdapH_CarteInvalidite": {
          "type": "boolean"
        },
        "cdapH_DateDebut": {
          "format": "date-time",
          "type": "string"
        },
        "cdapH_DateFin": {
          "format": "date-time",
          "type": "string"
        },
        "cdapH_DtDepotRenouvellement": {
          "format": "date-time",
          "type": "string"
        },
        "cdapH_TauxIncapacite": {
          "format": "double",
          "type": "number"
        },
        "accident_Nature": {
          "format": "int32",
          "type": "integer"
        },
        "accident_DateDebut": {
          "format": "date-time",
          "type": "string"
        },
        "accident_TauxIPP": {
          "format": "double",
          "type": "number"
        },
        "accident_CategoriePension": {
          "format": "int32",
          "type": "integer"
        },
        "autre_Categorie": {
          "format": "int32",
          "type": "integer"
        },
        "autre_DateDebut": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "LectureSalarieProtegeResponse": {
      "type": "object",
      "properties": {
        "salarieProtege": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieProtege"
          }
        }
      }
    },
    "SalarieProtege": {
      "type": "object",
      "properties": {
        "dateDebut": {
          "format": "date-time",
          "type": "string"
        },
        "dateFin": {
          "format": "date-time",
          "type": "string"
        },
        "codeProtection": {
          "type": "string"
        }
      }
    },
    "LectureSaisieArretResponse": {
      "type": "object",
      "properties": {
        "saisieArrets": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SaisieArret"
          }
        }
      }
    },
    "SaisieArret": {
      "type": "object",
      "properties": {
        "reference": {
          "format": "int32",
          "type": "integer"
        },
        "demandeur": {
          "type": "string"
        },
        "dateDemande": {
          "format": "date-time",
          "type": "string"
        },
        "montantCreance": {
          "format": "double",
          "type": "number"
        },
        "dateDebutPrelevement": {
          "format": "date-time",
          "type": "string"
        },
        "type": {
          "format": "int32",
          "type": "integer"
        },
        "priorite": {
          "format": "int32",
          "type": "integer"
        },
        "libelleBulletin": {
          "type": "string"
        },
        "montantsDejaVerses": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "LectureReponsesQuestionnaireFicheSalarieResponse": {
      "type": "object",
      "properties": {
        "reponses": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/QReponse"
          }
        }
      }
    },
    "QReponse": {
      "type": "object",
      "properties": {
        "libelleQuestion": {
          "type": "string"
        },
        "listeChoix": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/LibelleValeur"
          }
        },
        "nomChamp": {
          "type": "string"
        },
        "typeChamp": {
          "type": "string"
        },
        "valeurINT32": {
          "format": "int32",
          "type": "integer"
        },
        "valeurDOUBLE": {
          "format": "double",
          "type": "number"
        },
        "valeurSTRING": {
          "type": "string"
        },
        "valeurDATETIME": {
          "format": "date-time",
          "type": "string"
        },
        "valeurBOOL": {
          "type": "boolean"
        }
      }
    },
    "LibelleValeur": {
      "type": "object",
      "properties": {
        "libelle": {
          "type": "string"
        },
        "valeur": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "ListeInformationsDossiersPaieRequest": {
      "type": "object",
      "properties": {}
    },
    "ListeNumerosDossiersResponse": {
      "type": "object",
      "properties": {
        "listeNumerosDossiers": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "ListeDossiersRequest": {
      "type": "object",
      "properties": {
        "typeDossiers": {
          "format": "int32",
          "type": "integer"
        },
        "etatDossier": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "ListeDossiersResponse": {
      "type": "object",
      "properties": {
        "listeDossiers": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ProprietesDossier"
          }
        }
      }
    },
    "ProprietesDossier": {
      "type": "object",
      "properties": {
        "numero": {
          "type": "string"
        },
        "raisonSociale": {
          "type": "string"
        },
        "siret": {
          "type": "string"
        },
        "groupe": {
          "type": "string"
        },
        "jourPaiementMaxSSOC": {
          "format": "int32",
          "type": "integer"
        },
        "etatDossier": {
          "format": "int32",
          "type": "integer"
        },
        "numeroInterne": {
          "type": "string"
        }
      }
    },
    "ListeInformationsDossiersPaieResponse": {
      "type": "object",
      "properties": {
        "informationsDossiersDePaie": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/InformationsDossier"
          }
        }
      }
    },
    "InformationsDossier": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "conventionsCollectives": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "DossierRecupererPeriodeEnCoursResponse": {
      "type": "object",
      "properties": {
        "periodeEnCours": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "MatriculeSalarieRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "matriculeInterneSalarie": {
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "MatriculeSalarieResponse": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        }
      }
    },
    "ListeMatriculesDupliquesRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "filtreMatricule": {
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ListeMatriculesDupliquesResponse": {
      "type": "object",
      "properties": {
        "matriculesDupliques": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "ListeMatriculesDupliquesDansDomaineResponse": {
      "type": "object",
      "properties": {
        "listeCoupleDossierMatricule": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CoupleDossierMatricule"
          }
        }
      }
    },
    "CoupleDossierMatricule": {
      "type": "object",
      "properties": {
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        },
        "matricule": {
          "type": "string",
          "example": "{{matricule}}"
        }
      }
    },
    "ExistenceMatriculeRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "numeroSecuriteSociale": {
          "type": "string"
        },
        "nomNaissance": {
          "type": "string"
        },
        "nomUsuel": {
          "type": "string"
        },
        "mel": {
          "type": "string"
        },
        "melPerso": {
          "type": "string"
        },
        "matricule": {
          "type": "string",
          "example": "{{matricule}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ExistenceMatriculeResponse": {
      "type": "object",
      "properties": {
        "existe": {
          "type": "boolean"
        },
        "matricules": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "ExtraListeManifestationsRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "categorie": {
          "type": "string"
        },
        "dateDebutMin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ExtraListeManifestationsResponse": {
      "type": "object",
      "properties": {
        "manifestations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ExtraManifestation"
          }
        }
      }
    },
    "ExtraManifestation": {
      "type": "object",
      "properties": {
        "nomInterneEtablissement": {
          "type": "string"
        },
        "axeAnalytique": {
          "type": "string"
        },
        "valeurAxeAnalytique": {
          "type": "string"
        },
        "axeAnalytique2": {
          "type": "string"
        },
        "valeurAxeAnalytique2": {
          "type": "string"
        },
        "referenceExterneManifestation": {
          "type": "string"
        },
        "intituleManifestation": {
          "type": "string"
        },
        "dateDebut": {
          "format": "date",
          "type": "string"
        },
        "dateFin": {
          "format": "date",
          "type": "string"
        },
        "axeAnalytique3": {
          "type": "string"
        },
        "valeurAxeAnalytique3": {
          "type": "string"
        }
      }
    },
    "ExtraCreationManifestationRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "categorie": {
          "type": "string"
        },
        "structManifestation": {
          "$ref": "#/definitions/ExtraManifestation"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ExtraSalarieAcquisitionVacationsRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "categorie": {
          "type": "string"
        },
        "requeteExtraSalarieVacations": {
          "$ref": "#/definitions/RequeteExtraSalarieVacationsV2"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RequeteExtraSalarieVacationsV2": {
      "type": "object",
      "properties": {
        "vacationBulletin": {
          "format": "int32",
          "type": "integer"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "verifierDisponibiliteEmploi": {
          "type": "boolean"
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "nomInterneEtablissement": {
          "type": "string"
        }
      }
    },
    "ExtraSalarieVacations": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "periode": {
          "format": "date",
          "type": "string"
        },
        "nomInterneEtablissement": {
          "type": "string"
        },
        "vacations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ExtraSalarieVacation"
          }
        }
      }
    },
    "ExtraSalarieVacation": {
      "type": "object",
      "properties": {
        "dateDebut": {
          "format": "date",
          "type": "string"
        },
        "dateFin": {
          "format": "date",
          "type": "string"
        },
        "referenceExterneManifestation": {
          "type": "string"
        },
        "hEmbauche": {
          "format": "int32",
          "type": "integer"
        },
        "mEmbauche": {
          "format": "int32",
          "type": "integer"
        },
        "docsFinContrat": {
          "type": "boolean"
        },
        "tauxHoraire": {
          "format": "double",
          "type": "number"
        },
        "nbH": {
          "format": "double",
          "type": "number"
        },
        "montantNet": {
          "type": "boolean"
        },
        "montantCoutGlobal": {
          "type": "boolean"
        },
        "nbJours": {
          "format": "double",
          "type": "number"
        },
        "hLibresCodes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "hLibresValeurs": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "variablesCodes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "variablesValeurs": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "valeurAxeAnalytique1": {
          "type": "string"
        },
        "valeurAxeAnalytique2": {
          "type": "string"
        },
        "valeurAxeAnalytique3": {
          "type": "string"
        }
      }
    },
    "ExtraSalarieAjouterVacationsRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "categorie": {
          "type": "string"
        },
        "extraSalarieVacations": {
          "$ref": "#/definitions/ExtraSalarieVacations"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ExtraSalarieReinitialiserVacationsRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "categorie": {
          "type": "string"
        },
        "requeteExtraSalarieVacations": {
          "$ref": "#/definitions/RequeteExtraSalarieVacations"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RequeteExtraSalarieVacations": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "verifierDisponibiliteEmploi": {
          "type": "boolean"
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "nomInterneEtablissement": {
          "type": "string"
        }
      }
    },
    "ExtraSalarieReinitialiserVacationsResponse": {
      "type": "object",
      "properties": {
        "vacationsReinitialisees": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "ExtraSalarieCalculerBulletinRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "categorie": {
          "type": "string"
        },
        "requeteExtraSalarieVacations": {
          "$ref": "#/definitions/RequeteExtraSalarieVacations"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SpectacleListeRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "dateDebutMin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SpectacleListeResponse": {
      "type": "object",
      "properties": {
        "spectacles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Spectacle"
          }
        }
      }
    },
    "Spectacle": {
      "type": "object",
      "properties": {
        "nomInterneEtablissement": {
          "type": "string"
        },
        "axeAnalytique": {
          "type": "string"
        },
        "valeurAxeAnalytique": {
          "type": "string"
        },
        "axeAnalytique2": {
          "type": "string"
        },
        "valeurAxeAnalytique2": {
          "type": "string"
        },
        "axeAnalytique3": {
          "type": "string"
        },
        "valeurAxeAnalytique3": {
          "type": "string"
        },
        "referenceExterneSpectacle": {
          "type": "string"
        },
        "numeroObjet": {
          "type": "string"
        },
        "intituleSpectacle": {
          "type": "string"
        },
        "dateDebut": {
          "format": "date-time",
          "type": "string"
        },
        "dateFin": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "SpectacleCreationRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "structSpectacle": {
          "$ref": "#/definitions/Spectacle"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SpectacleSalarieAcquisitionAffectationsRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "requeteSpectacleSalarieAffectations": {
          "$ref": "#/definitions/RequeteSpectacleSalarieAffectationsV2"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RequeteSpectacleSalarieAffectationsV2": {
      "type": "object",
      "properties": {
        "affectationBulletin": {
          "format": "int32",
          "type": "integer"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "verifierDisponibiliteEmploi": {
          "type": "boolean"
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "nomInterneEtablissement": {
          "type": "string"
        }
      }
    },
    "SpectacleSalarieAffectations": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "nomInterneEtablissement": {
          "type": "string"
        },
        "affectations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SpectacleSalarieAffectation"
          }
        }
      }
    },
    "SpectacleSalarieAffectation": {
      "type": "object",
      "properties": {
        "dateDebut": {
          "format": "date-time",
          "type": "string"
        },
        "dateFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroObjet": {
          "type": "string"
        },
        "referenceExterneSpectacle": {
          "type": "string"
        },
        "aemInitiale": {
          "type": "boolean"
        },
        "aemComplementaire": {
          "type": "boolean"
        },
        "dateDebut_AEMInitiale": {
          "format": "date-time",
          "type": "string"
        },
        "dateFin_AEMInitiale": {
          "format": "date-time",
          "type": "string"
        },
        "docsFinContrat": {
          "type": "boolean"
        },
        "tauxHoraire": {
          "format": "double",
          "type": "number"
        },
        "nbH": {
          "format": "double",
          "type": "number"
        },
        "nbCachets": {
          "format": "double",
          "type": "number"
        },
        "puCachet": {
          "format": "double",
          "type": "number"
        },
        "typeCachet": {
          "format": "int32",
          "type": "integer"
        },
        "montantNet": {
          "type": "boolean"
        },
        "montantCoutGlobal": {
          "type": "boolean"
        },
        "nbJours": {
          "format": "double",
          "type": "number"
        },
        "nbHRepet": {
          "format": "double",
          "type": "number"
        },
        "mtHRepet": {
          "format": "double",
          "type": "number"
        },
        "hLibreCode1": {
          "type": "string"
        },
        "hLibreValeur1": {
          "format": "double",
          "type": "number"
        },
        "hLibreCode2": {
          "type": "string"
        },
        "hLibreValeur2": {
          "format": "double",
          "type": "number"
        },
        "hLibreCode3": {
          "type": "string"
        },
        "hLibreValeur3": {
          "format": "double",
          "type": "number"
        },
        "hLibreCode4": {
          "type": "string"
        },
        "hLibreValeur4": {
          "format": "double",
          "type": "number"
        },
        "hLibreCode5": {
          "type": "string"
        },
        "hLibreValeur5": {
          "format": "double",
          "type": "number"
        },
        "hLibreCode6": {
          "type": "string"
        },
        "hLibreValeur6": {
          "format": "double",
          "type": "number"
        },
        "variableCode1": {
          "type": "string"
        },
        "variableValeur1": {
          "format": "double",
          "type": "number"
        },
        "variableCode2": {
          "type": "string"
        },
        "variableValeur2": {
          "format": "double",
          "type": "number"
        },
        "variableCode3": {
          "type": "string"
        },
        "variableValeur3": {
          "format": "double",
          "type": "number"
        },
        "variableCode4": {
          "type": "string"
        },
        "variableValeur4": {
          "format": "double",
          "type": "number"
        },
        "variableCode5": {
          "type": "string"
        },
        "variableValeur5": {
          "format": "double",
          "type": "number"
        },
        "variableCode6": {
          "type": "string"
        },
        "variableValeur6": {
          "format": "double",
          "type": "number"
        },
        "variableCode7": {
          "type": "string"
        },
        "variableValeur7": {
          "format": "double",
          "type": "number"
        },
        "variableCode8": {
          "type": "string"
        },
        "variableValeur8": {
          "format": "double",
          "type": "number"
        },
        "variableCode9": {
          "type": "string"
        },
        "variableValeur9": {
          "format": "double",
          "type": "number"
        },
        "affectationAnalytique": {
          "type": "string"
        },
        "affectationAnalytique2": {
          "type": "string"
        },
        "affectationAnalytique3": {
          "type": "string"
        }
      }
    },
    "SpectacleSalarieAjouterAffectationsRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "structSpectacleSalarieAffectations": {
          "$ref": "#/definitions/SpectacleSalarieAffectations"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SpectacleSalarieReinitialiserAffectationsRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "requeteSpectacleSalarieAffectations": {
          "$ref": "#/definitions/RequeteSpectacleSalarieAffectations"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RequeteSpectacleSalarieAffectations": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "verifierDisponibiliteEmploi": {
          "type": "boolean"
        },
        "periode": {
          "format": "date-time",
          "type": "string"
        },
        "nomInterneEtablissement": {
          "type": "string"
        }
      }
    },
    "SpectacleSalarieReinitialiserAffectationsResponse": {
      "type": "object",
      "properties": {
        "affectationsReinitialisees": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "SpectacleSalarieCalculerBulletinRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "requeteSpectacleSalarieAffectations": {
          "$ref": "#/definitions/RequeteSpectacleSalarieAffectations"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "CreationOrganismeRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "organisme": {
          "$ref": "#/definitions/Organisme"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "Organisme": {
      "type": "object",
      "properties": {
        "codeOrganisme": {
          "type": "string"
        },
        "codeInterne": {
          "type": "string"
        },
        "codeNature": {
          "type": "string"
        },
        "nomInterneEtablissement": {
          "type": "string"
        },
        "numeroAffiliation": {
          "type": "string"
        },
        "periodicite": {
          "format": "int32",
          "type": "integer"
        },
        "jourPaiement": {
          "format": "int32",
          "type": "integer"
        },
        "filtreSalaries": {
          "type": "string"
        },
        "filtreCodesLibelles": {
          "type": "string"
        },
        "edi": {
          "type": "boolean"
        },
        "ediModePaiement": {
          "format": "int32",
          "type": "integer"
        },
        "numeroRattachement": {
          "type": "string"
        },
        "codePopulation": {
          "type": "string"
        },
        "codeOption": {
          "type": "string"
        },
        "codeDelegataireDeGestion": {
          "type": "string"
        }
      }
    },
    "ListeOrganismesRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "codeOrganisme": {
          "type": "string"
        },
        "codeNature": {
          "type": "string"
        },
        "nomInterneEtablissement": {
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ListeOrganismesResponse": {
      "type": "object",
      "properties": {
        "listeOrganismes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Organisme"
          }
        }
      }
    },
    "RecupererFichiersVirementRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "dateValeur": {
          "format": "date-time",
          "type": "string"
        },
        "libelleVirement": {
          "type": "string"
        },
        "matriculeSalaries": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "periode": {
          "format": "date",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RecupererFichiersVirementResponse": {
      "type": "object",
      "properties": {
        "bilanMatricules": {
          "$ref": "#/definitions/BilanMatricules"
        },
        "fichiersVirements": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/RecupererFichierVirementResult"
          }
        }
      }
    },
    "BilanMatricules": {
      "type": "object",
      "properties": {
        "matriculesInclus": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "matriculesExclus": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "RecupererFichierVirementResult": {
      "type": "object",
      "properties": {
        "fichier": {
          "type": "string"
        },
        "contenu": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "RecupererFichiersVirementChiffresRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "proprietesChiffrement": {
          "$ref": "#/definitions/ProprietesChiffrement"
        },
        "dateValeur": {
          "format": "date-time",
          "type": "string"
        },
        "libelleVirement": {
          "type": "string"
        },
        "matriculeSalaries": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "periode": {
          "format": "date",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RecupererFichiersVirementHorsBulletinRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "libelleVirement": {
          "type": "string"
        },
        "matriculeSalaries": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RecupererFichiersVirementHorsBulletinChiffresRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "proprietesChiffrement": {
          "$ref": "#/definitions/ProprietesChiffrement"
        },
        "libelleVirement": {
          "type": "string"
        },
        "matriculeSalaries": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "AcquisitionQuestionnaireCCNRequest": {
      "type": "object",
      "properties": {
        "code_CCN": {
          "type": "string"
        },
        "listeChamps": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ModificationChampValeursTypees"
          }
        }
      }
    },
    "AcquisitionQuestionnaireCCNResponse": {
      "type": "object",
      "properties": {
        "qccn": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/QCCN"
          }
        }
      }
    },
    "QCCN": {
      "type": "object",
      "properties": {
        "libelleQuestion": {
          "type": "string"
        },
        "nomChamp": {
          "type": "string"
        },
        "typeChamp": {
          "type": "string"
        },
        "nombreEntier": {
          "format": "int32",
          "type": "integer"
        },
        "nombreDecimale": {
          "format": "int32",
          "type": "integer"
        },
        "listeChoix": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/LibelleValeur"
          }
        }
      }
    },
    "LectureReponsesQuestionnaireConventionnelSalarieRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "LectureReponsesQuestionnaireConventionnelSalarieResponse": {
      "type": "object",
      "properties": {
        "qccn": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/QCCNReponses"
          }
        }
      }
    },
    "QCCNReponses": {
      "type": "object",
      "properties": {
        "codeCCN": {
          "type": "string"
        },
        "reponses": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/QReponse"
          }
        }
      }
    },
    "EcritureReponsesQuestionnaireConventionnelSalarieRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "qccn": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/QCCNReponsesSimple"
          }
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "QCCNReponsesSimple": {
      "type": "object",
      "properties": {
        "codeCCN": {
          "type": "string"
        },
        "reponses": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/QReponseSimple"
          }
        }
      }
    },
    "QReponseSimple": {
      "type": "object",
      "properties": {
        "nomChamp": {
          "type": "string"
        },
        "typeChamp": {
          "type": "string"
        },
        "valeurINT32": {
          "format": "int32",
          "type": "integer"
        },
        "valeurDOUBLE": {
          "format": "double",
          "type": "number"
        },
        "valeurSTRING": {
          "type": "string"
        },
        "valeurDATETIME": {
          "format": "date-time",
          "type": "string"
        },
        "valeurBOOL": {
          "type": "boolean"
        }
      }
    },
    "SimpleMessageResponse": {
      "type": "object",
      "properties": {
        "message": {
          "type": "string"
        }
      }
    },
    "RecupererImageRequest": {
      "type": "object",
      "properties": {
        "natureImage": {
          "format": "int32",
          "type": "integer"
        },
        "iD_IMAGE": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "RecupererImageResponse": {
      "type": "object",
      "properties": {
        "image": {
          "format": "byte",
          "type": "string"
        },
        "imagesAnnexes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ImageAnnexe"
          }
        },
        "warning": {
          "type": "string"
        }
      }
    },
    "ImageAnnexe": {
      "type": "object",
      "properties": {
        "image": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "StatutRecupererImageAsynchroneResponse": {
      "type": "object",
      "properties": {
        "image": {
          "format": "byte",
          "type": "string"
        },
        "imagesAnnexes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ImageAnnexe"
          }
        },
        "warning": {
          "type": "string"
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "RecupererDuplicatasBulletinsRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "filtreMatricules": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "periodeDebut": {
          "format": "date-time",
          "type": "string"
        },
        "periodeFin": {
          "format": "date-time",
          "type": "string"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "RecupererDuplicatasBulletinsResponse": {
      "type": "object",
      "properties": {
        "document": {
          "format": "byte",
          "type": "string"
        }
      }
    },
    "CreationSalarieEmploisRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "salarieEmplois": {
          "$ref": "#/definitions/SalarieEmplois"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SalarieEmplois": {
      "type": "object",
      "properties": {
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroSecuriteSociale": {
          "type": "string"
        },
        "matriculeSalarieModele": {
          "type": "string"
        },
        "numeroDossierSalarieModele": {
          "type": "string"
        },
        "copieIntegraleSalarieModele": {
          "type": "boolean"
        },
        "calculerElementsNaissance": {
          "type": "boolean"
        },
        "calculerCommune": {
          "type": "boolean"
        },
        "matriculeInterne": {
          "type": "string"
        },
        "bMatriculeInterne": {
          "type": "boolean"
        },
        "nomNaissance": {
          "type": "string"
        },
        "bNomNaissance": {
          "type": "boolean"
        },
        "nomMarital": {
          "type": "string"
        },
        "bNomMarital": {
          "type": "boolean"
        },
        "nomUsuel": {
          "type": "string"
        },
        "bNomUsuel": {
          "type": "boolean"
        },
        "prenom": {
          "type": "string"
        },
        "bPrenom": {
          "type": "boolean"
        },
        "civilite": {
          "format": "int32",
          "type": "integer"
        },
        "bCivilite": {
          "type": "boolean"
        },
        "situationFamiliale": {
          "format": "int32",
          "type": "integer"
        },
        "bSituationFamiliale": {
          "type": "boolean"
        },
        "dateNaissance": {
          "format": "date",
          "type": "string"
        },
        "bDateNaissance": {
          "type": "boolean"
        },
        "departementNaissance": {
          "type": "string"
        },
        "bDepartementNaissance": {
          "type": "boolean"
        },
        "communeNaissance": {
          "type": "string"
        },
        "bCommuneNaissance": {
          "type": "boolean"
        },
        "codePaysNaissance": {
          "type": "string"
        },
        "bCodePaysNaissance": {
          "type": "boolean"
        },
        "paysNaissance": {
          "type": "string"
        },
        "bPaysNaissance": {
          "type": "boolean"
        },
        "codePaysNationalite": {
          "type": "string"
        },
        "bCodePaysNationalite": {
          "type": "boolean"
        },
        "paysNationalite": {
          "type": "string"
        },
        "bPaysNationalite": {
          "type": "boolean"
        },
        "titreSejourType": {
          "format": "int32",
          "type": "integer"
        },
        "bTitreSejourType": {
          "type": "boolean"
        },
        "titreSejourNumeroOrdre": {
          "type": "string"
        },
        "bTitreSejourNumeroOrdre": {
          "type": "boolean"
        },
        "titreSejourDebut": {
          "format": "date",
          "type": "string"
        },
        "bTitreSejourDebut": {
          "type": "boolean"
        },
        "titreSejourFin": {
          "format": "date",
          "type": "string"
        },
        "bTitreSejourFin": {
          "type": "boolean"
        },
        "numVoie": {
          "type": "string"
        },
        "bNumVoie": {
          "type": "boolean"
        },
        "btqc": {
          "type": "string"
        },
        "bBTQC": {
          "type": "boolean"
        },
        "nomVoie": {
          "type": "string"
        },
        "bNomVoie": {
          "type": "boolean"
        },
        "complement": {
          "type": "string"
        },
        "bComplement": {
          "type": "boolean"
        },
        "codePostal": {
          "type": "string"
        },
        "bCodePostal": {
          "type": "boolean"
        },
        "nomVille": {
          "type": "string"
        },
        "bNomVille": {
          "type": "boolean"
        },
        "codeOfficielCommune": {
          "type": "string"
        },
        "bCodeOfficielCommune": {
          "type": "boolean"
        },
        "commune": {
          "type": "string"
        },
        "bCommune": {
          "type": "boolean"
        },
        "codePays": {
          "type": "string"
        },
        "bCodePays": {
          "type": "boolean"
        },
        "pays": {
          "type": "string"
        },
        "bPays": {
          "type": "boolean"
        },
        "domicilieFiscalementHorsFrance": {
          "type": "boolean"
        },
        "bDomicilieFiscalementHorsFrance": {
          "type": "boolean"
        },
        "telDomicile": {
          "type": "string"
        },
        "bTelDomicile": {
          "type": "boolean"
        },
        "telPortable": {
          "type": "string"
        },
        "bTelPortable": {
          "type": "boolean"
        },
        "eMail": {
          "type": "string"
        },
        "bEMail": {
          "type": "boolean"
        },
        "rib": {
          "type": "string"
        },
        "bRib": {
          "type": "boolean"
        },
        "iBan": {
          "type": "string"
        },
        "bIBan": {
          "type": "boolean"
        },
        "bic": {
          "type": "string"
        },
        "bBic": {
          "type": "boolean"
        },
        "affectation1": {
          "type": "string"
        },
        "bAffectation1": {
          "type": "boolean"
        },
        "affectation2": {
          "type": "string"
        },
        "bAffectation2": {
          "type": "boolean"
        },
        "affectation3": {
          "type": "string"
        },
        "bAffectation3": {
          "type": "boolean"
        },
        "affectation4": {
          "type": "string"
        },
        "bAffectation4": {
          "type": "boolean"
        },
        "affectation5": {
          "type": "string"
        },
        "bAffectation5": {
          "type": "boolean"
        },
        "affectation6": {
          "type": "string"
        },
        "bAffectation6": {
          "type": "boolean"
        },
        "affectation7": {
          "type": "string"
        },
        "bAffectation7": {
          "type": "boolean"
        },
        "emplois": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Emploi"
          }
        },
        "anneeNaissance": {
          "format": "int32",
          "type": "integer"
        },
        "bAnneeNaissance": {
          "type": "boolean"
        },
        "eMailPro": {
          "type": "string"
        },
        "bEMailPro": {
          "type": "boolean"
        },
        "personneAContacterUrgenceNom": {
          "type": "string"
        },
        "bPersonneAContacterUrgenceNom": {
          "type": "boolean"
        },
        "personneAContacterUrgencePrenom": {
          "type": "string"
        },
        "bPersonneAContacterUrgencePrenom": {
          "type": "boolean"
        },
        "personneAContacterUrgenceTel": {
          "type": "string"
        },
        "bPersonneAContacterUrgenceTel": {
          "type": "boolean"
        },
        "personneAContacterUrgenceMel": {
          "type": "string"
        },
        "bPersonneAContacterUrgenceMel": {
          "type": "boolean"
        },
        "ribPourVirements": {
          "type": "boolean"
        },
        "bRibPourVirements": {
          "type": "boolean"
        },
        "ribVersementPlafond": {
          "format": "double",
          "type": "number"
        },
        "bRibVersementPlafond": {
          "type": "boolean"
        },
        "paiementEspeces": {
          "type": "boolean"
        },
        "bPaiementEspeces": {
          "type": "boolean"
        },
        "dureePeriodeEssai1": {
          "format": "int32",
          "type": "integer"
        },
        "bDureePeriodeEssai1": {
          "type": "boolean"
        },
        "dureePeriodeEssai2": {
          "format": "int32",
          "type": "integer"
        },
        "bDureePeriodeEssai2": {
          "type": "boolean"
        },
        "nbPersACharge": {
          "format": "int32",
          "type": "integer"
        },
        "bNbPersACharge": {
          "type": "boolean"
        },
        "rib2": {
          "type": "string"
        },
        "bRib2": {
          "type": "boolean"
        },
        "iBan2": {
          "type": "string"
        },
        "bIBan2": {
          "type": "boolean"
        },
        "bic2": {
          "type": "string"
        },
        "bBic2": {
          "type": "boolean"
        },
        "rib2PourVirements": {
          "type": "boolean"
        },
        "bRib2PourVirements": {
          "type": "boolean"
        },
        "rib2VersementPlafond": {
          "format": "double",
          "type": "number"
        },
        "bRib2VersementPlafond": {
          "type": "boolean"
        },
        "rib3": {
          "type": "string"
        },
        "bRib3": {
          "type": "boolean"
        },
        "iBan3": {
          "type": "string"
        },
        "bIBan3": {
          "type": "boolean"
        },
        "bic3": {
          "type": "string"
        },
        "bBic3": {
          "type": "boolean"
        },
        "rib3PourVirements": {
          "type": "boolean"
        },
        "bRib3PourVirements": {
          "type": "boolean"
        },
        "rib3VersementPlafond": {
          "format": "double",
          "type": "number"
        },
        "bRib3VersementPlafond": {
          "type": "boolean"
        },
        "sexe": {
          "format": "int32",
          "type": "integer"
        },
        "bSexe": {
          "type": "boolean"
        },
        "beneficiaireFinal": {
          "type": "string"
        },
        "bBeneficiaireFinal": {
          "type": "boolean"
        }
      }
    },
    "Emploi": {
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "identifiantEmploiModele": {
          "format": "int32",
          "type": "integer"
        },
        "envoiDUEEdi": {
          "type": "boolean"
        },
        "envoiDUEEdiSansCreerEmploi": {
          "type": "boolean"
        },
        "nomInterneEtablissement": {
          "type": "string"
        },
        "dateDebut": {
          "format": "date",
          "type": "string"
        },
        "dateDebutContrat": {
          "format": "date",
          "type": "string"
        },
        "dateFin": {
          "format": "date",
          "type": "string"
        },
        "codeConventionCollective": {
          "type": "string"
        },
        "bCodeConventionCollective": {
          "type": "boolean"
        },
        "codeClassificationMetier": {
          "type": "string"
        },
        "bCodeClassificationMetier": {
          "type": "boolean"
        },
        "intituleEmploi": {
          "type": "string"
        },
        "bIntituleEmploi": {
          "type": "boolean"
        },
        "codeContratTravail": {
          "type": "string"
        },
        "bCodeContratTravail": {
          "type": "boolean"
        },
        "motifCDD": {
          "type": "string"
        },
        "bMotifCDD": {
          "type": "boolean"
        },
        "dureeInitialeCDD": {
          "format": "int32",
          "type": "integer"
        },
        "bDureeInitialeCDD": {
          "type": "boolean"
        },
        "motifDebutEmploi": {
          "type": "string"
        },
        "bMotifDebutEmploi": {
          "type": "boolean"
        },
        "motifFinEmploi": {
          "type": "string"
        },
        "bMotifFinEmploi": {
          "type": "boolean"
        },
        "codeCaracteristiqueActivite": {
          "type": "string"
        },
        "bCodeCaracteristiqueActivite": {
          "type": "boolean"
        },
        "codeStatutProfessionnel": {
          "type": "string"
        },
        "bCodeStatutProfessionnel": {
          "type": "boolean"
        },
        "codeStatutCategoriel": {
          "type": "string"
        },
        "bCodeStatutCategoriel": {
          "type": "boolean"
        },
        "codeStatutCategorielAgircArrco": {
          "type": "string"
        },
        "bCodeStatutCategorielAgircArrco": {
          "type": "boolean"
        },
        "coefficient1": {
          "type": "string"
        },
        "bCoefficient1": {
          "type": "boolean"
        },
        "coefficient2": {
          "type": "string"
        },
        "bCoefficient2": {
          "type": "boolean"
        },
        "coefficient3": {
          "type": "string"
        },
        "bCoefficient3": {
          "type": "boolean"
        },
        "coefficient4": {
          "type": "string"
        },
        "bCoefficient4": {
          "type": "boolean"
        },
        "codeCSP": {
          "type": "string"
        },
        "bCodeCSP": {
          "type": "boolean"
        },
        "codeCPNDUC": {
          "type": "string"
        },
        "bCodeCPNDUC": {
          "type": "boolean"
        },
        "spectacleCodeEmploi": {
          "type": "string"
        },
        "bSpectacleCodeEmploi": {
          "type": "boolean"
        },
        "spectacleNumeroConges": {
          "type": "string"
        },
        "bSpectacleNumeroConges": {
          "type": "boolean"
        },
        "pctAbattement": {
          "format": "double",
          "type": "number"
        },
        "bPctAbattement": {
          "type": "boolean"
        },
        "salaireDeBaseEstHoraire": {
          "type": "boolean"
        },
        "bSalaireDeBaseEstHoraire": {
          "type": "boolean"
        },
        "salaireDeBase": {
          "type": "string"
        },
        "bSalaireDeBase": {
          "type": "boolean"
        },
        "salaireNetGaranti": {
          "format": "double",
          "type": "number"
        },
        "bSalaireNetGaranti": {
          "type": "boolean"
        },
        "nbHeuresTravaillees": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "nbHeuresDeNuitTravaillees": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "bNbHeuresTravaillees": {
          "type": "boolean"
        },
        "nbHeuresMensuellesNormales": {
          "format": "double",
          "type": "number"
        },
        "bNbHeuresMensuellesNormales": {
          "type": "boolean"
        },
        "nbHeuresMensuellesMajorees": {
          "format": "double",
          "type": "number"
        },
        "bNbHeuresMensuellesMajorees": {
          "type": "boolean"
        },
        "pctHeuresMensuellesMajorees": {
          "format": "double",
          "type": "number"
        },
        "bPctHeuresMensuellesMajorees": {
          "type": "boolean"
        },
        "nbHeuresMensuellesLibres": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "codesHeuresMensuellesLibres": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "bHeuresMensuellesLibres": {
          "type": "boolean"
        },
        "confirmationObligatoireDesHeures": {
          "type": "boolean"
        },
        "bConfirmationObligatoireDesHeures": {
          "type": "boolean"
        },
        "activerCalculKilometrique": {
          "type": "boolean"
        },
        "bActiverCalculKilometrique": {
          "type": "boolean"
        },
        "typeDeVehicule": {
          "format": "int32",
          "type": "integer"
        },
        "bTypeDeVehicule": {
          "type": "boolean"
        },
        "trancheKilometrique": {
          "format": "int32",
          "type": "integer"
        },
        "bTrancheKilometrique": {
          "type": "boolean"
        },
        "prixDuKilometre": {
          "format": "double",
          "type": "number"
        },
        "bPrixDuKilometre": {
          "type": "boolean"
        },
        "activerActiviteJournaliere": {
          "type": "boolean"
        },
        "bActiverActiviteJournaliere": {
          "type": "boolean"
        },
        "decoupageActiviteJournaliere": {
          "format": "int32",
          "type": "integer"
        },
        "bDecoupageActiviteJournaliere": {
          "type": "boolean"
        },
        "modeSaisieActiviteJournaliere": {
          "format": "int32",
          "type": "integer"
        },
        "bModeSaisieActiviteJournaliere": {
          "type": "boolean"
        },
        "exonerationCode": {
          "type": "string"
        },
        "bExonerationCode": {
          "type": "boolean"
        },
        "exonerationDebut": {
          "format": "date",
          "type": "string"
        },
        "bExonerationDebut": {
          "type": "boolean"
        },
        "exonerationFin": {
          "format": "date",
          "type": "string"
        },
        "bExonerationFin": {
          "type": "boolean"
        },
        "exonerationTaux": {
          "format": "double",
          "type": "number"
        },
        "bExonerationTaux": {
          "type": "boolean"
        },
        "titreTransportCode": {
          "type": "string"
        },
        "bTitreTransportCode": {
          "type": "boolean"
        },
        "titreTransportRemboursement": {
          "format": "double",
          "type": "number"
        },
        "bTitreTransportRemboursement": {
          "type": "boolean"
        },
        "autreTitreTransportMontant": {
          "format": "double",
          "type": "number"
        },
        "bAutreTitreTransportMontant": {
          "type": "boolean"
        },
        "autreTitreTransportRemboursement": {
          "format": "double",
          "type": "number"
        },
        "bAutreTitreTransportRemboursement": {
          "type": "boolean"
        },
        "ticketRestaurant": {
          "format": "int32",
          "type": "integer"
        },
        "bTicketRestaurant": {
          "type": "boolean"
        },
        "codeTerritoire": {
          "type": "string"
        },
        "bCodeTerritoire": {
          "type": "boolean"
        },
        "codeSecteurDFS": {
          "type": "string"
        },
        "bCodeSecteurDFS": {
          "type": "boolean"
        },
        "pctAbattementLissage": {
          "type": "boolean"
        },
        "bPctAbattementLissage": {
          "type": "boolean"
        },
        "codeStatutRegimeProtectionSociale": {
          "type": "string"
        },
        "bCodeStatutRegimeProtectionSociale": {
          "type": "boolean"
        },
        "emploiNonPrincipal": {
          "type": "boolean"
        },
        "bEmploiNonPrincipal": {
          "type": "boolean"
        },
        "contratPartDtSignature": {
          "format": "date",
          "type": "string"
        },
        "bContratPartDtSignature": {
          "type": "boolean"
        },
        "fjNbJAn": {
          "format": "double",
          "type": "number"
        },
        "bFJNbJAn": {
          "type": "boolean"
        },
        "nonSoumisHEta": {
          "type": "boolean"
        },
        "bNonSoumisHEta": {
          "type": "boolean"
        },
        "motifRuptureContrat": {
          "type": "string"
        },
        "bMotifRuptureContrat": {
          "type": "boolean"
        },
        "docsFinContratInactifs": {
          "type": "boolean"
        },
        "bDocsFinContratInactifs": {
          "type": "boolean"
        },
        "rttTypeAcq": {
          "format": "int32",
          "type": "integer"
        },
        "bRTTTypeAcq": {
          "type": "boolean"
        },
        "avnLMontantSal": {
          "format": "double",
          "type": "number"
        },
        "bAvnLMontantSal": {
          "type": "boolean"
        }
      }
    },
    "CreationSalarieEmploisResponse": {
      "type": "object",
      "properties": {
        "resultatsCreationsEmplois": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CreationSalarieEmploiResult"
          }
        },
        "warning": {
          "type": "string"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        }
      }
    },
    "CreationSalarieEmploiResult": {
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "error": {
          "type": "string"
        }
      }
    },
    "StatutCreationSalarieEmploisAsynchroneResponse": {
      "type": "object",
      "properties": {
        "resultatsCreationsEmplois": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CreationSalarieEmploiResult"
          }
        },
        "erreurNumero": {
          "format": "int32",
          "type": "integer"
        },
        "warning": {
          "type": "string"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "statut": {
          "type": "string"
        },
        "messageErreur": {
          "type": "string"
        },
        "progression": {
          "format": "double",
          "type": "number"
        },
        "dureeExecution": {
          "type": "string"
        }
      }
    },
    "ListeSalarieEmploisRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "typeEmplois": {
          "format": "int32",
          "type": "integer"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ListeSalarieEmploisResponse": {
      "type": "object",
      "properties": {
        "listeSalarieEmplois": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieEmploiInformations"
          }
        }
      }
    },
    "SalarieEmploiInformations": {
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "dateDebut": {
          "format": "date-time",
          "type": "string"
        },
        "dateFin": {
          "format": "date-time",
          "type": "string"
        },
        "intituleEmploi": {
          "type": "string"
        },
        "emploiArchive": {
          "type": "boolean"
        },
        "nomInterneEtablissement": {
          "type": "string"
        }
      }
    },
    "ListeSalarieEmploisExternesResponse": {
      "type": "object",
      "properties": {
        "listeSalarieEmploisExternes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieEmploiExterneInformations"
          }
        }
      }
    },
    "SalarieEmploiExterneInformations": {
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "dateDebut": {
          "format": "date-time",
          "type": "string"
        },
        "dateFin": {
          "format": "date-time",
          "type": "string"
        },
        "intituleEmploi": {
          "type": "string"
        },
        "motif": {
          "type": "string"
        },
        "codeSociete": {
          "type": "string"
        },
        "nomInterneEtablissement": {
          "type": "string"
        }
      }
    },
    "ModificationChampSalarieRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "listeChamps": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ModificationChampValeursTypees"
          }
        },
        "matricule": {
          "type": "string",
          "example": "{{matricule}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ModificationChamp": {
      "type": "object",
      "properties": {
        "nomChamp": {
          "type": "string"
        },
        "valeur": {
          "type": "object"
        }
      }
    },
    "ModificationAxesAnalytiquesSalarieRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "titreCategorie": {
          "type": "string"
        },
        "sousCategorieParDefaut": {
          "type": "string"
        },
        "matricule": {
          "type": "string",
          "example": "{{matricule}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ModificationPersonnesLieesRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "conjoint": {
          "$ref": "#/definitions/PersonneLieeV2"
        },
        "personnesLiees": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/PersonneLieeV2"
          }
        },
        "matricule": {
          "type": "string",
          "example": "{{matricule}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "PersonneLieeV2": {
      "type": "object",
      "properties": {
        "prenom": {
          "type": "string"
        },
        "nomUsuel": {
          "type": "string"
        },
        "typeLien": {
          "format": "int32",
          "type": "integer"
        },
        "dateNaissance": {
          "format": "date-time",
          "type": "string"
        },
        "numeroSS": {
          "type": "string"
        },
        "sexe": {
          "format": "int32",
          "type": "integer"
        },
        "aCharge": {
          "type": "boolean"
        },
        "dateDeces": {
          "format": "date-time",
          "type": "string"
        },
        "handicape": {
          "type": "boolean"
        },
        "bDateDeces": {
          "type": "boolean"
        },
        "dateDebutRattachement": {
          "format": "date-time",
          "type": "string"
        },
        "bDateDebutRattachement": {
          "type": "boolean"
        },
        "dateFinRattachement": {
          "format": "date-time",
          "type": "string"
        },
        "bDateFinRattachement": {
          "type": "boolean"
        },
        "codeOrganismeAM": {
          "type": "string"
        },
        "alsaceMoselle": {
          "type": "boolean"
        },
        "bCivilite": {
          "type": "boolean"
        },
        "civilite": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "ModificationHandicapRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "salarieHandicape": {
          "type": "boolean"
        },
        "handicap": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Handicap"
          }
        },
        "matricule": {
          "type": "string",
          "example": "{{matricule}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ModificationSalarieProtegeRequest": {
      "required": [
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "salarieProtege": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SalarieProtege"
          }
        },
        "matricule": {
          "type": "string",
          "example": "{{matricule}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ModificationSaisieArretRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "saisieArrets": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SaisieArret"
          }
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "LectureQuestionnaireContratComplementaireRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "LectureQuestionnaireContratComplementaireResponse": {
      "type": "object",
      "properties": {
        "reponseQCComp": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/LectureChampLibelle"
          }
        }
      }
    },
    "LectureChampLibelle": {
      "type": "object",
      "properties": {
        "nomChamp": {
          "type": "string"
        },
        "valeurByte": {
          "format": "int32",
          "type": "integer"
        },
        "libelle": {
          "type": "string"
        }
      }
    },
    "ModificationQuestionnaireContratComplementaireRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "reponseQCComp": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ModificationChampByte"
          }
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ModificationChampByte": {
      "type": "object",
      "properties": {
        "nomChamp": {
          "type": "string"
        },
        "valeurByte": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "ModificationGrilleHoraireSalarieRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "horaire": {
          "$ref": "#/definitions/ModificationHoraireSalarie"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "ModificationHoraireSalarie": {
      "type": "object",
      "properties": {
        "bNomGrilleHoraire": {
          "type": "boolean"
        },
        "nomGrilleHoraire": {
          "type": "string"
        },
        "bHeuresTravaillees": {
          "type": "boolean"
        },
        "heuresTravaillees": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "heuresDeNuit": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "bHeuresPayees": {
          "type": "boolean"
        },
        "heuresPayeesNormales": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "heuresPayeesMajorees": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "bHeuresLibres1": {
          "type": "boolean"
        },
        "codeHeuresLibres1": {
          "type": "string"
        },
        "heuresLibres1": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "bHeuresLibres2": {
          "type": "boolean"
        },
        "codeHeuresLibres2": {
          "type": "string"
        },
        "heuresLibres2": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "bHeuresLibres3": {
          "type": "boolean"
        },
        "codeHeuresLibres3": {
          "type": "string"
        },
        "heuresLibres3": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "bTotalMensuelHeuresNormales": {
          "type": "boolean"
        },
        "totalMensuelHeuresNormales": {
          "format": "double",
          "type": "number"
        },
        "bTotalMensuelHeuresMajorees": {
          "type": "boolean"
        },
        "totalMensuelHeuresMajorees": {
          "format": "double",
          "type": "number"
        },
        "pourcentageHeuresMajorees": {
          "format": "double",
          "type": "number"
        },
        "bTotalMensuelHeuresLibres1": {
          "type": "boolean"
        },
        "totalMensuelHeuresLibres1": {
          "format": "double",
          "type": "number"
        },
        "bTotalMensuelHeuresLibres2": {
          "type": "boolean"
        },
        "totalMensuelHeuresLibres2": {
          "format": "double",
          "type": "number"
        },
        "bTotalMensuelHeuresLibres3": {
          "type": "boolean"
        },
        "totalMensuelHeuresLibres3": {
          "format": "double",
          "type": "number"
        },
        "bTauxHeuresLibres1": {
          "type": "boolean"
        },
        "tauxHeuresLibres1": {
          "format": "double",
          "type": "number"
        },
        "bTauxHeuresLibres2": {
          "type": "boolean"
        },
        "tauxHeuresLibres2": {
          "format": "double",
          "type": "number"
        },
        "bTauxHeuresLibres3": {
          "type": "boolean"
        },
        "tauxHeuresLibres3": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "LectureGrilleHoraireFicheSalarieRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "LectureGrilleHoraireFicheSalarieResponse": {
      "type": "object",
      "properties": {
        "horaires": {
          "$ref": "#/definitions/LectureHoraireSalarie"
        }
      }
    },
    "LectureHoraireSalarie": {
      "type": "object",
      "properties": {
        "nomGrilleHoraire": {
          "type": "string"
        },
        "heuresTravaillees": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "heuresDeNuit": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "heuresPayeesNormales": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "heuresPayeesMajorees": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "codeHeuresLibres1": {
          "type": "string"
        },
        "heuresLibres1": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "codeHeuresLibres2": {
          "type": "string"
        },
        "heuresLibres2": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "codeHeuresLibres3": {
          "type": "string"
        },
        "heuresLibres3": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "totalMensuelHeuresNormales": {
          "format": "double",
          "type": "number"
        },
        "totalMensuelHeuresMajorees": {
          "format": "double",
          "type": "number"
        },
        "pourcentageHeuresMajorees": {
          "format": "double",
          "type": "number"
        },
        "totalMensuelHeuresLibres1": {
          "format": "double",
          "type": "number"
        },
        "totalMensuelHeuresLibres2": {
          "format": "double",
          "type": "number"
        },
        "totalMensuelHeuresLibres3": {
          "format": "double",
          "type": "number"
        },
        "tauxHeuresLibres1": {
          "format": "double",
          "type": "number"
        },
        "tauxHeuresLibres2": {
          "format": "double",
          "type": "number"
        },
        "tauxHeuresLibres3": {
          "format": "double",
          "type": "number"
        },
        "totHT": {
          "format": "double",
          "type": "number"
        },
        "totHTN": {
          "format": "double",
          "type": "number"
        },
        "totHN": {
          "format": "double",
          "type": "number"
        },
        "totHM": {
          "format": "double",
          "type": "number"
        },
        "totHL1": {
          "format": "double",
          "type": "number"
        },
        "totHL2": {
          "format": "double",
          "type": "number"
        },
        "totHL3": {
          "format": "double",
          "type": "number"
        },
        "totHLun": {
          "format": "double",
          "type": "number"
        },
        "totHMar": {
          "format": "double",
          "type": "number"
        },
        "totHMer": {
          "format": "double",
          "type": "number"
        },
        "totHJeu": {
          "format": "double",
          "type": "number"
        },
        "totHVen": {
          "format": "double",
          "type": "number"
        },
        "totHSam": {
          "format": "double",
          "type": "number"
        },
        "totHDim": {
          "format": "double",
          "type": "number"
        },
        "nonSoumisHEta": {
          "type": "boolean"
        },
        "gestionModulationHeures": {
          "type": "boolean"
        },
        "cotisRetraiteTpsPlein": {
          "type": "boolean"
        },
        "saisieManuelleHeuresAbsences": {
          "type": "boolean"
        }
      }
    },
    "EcritureReponsesQuestionnaireFicheSalarieRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "reponses": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/QReponseSimple"
          }
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "LectureTeletravailFicheSalarieRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "LectureTeletravailFicheSalarieResponse": {
      "type": "object",
      "properties": {
        "teletravail": {
          "$ref": "#/definitions/TeletravailFicheSalarie"
        }
      }
    },
    "TeletravailFicheSalarie": {
      "type": "object",
      "properties": {
        "teletravailChoixParametrage": {
          "format": "int32",
          "type": "integer"
        },
        "modeSaisieTeletravail": {
          "format": "int32",
          "type": "integer"
        },
        "limite": {
          "format": "int32",
          "type": "integer"
        },
        "periode": {
          "format": "int32",
          "type": "integer"
        },
        "lundi": {
          "type": "boolean"
        },
        "mardi": {
          "type": "boolean"
        },
        "mercredi": {
          "type": "boolean"
        },
        "jeudi": {
          "type": "boolean"
        },
        "vendredi": {
          "type": "boolean"
        },
        "samedi": {
          "type": "boolean"
        },
        "dimanche": {
          "type": "boolean"
        }
      }
    },
    "ModificationTeletravailFicheSalarieRequest": {
      "required": [
        "matriculeSalarie",
        "numeroDossier"
      ],
      "type": "object",
      "properties": {
        "identifiantEmploi": {
          "format": "int32",
          "type": "integer"
        },
        "teletravail": {
          "$ref": "#/definitions/TeletravailFicheSalarie"
        },
        "matriculeSalarie": {
          "type": "string",
          "example": "{{matriculeSalarie}}"
        },
        "numeroDossier": {
          "type": "string",
          "example": "{{numeroDossier}}"
        }
      }
    },
    "SiteGenereMotDePasseAlternatifRequest": {
      "type": "object",
      "properties": {
        "codeUtilisateur": {
          "type": "string"
        }
      }
    },
    "SiteGenereMotDePasseAlternatifResponse": {
      "type": "object",
      "properties": {
        "motDePasseAlternatif": {
          "type": "string"
        }
      }
    },
    "ListeVariablesASaisirResponse": {
      "type": "object",
      "properties": {
        "listeVariablesASaisir": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/VariableASaisir"
          }
        }
      }
    },
    "VariableASaisir": {
      "type": "object",
      "properties": {
        "nom": {
          "type": "string"
        },
        "famille": {
          "type": "string"
        },
        "libelle_Long": {
          "type": "string"
        },
        "libelle_Court": {
          "type": "string"
        },
        "type_Variable": {
          "format": "int32",
          "type": "integer"
        },
        "format": {
          "type": "string"
        },
        "ordre": {
          "type": "string"
        },
        "indiceCouleur": {
          "format": "int32",
          "type": "integer"
        },
        "masquee": {
          "type": "boolean"
        },
        "options": {
          "type": "string"
        }
      }
    }
  },
  "securityDefinitions": {
    "oauth2": {
      "type": "oauth2",
      "description": "client credentials grant flow",
      "flow": "application",
      "tokenUrl": "https://payroll-api-auth.silae.fr/oauth2/v2.0/token",
      "scopes": {
        "{{scope}}": "scope"
      }
    }
  },
  "security": [
    {
      "oauth2": []
    }
  ]
}